Commit Graph

124 Commits

Author SHA1 Message Date
Chris Danford e97d8ec930 add BGBrightnessNoZero 2005-10-30 05:37:13 +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
Glenn Maynard 6b06a89634 cleanup (should probably use spaces for tables like this; this is a mess with
standard 8-space tab stops)
2005-10-27 19:33:29 +00:00
Glenn Maynard 5e9fcddbbc cleanup 2005-10-27 19:29:04 +00:00
Glenn Maynard 0336db43c6 Sync up more SOptionsMenu pref names, and use the ConfOption code path when possible,
to reduce PREFSMAN access.
2005-10-27 16:47:23 +00:00
Glenn Maynard c0a37b7324 remove old "MOVE" macro 2005-10-27 16:14:23 +00:00
Glenn Maynard ecd7354c23 use MovePref 2005-10-27 16:07:57 +00:00
Glenn Maynard 806fb5ba9b use MovePref 2005-10-27 15:57:39 +00:00
Glenn Maynard ecab2463c6 Adjust SOptionsMP to work on IPreference directly, by converting data through
strings.  This reduces templating and is easier to diagnose, and will allow
us to reduce direct access to preferences via PREFSMAN.
2005-10-27 15:46:16 +00:00
Glenn Maynard bbead64b10 match prefs 2005-10-27 15:25:08 +00:00
Glenn Maynard 5321594ab8 cleanup 2005-10-27 15:22:07 +00:00
Glenn Maynard 958c41f846 rename to match pref name 2005-10-27 15:19:22 +00:00
Glenn Maynard fa95e31bab "never" and "always" aren't ambiguous 2005-10-27 14:25:18 +00:00
Glenn Maynard b249196e76 ResamplingQuality -> SoundResampleQuality, use MovePref 2005-10-27 13:33:43 +00:00
Chris Danford 112564dc99 fix [Common] DefaultModifers not being applied in most places 2005-10-27 07:51:37 +00:00
Chris Danford 5d7885c764 move game prefs into PrefsManager 2005-10-27 04:54:45 +00:00
Chris Danford fa00917f7c add GlobalOffsetSeconds menu item 2005-10-15 04:13:11 +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
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
Glenn Maynard d9fdbe6a6b bind EditorShowBGChangesPlay 2005-07-20 00:17:14 +00:00
Steve Checkoway aa71c794ec Fix warnings. 2005-06-29 06:36:51 +00:00
Glenn Maynard 265ecccbca remove MaxStages and LifeDifficulty; allow doing them with lua instead 2005-06-25 02:37:18 +00:00
Chris Danford acc77eff06 increase max coins per credit 2005-06-21 17:59:21 +00:00
Chris Danford 386de4e74c use enum for attract sound frequency 2005-06-11 10:53:16 +00:00
Charles Lohr 3dd72a3609 Fix: Remove non-existant fail type 2005-05-22 07:51:49 +00:00
Chris Danford 548729fad4 fix VC7 warning about unused function 2005-05-21 10:18:41 +00:00
Chris Danford 50717c6ee9 COIN_ -> COIN_MODE_ 2005-05-20 17:45:44 +00:00
Chris Danford 6d49da50ee doubles -> double
add Lua Premium constants
2005-05-20 08:03:01 +00:00
Chris Danford b6af8a9816 fix bad cast causes bogus value, assert 2005-05-20 06:49:21 +00:00
Chris Danford dd98a6bc7e move more of autoplay into debugOverlay 2005-05-18 07:15:56 +00:00
Chris Danford 0ad77eb5cc fix vc7 warnings 2005-05-16 19:45:03 +00:00
Chris Danford e389ba6191 convert the rest to use Preference 2005-05-16 09:36:32 +00:00
Glenn Maynard ce77b8bbab fix options saving 2005-05-10 04:30:51 +00:00
Glenn Maynard 0d635628ce remove 6- and 7-stages/round options. it's annoying to have to create
graphics for "stage 6" and "stage 7" and test it, and if you want that,
you probably want event mode instead.
2005-05-09 04:34:06 +00:00
Chris Danford 820fb0b361 broadcast on Preference changes 2005-05-06 20:41:05 +00:00
Ben Anderson abbfc6ad7b You don't know that enumerations and integers are the same size; don't assume so. (Fixes assert failure on entering appearance options) 2005-05-04 23:43:22 +00:00
Chris Danford 0938d9d9a7 conver more to use Preference 2005-04-28 08:27:40 +00:00
Chris Danford 3117e1bd3d cleanup: use Preference 2005-04-27 07:50:38 +00:00
Chris Danford 6889c8be3f Move "30misses" to a GiveUp metric. It's not very different from FailEndOfSong.
Only fail when giving up if died earlier.
2005-04-27 06:34:53 +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 7a4c7df1ed remove hard-coded line breaks and unnecessary character replacement logic 2005-03-20 23:15:09 +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 37b4f67c9f simplify 2005-02-24 06:30:56 +00:00
Glenn Maynard 37fdbdede3 move MovePref; rename Caution -> ShowCaution and simplify 2005-02-24 06:28:15 +00:00
Glenn Maynard 61d94e97d8 convert prefs to Preference 2005-02-22 04:00:14 +00:00
Glenn Maynard f913346852 MoveMap for IPreference* 2005-02-20 04:20:46 +00:00
Glenn Maynard 014a3d65b1 bring back old merged SongsPerPlayOrEvent conf option 2005-02-19 09:16:16 +00:00
Charles Lohr e274d0f569 Fix: Marvelous timing in menus. Note: We didn't notice this bug because if we don't edit it, it will remain at 2. 2005-02-13 07:27:25 +00:00