Commit Graph

416 Commits

Author SHA1 Message Date
Chris Danford 72bfacbdfe add multitexture debug toggle 2005-11-07 03:59:05 +00:00
Chris Danford 0f0caf7972 Writable files in "Save", read-only files in "Data". This simplifies the installer and packaging. 2005-10-30 23:08:38 +00:00
Glenn Maynard f3d55ef26e allow disabling song backgrounds (without disabling backgrounds entirely
with 0% Brightness, which gives an ugly black background)
2005-10-29 20:59:08 +00:00
Glenn Maynard 8c9b57dbae m_BackgroundMode -> m_RandomBackgroundMode 2005-10-29 20:04:57 +00:00
Chris Danford 6e5b3a5ed8 fix PrefsManager::m_sCurrentGame not current, so GamePrefs from Static.ini weren't being used 2005-10-28 01:44:19 +00:00
Glenn Maynard 4c62c63e84 move m_sDefaultLocalProfileID into ProfileManager 2005-10-27 17:47:42 +00:00
Glenn Maynard a9038f82dd move memory card prefs into MemoryCardManager 2005-10-27 17:37:59 +00:00
Glenn Maynard fe19cdf726 don't FixSlashes on the memory card OS path. This is a system path, not a RageFile path, so it doesn't need to follow our rules. 2005-10-27 17:33:01 +00:00
Glenn Maynard a9ac27c730 move SoundResampleQuality into RageSoundReader_Resample 2005-10-27 16:51:18 +00:00
Glenn Maynard df966ddaf6 remove Xbox prefs from PREFSMAN (not tested on Xbox) 2005-10-27 13:32:47 +00:00
Chris Danford 5d7885c764 move game prefs into PrefsManager 2005-10-27 04:54:45 +00:00
Chris Danford e00a57e05e use Preference1D 2005-10-26 23:09:56 +00:00
Chris Danford 9b3a007551 reduce dependencies 2005-10-26 02:27:48 +00:00
Glenn Maynard fad2ac6ff1 never mind this sentinel 2005-10-24 02:23:12 +00:00
Glenn Maynard 98270a69a2 add SoundPreferredSampleRate 2005-10-23 22:11:48 +00:00
Chris Danford 53dc198c89 use product name for settings ini 2005-10-20 14:16:55 +00:00
Chris Danford 265a637be8 remove default volume sentinel value and just use 1.0 2005-10-18 07:32:35 +00:00
Chris Danford feb1bfb0fc naming cleanup: rename scoring "Tier1"s to "W1"s (short for "Window 1")
add Preference1D so that we can index into the grading and life values
2005-10-09 04:30:59 +00:00
Glenn Maynard 19a5aa6cbd remove unused 2005-10-09 01:52:45 +00:00
Chris Danford 32464990af enum name cleanup to reflect the generic calculations 2005-10-08 04:50:28 +00:00
Chris Danford b6cf3477b4 Use generic names for TapNoteScore values since they are treated genericly by the code.
Theme changes coming...
2005-10-08 00:57:40 +00:00
Chris Danford 8537b95a52 fix warning 2005-10-07 07:12:20 +00:00
Chris Danford e80dcafbdd tracking down volume related assert 2005-10-07 05:29:33 +00:00
Chris Danford 4f4738c04c remove TimeStamping pref. This is shown in ScreenDebugOverlay 2005-10-04 05:54:13 +00:00
Chris Danford 1c9f10be42 default DancingCharacters to random, not off 2005-09-29 06:30:09 +00:00
Chris Danford 65d71a4f23 expermienting with DEFINE_METHOD macro for Lua methods 2005-09-10 02:47:04 +00:00
Chris Danford e30fcd571d add brightness overlay 2005-08-18 02:28:54 +00:00
Josh Allen 25020e01b3 Ability to enable/disable scoreboard 2005-08-15 02:10:57 +00:00
Glenn Maynard 226ba99406 remove obsolete comment 2005-07-20 09:29:41 +00:00
Glenn Maynard 4cb5ac76c3 unused 2005-07-15 21:40:56 +00:00
Glenn Maynard 9d7f835609 no need to template Luna specializations 2005-06-20 05:02:03 +00:00
Chris Danford 8a2334b4bf use same fail logic for Oni as for Nonstop 2005-06-16 22:09:03 +00:00
Glenn Maynard d1241420d6 clean up singleton registration: if you were given an L, use it 2005-06-15 02:21:24 +00:00
Chris Danford 386de4e74c use enum for attract sound frequency 2005-06-11 10:53:16 +00:00
Chris Danford 4bce1df7fe cleanup 2005-06-04 01:54:44 +00:00
Chris Danford 882f1d7447 FastLoad off by default. Let people with 1000s of songs turn it on if they want. 2005-06-02 10:08:58 +00:00
Chris Danford 6b2b3ec6b1 validate m_BackgroundMode instead of asserting on invalid values 2005-05-31 01:14:30 +00:00
Steve Checkoway b7f5eef4a1 Fix initialization order warning. 2005-05-30 11:56:36 +00:00
Steve Checkoway 29fe98e0f3 Cleanup. Make everything line up nicely with 4 space tabstops. 2005-05-30 11:52:56 +00:00
Glenn Maynard bb096828e4 remove unused 2005-05-28 08:08:57 +00:00
Glenn Maynard 7eebaef042 remove unused 2005-05-28 08:05:44 +00:00
Glenn Maynard 8474247135 remove unused m_bFirstRun 2005-05-21 11:20:49 +00:00
Chris Danford 50717c6ee9 COIN_ -> COIN_MODE_ 2005-05-20 17:45:44 +00:00
Glenn Maynard ea1bede8c3 drop StepMania.ini sections. Almost everything is in [Options], and it's
hard enough keeping straight which arbitrary options screen an option
is in without having a separate categorization for the INI.  (This will
simplify later changes.)
2005-05-19 01:25:38 +00:00
Chris Danford dd98a6bc7e move more of autoplay into debugOverlay 2005-05-18 07:15:56 +00:00
Chris Danford 9de6862130 hook up MonkeyInput and DebugLights to debug menu 2005-05-16 18:17:06 +00:00
Charles Lohr 9754852418 Fix compile for VC6 2005-05-16 18:07:01 +00:00
Chris Danford e389ba6191 convert the rest to use Preference 2005-05-16 09:36:32 +00:00
Chris Danford 11b9427b9c add pref PreferredSortUsesGroups 2005-05-09 17:33:22 +00:00
Chris Danford c9ed474856 Minimum1FullSongInCourses - > Minimum1FullSongInNonstop 2005-05-09 00:16:20 +00:00