Commit Graph

16685 Commits

Author SHA1 Message Date
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
Glenn Maynard 0d9b7c943a remove iScsiIndex 2005-04-22 05:24:19 +00:00
Glenn Maynard 85313caf7c UsbStorageDevice::STATE_WRITE_ERROR -> UsbStorageDevice::STATE_ERROR 2005-04-22 05:15:59 +00:00
Chris Danford ef21deb661 assert on invalid attack ranges at load time so they don't slip to play time 2005-04-22 05:15:10 +00:00
Glenn Maynard 6113fb3a90 fix warning 2005-04-22 05:11:41 +00:00
Glenn Maynard 27b12d3228 rename MEMORY_CARD_STATE_WRITE_ERROR -> MEMORY_CARD_STATE_ERROR 2005-04-22 04:58:32 +00:00
Glenn Maynard 890fbb8b55 simplify 2005-04-22 04:28:46 +00:00
Glenn Maynard b252d7b3f7 simplify, mount based on device, not mountpoint 2005-04-22 03:53:20 +00:00
Glenn Maynard 0ba49a8f6a sScsiDevice -> sDevice 2005-04-22 03:16:14 +00:00
Glenn Maynard 769bc2636e cleanup 2005-04-22 03:04:58 +00:00
Glenn Maynard 37650adbec Newer kernels store device strings in memory on USB device init. This makes querying them later safe. (Thanks Greg KH) 2005-04-22 01:33:53 +00:00
Ben Anderson 8835706d8c Revert again; and rearrange to be more intuitive and obvious. 2005-04-21 23:11:04 +00:00
Glenn Maynard 47f995983a re-fix SDL build 2005-04-21 22:15:07 +00:00
Ben Anderson 770c39296e Revert; LowLevelWindow_X11 and LowLevelWindow_SDL *are* mutually exclusive (all LowLevelWindows are; see Selector_LowLevelWindow.h, arch.cpp, etc.). Also trivial fixes. 2005-04-21 21:57:10 +00:00
Chris Danford bd796fd9ac options menu metric fixes 2005-04-21 19:57:10 +00:00
Chris Danford 0fdd7ab7dd add manual cycling in STestLights 2005-04-21 19:54:11 +00:00
Chris Danford 0ea93e427b easier debugging 2005-04-21 19:53:37 +00:00
Chris Danford a34efae641 fix "trapped on Exit in 3 key menu navigation" 2005-04-21 19:04:40 +00:00
Chris Danford 776d539a25 fix double-add warning when showing 2+ pages 2005-04-21 18:46:11 +00:00
Chris Danford 4bab2ac175 fix vc7 warning 2005-04-21 11:22:40 +00:00
Chris Danford 371f97effe cleanup survival elements 2005-04-21 11:16:01 +00:00
Chris Danford b9de560fdc add basic survival gameplay 2005-04-21 07:05:23 +00:00
Glenn Maynard 88023a04db fix card state lost when another card updates 2005-04-21 06:36:30 +00:00
Glenn Maynard f4c3c1a759 add nvidia vsync hack from the SDL driver (copy and paste; not worth splitting it out) 2005-04-21 05:14:25 +00:00
Chris Danford 5b33401d96 add basic survival gameplay 2005-04-21 04:41:54 +00:00
Chris Danford 5a63aca12e add basic survival gameplay 2005-04-21 04:34:53 +00:00
Chris Danford f8904f3b92 add basic survival gameplay 2005-04-21 04:27:13 +00:00
Glenn Maynard 1b33a59c2c fix SDL build (HAVE_X11 and HAVE_SDL are not mutually exclusive) 2005-04-21 03:15:53 +00:00
Glenn Maynard b602bb15c4 allow locking pause controller 2005-04-21 02:07:02 +00:00