Commit Graph
14912 Commits
Author SHA1 Message Date
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
Glenn Maynard a8803f9777 fix background caching 2005-04-23 06:19:36 +00:00
Glenn Maynard 81adc42e5a metric 2005-04-23 05:34:37 +00:00
Glenn Maynard 15e02d3ea9 MAX_STALL_SECONDS themable 2005-04-23 05:33:08 +00:00
Chris Danford a449ea59f1 either provide all params or none to constructor 2005-04-23 04:08:44 +00:00
Chris Danford 38b0a912e9 wheel item metrics cleanup 2005-04-23 04:02:41 +00:00
Glenn Maynard d0eea6fb5c StdString::Mid is string::substr (but this is cleaner). 2005-04-23 03:54:22 +00:00
Chris Danford bdfdba0917 wheel item metrics cleanup 2005-04-23 03:46:13 +00:00
Chris Danford b407588073 fix GainLife command playing on wrong element 2005-04-23 03:13:12 +00:00
Chris Danford d5b7e5650c only save life and combo for the range of time between the first and last step 2005-04-23 02:50:26 +00:00
Chris Danford 9fbfabea76 use boolean type, don't return string 2005-04-23 02:33:48 +00:00
Chris Danford c500dd25c5 explosion on each step of a roll 2005-04-23 01:42:38 +00:00
Chris Danford 13f9e532d1 fix OptionsMenuAvailable 2005-04-23 01:41:42 +00:00
Chris Danford ff83372307 add ScreenSelectMusic::OPTIONS_MENU_AVAILABLE 2005-04-23 01:06:43 +00:00
Glenn Maynard 097f0ebb16 fix floor lights; fix light lag 2005-04-22 21:16:55 +00:00
Chris Danford ef6ea34f69 cursor: tween width at the same time as tweening the position for smoother motion 2005-04-22 20:59:01 +00:00
Chris Danford 6aba73c3dc fix crash on exit SLightsTest 2005-04-22 20:51:21 +00:00
Chris Danford c4e5af5a94 cycle individual lights in manual test, not groups 2005-04-22 20:36:45 +00:00
Chris Danford b22fa5c673 allow negative % mods 2005-04-22 08:28:19 +00:00
Chris Danford 7bf33b445d re-read before saving so we don't clobber changes made to StepMania.ini while the program is running 2005-04-22 08:27:37 +00:00
Glenn Maynard f5a65ff372 fix missing 2005-04-22 06:51:22 +00:00
Chris Danford c947964986 warn on invalid values 2005-04-22 06:39:35 +00:00
Glenn Maynard 30c3578cdc interface to allow more specific error messages 2005-04-22 05:48:52 +00:00