Commit Graph

16685 Commits

Author SHA1 Message Date
Glenn Maynard 3a5de2fe67 cleanup 2005-04-24 19:27:30 +00:00
Glenn Maynard 1abb3cd8b2 working on importing scores 2005-04-24 19:18:46 +00:00
Glenn Maynard a7d099d006 simplify 2005-04-24 18:50:31 +00:00
Glenn Maynard a5c6093a9f cleanup 2005-04-24 18:48:17 +00:00
Chris Danford cc6369f044 fix warning 2005-04-24 11:15:07 +00:00
Chris Danford 2a8f30fcd1 fix uninitialized variable 2005-04-24 11:10:55 +00:00
Chris Danford 9187aa2399 broadcast note crossed messages in beginner mode for BGAs
add FORCE_MODIFIERS_IN_BEGINNER
2005-04-24 11:03:02 +00:00
Chris Danford f6308e73fd approach current scrollBPM faster 2005-04-24 10:48:18 +00:00
Chris Danford f7b43c71fd add Lua method 2005-04-24 10:47:44 +00:00
Glenn Maynard 30f05feedd add per-vertex diffuse color lua bindings 2005-04-24 10:08:55 +00:00
Glenn Maynard 104ecd10ce split("") should return an empty vector 2005-04-24 06:32:51 +00:00
Glenn Maynard 5ab903244e support sequences of only one input 2005-04-24 06:31:39 +00:00
Glenn Maynard 1f369f298a sync behavior of InputQueue::MatchesSequence overloads 2005-04-24 06:30:32 +00:00
Chris Danford 47bfebf266 cache metrics 2005-04-24 05:58:58 +00:00
Josh Allen 2369bd337c Remove unused headers
Reorganize portions of code for easier reuse
2005-04-24 05:52:35 +00:00
Chris Danford 12caf40f7f cleanup 2005-04-24 05:44:42 +00:00
Glenn Maynard e700aae4e1 Add "Select". Nothing currently uses this directly, but it can be mapped
to codes.
2005-04-24 04:35:59 +00:00
Glenn Maynard 5affc1cef4 more table fixes 2005-04-24 04:06:01 +00:00
Glenn Maynard b6e5391f9e fix table (this compiled because "NO_DEFAULT_KEY NO_DEFAULT_KEY" becomes "-1-1" = -2) 2005-04-24 04:03:52 +00:00
Glenn Maynard 58aa3d2577 fix compile (does this driver even work?) 2005-04-24 03:44:56 +00:00
Chris Danford 7c022ff166 fix "can give up while the next song is loading, putting the next song animation in a messed up state" 2005-04-24 02:21:25 +00:00
Chris Danford f46f9d70d7 human readable Keymaps.ini 2005-04-24 02:15:41 +00:00
Chris Danford 958642a3b8 save mappings after automapping. Otherwise, if we don't exit cleanly, the automappings are lost and not reapplied on the next run 2005-04-24 02:06:26 +00:00
Chris Danford d1d16207a6 always save mappings on exit - not just on change 2005-04-24 02:03:25 +00:00
Glenn Maynard 6b3d83e4e8 comment 2005-04-24 01:36:50 +00:00
Glenn Maynard 2bf4de2746 SetPreferredSong, GetPreferredSong 2005-04-24 01:33:32 +00:00
Glenn Maynard 50e5e9f597 return nil for error, not an aribtrary sentinel 2005-04-24 01:25:51 +00:00
Glenn Maynard 902b0e8ac7 PlayOnce hook 2005-04-24 01:24:36 +00:00
Glenn Maynard 3b4d72a9e7 allow temporarily dimming the BGM 2005-04-24 00:36:07 +00:00
Glenn Maynard 5fd0d235c4 add FindCode helper 2005-04-24 00:07:12 +00:00
Glenn Maynard 37fb267fd6 Don't use "long" and "short", unless it's for passing to an API that explicitly
expects them; they're too vague across archs.  If you really want specific size
ints, use int16_t, uint64_t, etc.  In this case, "int" is fine.

Flip error check.
2005-04-23 23:09:08 +00:00
Glenn Maynard 33a5148081 pCt -> g_iRefCount 2005-04-23 23:03:41 +00:00
Glenn Maynard 12339028d5 pMasks -> g_aiMasks 2005-04-23 23:00:23 +00:00
Glenn Maynard 27790e1ccf simplify 2005-04-23 22:58:26 +00:00
Glenn Maynard 58bfa13cc8 cosmetic 2005-04-23 22:53:26 +00:00
Glenn Maynard 7f91d30efc cleanup, static 2005-04-23 22:50:36 +00:00
Chris Danford a29ac7a5fc prettier test input
don't show secondary mappings if OnlyDedicatedMenuButtons is on
2005-04-23 22:50:13 +00:00
Glenn Maynard 0f9b2793f2 remove debug 2005-04-23 22:14:36 +00:00
Glenn Maynard 329f23d8ad simple cosmetic changes to match code style 2005-04-23 22:13:19 +00:00
Chris Danford 474b621531 fix disk prefs clobbering user's changes made in-game. Oops. 2005-04-23 22:03:23 +00:00
Chris Danford 7d05421da3 consistent suffix 2005-04-23 22:02:44 +00:00
Josh Allen 81ad2275ba Slight update to clear confusion 2005-04-23 16:39:55 +00:00
Chris Danford c2c3e00e31 don't assert on valid return values from strcmp (fix crash in Linux) 2005-04-23 11:06:28 +00:00
Glenn Maynard aa8b96ab87 update 2005-04-23 10:20:49 +00:00
Glenn Maynard c401a65864 more banners
separate command for fading from low res
2005-04-23 10:19:47 +00:00
Glenn Maynard f52f45d2ca tweens 2005-04-23 06:53:17 +00:00
Glenn Maynard d3b034e9d4 remove hard-coded tween 2005-04-23 06:52:07 +00:00
Glenn Maynard 11d18fd852 cleanup 2005-04-23 06:36:26 +00:00
Glenn Maynard 026148f7fa unused 2005-04-23 06:30:22 +00:00
Glenn Maynard 8d89ff4bd9 simplify 2005-04-23 06:20:26 +00:00