Commit Graph

5814 Commits

Author SHA1 Message Date
Glenn Maynard aeafb770d5 Add graphic options. Cleanup. 2003-09-29 02:24:53 +00:00
Glenn Maynard 5c6fb94e14 Move UpdateRankingCourses to MusicWheel::MusicWheel. 2003-09-29 02:23:44 +00:00
Glenn Maynard 3cb2664bb6 Remove ScreenInputOptions and ScreenGameplayOptions. 2003-09-29 00:48:05 +00:00
Glenn Maynard 1067bcc199 Use ScreenOptionsMaster for input gameplay options
Use smnavigation
2003-09-29 00:47:13 +00:00
Glenn Maynard daac4f864a add input options and gameplay options 2003-09-29 00:46:25 +00:00
Glenn Maynard fbf03e066c add smnavigation 2003-09-29 00:43:25 +00:00
Christopher Pitman 3589cb26fa void GameState::ReloadCharacters() would throw an error when default was present. Reversed behaviour. 2003-09-29 00:28:09 +00:00
Glenn Maynard f6776a7127 remove ScreenAutogenOptions and ScreenBackgroundOptions 2003-09-29 00:10:13 +00:00
Glenn Maynard 22aa2c2833 Use ScreenOptionsMaster for autogen and background options 2003-09-29 00:09:33 +00:00
Glenn Maynard b5d145e086 add autogen options and background options 2003-09-29 00:07:36 +00:00
Glenn Maynard 85f19a4805 fix title setting 2003-09-29 00:06:40 +00:00
Glenn Maynard b10eca3a32 remove DeviceInput hack 2003-09-28 23:23:21 +00:00
Glenn Maynard fa27886b1c Use SDLK_PRINT instead of SDLK_SYSREQ. 2003-09-28 23:20:22 +00:00
Sean Burke 9e69a06d4b A bit of themes cleanup. 2003-09-28 22:58:59 +00:00
Glenn Maynard 34fbd470a7 Use random_shuffle. 2003-09-28 20:21:49 +00:00
Christopher Pitman 9982447fb8 StartRandom() Now uses a linear shuffle instead of an exchange shuffle, so the distribution of songs should be as good as rand(). 2003-09-28 19:14:00 +00:00
Glenn Maynard 3112a765ae Remove ScreenAppearanceOptions. 2003-09-28 07:18:01 +00:00
Glenn Maynard b7ed267459 Use ScreenOptionsMaster for ScreenAppearanceOptions. 2003-09-28 07:15:07 +00:00
Glenn Maynard ab16cff6db Appearance options support. 2003-09-28 07:14:07 +00:00
Glenn Maynard dffed727a6 Doc VC linker bug. 2003-09-28 07:13:36 +00:00
Glenn Maynard a471fb9fa5 Work around VC linker bug. 2003-09-28 07:13:12 +00:00
Glenn Maynard 5c36186486 Play music. 2003-09-28 05:19:37 +00:00
Glenn Maynard 62bd1d208d Begin support for dynamic prefs options 2003-09-28 05:15:27 +00:00
Glenn Maynard 8aa6fa6d0b Remove ScreenSoundOptions. 2003-09-28 05:07:29 +00:00
Glenn Maynard e72730a2aa Use ScreenOptionsMaster for ScreenSoundOptions. 2003-09-28 05:07:03 +00:00
Glenn Maynard f38c469f39 Save prefs changes 2003-09-28 05:04:55 +00:00
Glenn Maynard 4025a358c2 bugfix 2003-09-28 05:02:00 +00:00
Glenn Maynard 8556cb0cf0 Hide ScreenOptionsMenu. 2003-09-28 04:38:31 +00:00
Glenn Maynard 45a250b4ee Use ScreenOptionsMaster for ScreenOptionsMenu. 2003-09-28 04:34:15 +00:00
Glenn Maynard 7de3907afc Add ScreenOptionsMaster metrics.
Use ScreenOptionsMaster for ScreenOptionsMenu.
2003-09-28 04:33:46 +00:00
Glenn Maynard bd057e0f80 And closer ... 2003-09-28 04:13:40 +00:00
Glenn Maynard 71146a14fb Reverse these; it's more intuitive this way. 2003-09-28 04:09:05 +00:00
Glenn Maynard f137859d94 Getting there. 2003-09-28 04:07:53 +00:00
Glenn Maynard 562a479b26 update 2003-09-28 03:01:43 +00:00
Glenn Maynard 2ca689481e Add ScreenOptionsMaster (partially functional) 2003-09-28 02:59:02 +00:00
Glenn Maynard c87b76e958 No, really, use ScreenReloadSongs (last commit added files that
I meant to add in a minute)
2003-09-28 02:58:15 +00:00
Glenn Maynard ccb1d7cd87 Use ScreenReloadSongs 2003-09-28 02:57:46 +00:00
Glenn Maynard b7add9b47c Add ScreenReloadSongs 2003-09-28 02:57:09 +00:00
Glenn Maynard 52261e7d72 add "no turn", "no transform", change "nonoteskin" to "no noteskin" 2003-09-28 02:55:20 +00:00
Glenn Maynard 99f45cca95 Don't lowercase the value (screen names are case-sensitive). 2003-09-28 02:54:26 +00:00
Glenn Maynard 766679514e Fix error handling. 2003-09-28 00:17:08 +00:00
Glenn Maynard 1cc709407e Update aliases. 2003-09-27 23:31:42 +00:00
Glenn Maynard fdf2a4e2ed add metrics 2003-09-27 23:30:58 +00:00
Glenn Maynard 3463ba9384 remove ScreenAlbums, ScreenCompany, ScreenIntroMovie, ScreenWarning 2003-09-27 22:58:23 +00:00
Glenn Maynard cab5a19535 Remove some aliasing screens. (These aliases in Create() aren't really
needed; they're just to reduce theme incompatibility.)
2003-09-27 22:54:34 +00:00
Chris Danford b05b44d83f fix VC6 compile error 2003-09-27 22:41:34 +00:00
Glenn Maynard afb5359915 add raw ScreenAttract 2003-09-27 22:41:05 +00:00
Sean Burke b7d2ac18bd Makefile formatting cleanup. 2003-09-27 22:39:59 +00:00
Glenn Maynard b638231bda move ScreenWarning to Screens 2003-09-27 22:33:20 +00:00
Sean Burke cdaaa3be6b Fix comment spelling. 2003-09-27 22:32:13 +00:00