Commit Graph

418 Commits

Author SHA1 Message Date
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
Chris Danford 820fb0b361 broadcast on Preference changes 2005-05-06 20:41:05 +00:00
Chris Danford a122528974 Allow AutoActors for Stage and CouseNumber 2005-05-06 10:48:32 +00:00
Steve Checkoway d724fbe7ec Fix warning. 2005-04-28 17:16:49 +00:00
Chris Danford 0938d9d9a7 conver more to use Preference 2005-04-28 08:27:40 +00:00
Chris Danford d483f208f9 easier survivor 2005-04-28 06:15:11 +00:00
Chris Danford 851e8f27e6 easier survival 2005-04-28 02:49:39 +00:00
Chris Danford c4ddb498a9 save fewer recent scores in player profiles than in machine profile 2005-04-28 01:29:31 +00:00
Chris Danford 77f3402579 add MercifulBeginner 2005-04-27 08:52:58 +00:00
Chris Danford 3117e1bd3d cleanup: use Preference 2005-04-27 07:50:38 +00:00
Chris Danford 9a9f67eff0 add AllowMultipleHighScoreWithSameName 2005-04-25 09:03:24 +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 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
Chris Danford f8904f3b92 add basic survival gameplay 2005-04-21 04:27:13 +00:00
Chris Danford 43ea0f0205 implement rolls in gameplay 2005-04-20 01:52:55 +00:00
Chris Danford 218be32879 separate fail types per player. Now FailType adjustments based on Difficulty only affect the relevant players. 2005-04-05 08:30:57 +00:00
Chris Danford 19a75abbb2 cleanup 2005-04-03 08:12:45 +00:00
Chris Danford 96852c234c Add a virtual keyboard to ScreenTextEntry 2005-03-22 20:15:24 +00:00
Ben Anderson 0db665d4d6 Thorough(!) remodeling of the arch/ directory and the contents therein; fixed link-time warnings on GCC and should make things a lot easier to manage. A pile of other random things too, mostly cleanups and getting things to work with the remodeled arch/ directory. 2005-03-14 06:44:38 +00:00
Charles Lohr e8729a82d0 VC6 doesn't seem to want to accept default parameter value for templated functions like this. Poor solution: just put in the default in the actual function call. 2005-03-14 00:07:56 +00:00
Ben Anderson acbc1ee8bf Move inclusion of RageLog to top of file so entire file can use it. This fixes compilation on all platforms. 2005-03-13 16:04:06 +00:00
Chris Danford 8415b4466d fix VC7 template error: move templated methods out of LuaManager 2005-03-13 00:01:05 +00:00
Sean Burke b9c409cb58 Move the GradePercent tiers to theme metrics; this will allow for different games (e.g. beatmania) to have their own tiers, and is in the same vein as moving unlocks to themes 2005-03-12 10:49:41 +00:00
Glenn Maynard eadd3b3edb separate "low res loaded on startup" and "low res loaded on demand" banner modes 2005-03-08 01:39:32 +00:00
Glenn Maynard 155a7bacbc rename NumArcadeStages pref to SongsPerPlay, to match the options menu
(that name is more consistent); duplicate a bit less info
2005-02-24 06:41:50 +00:00
Glenn Maynard d7800a2822 UseDedicatedMenuButtons -> OnlyDedicatedMenuButtons (fixes
input options)
2005-02-24 06:20:04 +00:00
Chris Danford af4a407ffe fix VC7 warnings 2005-02-23 01:11:02 +00:00
Glenn Maynard 61d94e97d8 convert prefs to Preference 2005-02-22 04:00:14 +00:00
Glenn Maynard 7677c9d88f GetPreference, SetPreference. (not yet decided if I want to bring Preference itself into Lua) 2005-02-22 03:36:51 +00:00
Glenn Maynard 1a58675664 cleanup, OnlyDedicatedMenuButtons -> UseDedicatedMenuButtons 2005-02-22 01:20:52 +00:00
Chris Danford a2915c038b add TemporaryEventMode flag to GameState 2005-02-21 17:29:49 +00:00
Glenn Maynard 65b82c3e53 accessors 2005-02-19 01:59:31 +00:00
Chris Danford f771ca9730 add Lua methods 2005-02-17 21:35:45 +00:00
Glenn Maynard 965d5e663d incomplete g++ 3.4 compile fix 2005-02-05 21:40:36 +00:00
Chris Danford 9d760bbdea move common subscription code into templated class 2005-02-05 11:21:13 +00:00
Glenn Maynard ee81c02d45 Add lua GetPreference(). Takes a string, adds the value in the correct
type.  I'm not sure if we want to give Preferences an actual Lua object;
this is just a simple (if somewhat slow) way to get read access to all
preference values.
2005-01-30 02:04:57 +00:00
Glenn Maynard 25f50a20b7 m_bShowCaution and m_bEventMode to Preference 2005-01-30 01:36:20 +00:00
Glenn Maynard d7a279efb9 Remove m_bMemoryCardsMountOnlyWhenNecessary; always do that. 2005-01-27 20:06:20 +00:00
Charles Lohr 1e9358cbc6 Fix: Show or not show Caution screen. 2005-01-26 07:34:20 +00:00
Charles Lohr f52a1e147f Change: Virtual keyboard should not be enabled by default unless we use XBOX. 2005-01-25 07:42:02 +00:00
Chris Danford f26a33713d add Lua functions 2005-01-17 04:05:40 +00:00
Glenn Maynard 7b43001220 "aspect ratio" is ambiguous; s/m_fAspectRatio/m_fDisplayAspectRatio/ 2005-01-16 22:57:11 +00:00
Glenn Maynard 71861bd600 PrefsManager should not depend on ThemeManager 2005-01-09 01:43:58 +00:00
Chris Danford cfd7f6300f fix CoinMode toggling on ScreenTitleMenu 2005-01-05 04:35:15 +00:00
Chris Danford 57e02f2b75 change BGALayer to use Actor's map of commands
add "applydefaultoptions" command
clean up CoinMode and Premium enums
2005-01-04 10:51:25 +00:00
Chris Danford 9b457eb241 add aspect ratio pref 2004-12-23 06:50:19 +00:00
Glenn Maynard 607c22fef9 add PrefsManager::GetPreferenceByName 2004-12-07 10:04:19 +00:00
Glenn Maynard 63e2b2be99 move a couple preferences out of PrefsManager 2004-12-07 01:48:46 +00:00
Glenn Maynard d9cfe446ce fix preference names 2004-12-07 01:41:55 +00:00