Commit Graph
17136 Commits
Author SHA1 Message Date
Glenn Maynard c682db354e Removing dynamic note skin change support during courses
and battle.

 - It's very rarely used.
 - It requires authoring new note skins just to use it, which is too
   time-consuming for the value of the feature.
 - Colorblind players may pick a note skin that they can read.  The option
   to do this should always be available, and not overridden by courses,
   or they're not going to be able to read it.
 - The code is extremely complicated and ugly, and breaks very often.

Spring cleaning in January ...
2006-01-12 19:22:08 +00:00
Glenn Maynard b52fe82827 names for stuff that's tricky for Keymaps.ini (a little nicer than using a more obscure separator). Not sure if there's any point to having full names for other keys ("at", "semicolon"). 2006-01-12 18:42:39 +00:00
Steve Checkoway 07c6998820 Fix. AC_CHECK_DECLS always defines HAVE_DECL_*. 2006-01-12 09:36:02 +00:00
Ben Anderson 9353fe2195 Ignore events for inactive columns 2006-01-12 02:42:57 +00:00
Ben Anderson 1a2466caa2 This is wrong -- some legitimate game modes (popn-5key, pump-halfdouble) don't use the first button in the order. 2006-01-12 02:03:21 +00:00
Steve Checkoway 2336182b6a We have SIGUSR1 2006-01-11 06:20:13 +00:00
Steve Checkoway 963e3aab2a Split out BacktraceAllThreads() and do so when signaled with SIGUSR1. 2006-01-11 06:19:47 +00:00
Steve Checkoway db70c7fc8d Fix abort at runtime. 2006-01-11 05:35:41 +00:00
Jason Felds d5db97d984 Add ControllerStateDisplay.* to the Workspace; it is right now in Actors. 2006-01-11 02:59:06 +00:00
Chris Danford 9cf7b4f8a3 hack to fix courses in multiplayer 2006-01-11 02:25:23 +00:00
Chris Danford 61fb3fa4cd fix dummy NoteField not on autoplay 2006-01-11 02:11:14 +00:00
Chris Danford 31f171e9be hold l+d+start to reset 2006-01-11 02:03:44 +00:00
Chris Danford 8823d50b07 add ControllerStateDisplay 2006-01-11 01:02:46 +00:00
Glenn Maynard a462b2a640 fix screens not being unloaded correctly when not DelayedScreenLoad 2006-01-11 00:59:38 +00:00
Glenn Maynard e16a396868 split out GrabPreparedActors 2006-01-11 00:54:45 +00:00
Chris Danford 5902eee342 hack to fix dummy player having invalid NoteSkin when switching between course songs 2006-01-10 21:40:29 +00:00
Chris Danford da817bf62c disable GiveUp in multiplayer for all except player 1 2006-01-10 20:53:40 +00:00
Chris Danford 00ce67cb10 remove comment 2006-01-10 20:53:11 +00:00
Chris Danford e7f74c9d48 only accept start from player 1 2006-01-10 20:52:53 +00:00
Chris Danford 76f91c4320 only allow pad 1 to start 2006-01-10 20:27:34 +00:00
Chris Danford d534772422 do all multiplayer input translation in StepMania.cpp 2006-01-10 18:23:20 +00:00
Glenn Maynard a9020229ee fix screen preloading when DelayedScreenLoad 2006-01-10 00:15:53 +00:00
Glenn Maynard 9eb3430ebd reset idle timers in BeginScreen 2006-01-10 00:14:35 +00:00
Chris Danford a3a01bbb57 random does not necessitate secret 2006-01-09 22:05:01 +00:00
Chris Danford 47010623cd move Course autogen logic into CourseUtil 2006-01-09 21:57:41 +00:00
Chris Danford 63b3a5a468 fix meter displaying 2006-01-09 21:57:15 +00:00
Chris Danford 76fba53755 remove comment 2006-01-09 19:48:59 +00:00
Chris Danford ef3d2172b2 load preference groups recursively 2006-01-09 19:48:33 +00:00
Chris Danford 3df20418a8 simplify: "\n" is newline, "::" separates tips 2006-01-09 17:45:21 +00:00
Jason Felds 832f1de7c4 Add MenuInput.cpp to Data Structures, move MenuInput.h to Data Structures. I'm praying this doesn't break anything due to a change in TargetDir, among other things (I use a different home folder). 2006-01-09 04:21:33 +00:00
Ben Anderson 15ed4fd823 typo 2006-01-09 02:26:36 +00:00
Steve Checkoway e7943393b9 Cleanup 2006-01-09 02:10:14 +00:00
Chris Danford 7fe210a516 silence warning spew if no hid devices plugged in 2006-01-09 01:10:37 +00:00
Chris Danford 848b2b0909 spacing cleanup 2006-01-09 01:07:02 +00:00
Chris Danford 15c93e91b0 add Lua bindings 2006-01-08 22:59:31 +00:00
Chris Danford bd265e0bea localize strings 2006-01-08 22:58:43 +00:00
Chris Danford 41c6d6a902 save strings to base theme, not current theme 2006-01-08 20:11:34 +00:00
Chris Danford 17e790bef5 don't MakeUpper 2006-01-08 20:10:46 +00:00
Chris Danford 704cb4b9bf make sure "catalog.xml" doesn't get localized 2006-01-08 20:10:18 +00:00
Chris Danford 9af8e0f364 localize more strings 2006-01-08 19:49:35 +00:00
Chris Danford 8794ccaf3f fix selection of all music group 2006-01-08 19:49:14 +00:00
Chris Danford 9122e2f935 localize more strings 2006-01-08 19:38:33 +00:00
Chris Danford fc18dbd342 make more strings localizable 2006-01-08 18:40:20 +00:00
Chris Danford f6d11943ab make more strings localizable
move dialog localization into archutil
adjust dialog layout for pseudoloc strings
2006-01-08 05:42:09 +00:00
Chris Danford b5114cc57e use GetString for help text 2006-01-08 05:35:20 +00:00
Chris Danford 9c377d3f00 set theme and pseudolocalize at the same time 2006-01-08 05:35:02 +00:00
Chris Danford 6012947d00 remove ssprintf overload 2006-01-08 05:32:56 +00:00
Chris Danford 1cf12f1c49 set pseudolocalize at the same time as switching themes. Fixes LocalizedStrings not reloaded after changing pseudolocalize 2006-01-08 05:32:05 +00:00
Chris Danford 57810ff757 CString -> RString 2006-01-08 05:30:59 +00:00
Chris Danford 15423adaf5 implement with ThemeMetric to remove dupe logic 2006-01-08 05:30:04 +00:00