Glenn Maynard
29c5e8a9e1
Fix CODE_CANCEL_ALL_PLAYER_OPTIONS not working when the
...
last input isn't a style button (StyleI.player isn't valid in that case).
StyleI is tied to "columns"; it's only used in screens that deal with columns:
gameplay, editor, name entry. Maybe we can derive it on demand in these
functions and not pass it around to dozens of functions that don't use it ...
2004-12-04 11:05:38 +00:00
Chris Danford
7f336c2ce6
self-registering screen classes
2004-11-26 17:28:47 +00:00
Chris Danford
72bd480883
CENTER_* -> SCREEN_CENTER
2004-11-05 06:35:10 +00:00
Chris Danford
807d892f4f
allow theme to specify logical screen dimensions
2004-09-21 06:07:12 +00:00
Glenn Maynard
94d0cba859
RageSounds -> GameSoundManager
2004-07-08 00:10:34 +00:00
Glenn Maynard
e4d124dd91
license update
2004-06-08 05:22:33 +00:00
Chris Danford
61581479d8
track the current Trail in GameState
2004-06-03 08:22:02 +00:00
Chris Danford
ba93ee8469
"for( int p=0; p<NUM_PLAYERS; p++ )" -> "FOREACH_PlayerNumber( p )"
2004-05-24 06:10:11 +00:00
Chris Danford
df5cd5e813
move MenuElements into a base ScreenWithMenuElements so that metrics can be overridden using the Fallback mechanism
2004-05-01 23:19:33 +00:00
Chris Danford
dfba0c0c46
move screen flow logic into branches, not PlayMode specific metrics
2004-04-18 05:15:22 +00:00
Glenn Maynard
8bbae371b5
update disqualification after resetting options
2004-04-04 22:12:17 +00:00
Glenn Maynard
56bd5bd008
fix CODE_CANCEL_ALL_PLAYER_OPTIONS resets both players
2004-04-02 00:58:26 +00:00
Glenn Maynard
47e7f08614
don't accept CODE_CANCEL_ALL_PLAYER_OPTIONS on disabled
...
players
2004-04-02 00:54:26 +00:00
Chris Danford
7807b0c703
don't use PlayOnce in performance critical places
2004-03-23 23:56:38 +00:00
Chris Danford
7a32af8c5e
clean up presisting of settings to Profile
...
persist PreferredCourseDifficulty
2004-03-13 22:18:09 +00:00
Chris Danford
bb8ae37aab
add graphic for ScreenPlayerOptions CancelAll
2004-03-13 18:15:50 +00:00
Chris Danford
5bb3804be8
add comment
2004-03-13 17:38:26 +00:00
Chris Danford
a4f72adc3d
save player options automatically if using profile
...
remove code for saving player options
2004-03-13 17:35:31 +00:00
Chris Danford
d0356d78fa
if using a handicap option, don't add a high score and show "disqualify" on the eval screen
2004-03-09 08:19:55 +00:00
Chris Danford
df72631f6c
add "disqualify" graphic to options screen for options that make a song easier
2004-03-08 07:49:01 +00:00
Chris Danford
e183e3b706
add SaveModifiers code for PlayerOptions screen
2004-02-23 08:16:40 +00:00
Chris Danford
e8f3886d2c
add "CancelAll" code for PlayerOptions screen
2004-02-23 07:44:57 +00:00
Glenn Maynard
56528ecbeb
Fix OptionsMessage showing in the editor
2003-09-30 05:25:22 +00:00
Glenn Maynard
f4bb406ee4
derive ScreenPlayerOptions from ScreenOptionsMaster
2003-09-29 09:08:02 +00:00
Glenn Maynard
c15e0cec49
Allow screen aliasing.
2003-09-27 22:30:51 +00:00
Glenn Maynard
d294640a3e
phase out bEnableTimer
2003-09-27 04:57:32 +00:00
Chris Danford
4414561fe6
add default character so Rave/Battle is playable without character models
2003-09-25 04:22:51 +00:00
Chris Danford
eebb417840
clean up perspective
...
fix mini
fix frustum matrix in D3D
2003-09-21 18:07:29 +00:00
Chris Danford
c8f7c02036
Split ModelView matrix stack into View and World stacks.
...
Add "hallway" and "distant" mods.
2003-09-21 02:36:28 +00:00
Glenn Maynard
8b44280e5a
warnings
2003-09-19 01:11:32 +00:00
Glenn Maynard
6af0aa81c9
Fix warnings.
2003-09-15 07:14:39 +00:00
Andrew Wong
ee81ce3cac
feature: custom speed mod = allows users to specify their own speed modifier in stepmania.ini.
...
note: C300 was removed to make space on the line.
2003-09-13 22:57:11 +00:00
Glenn Maynard
744a381e42
Simplify ConvertParamToThemeDifficulty.
2003-09-10 08:47:43 +00:00
Chris Danford
e0b3160528
revert PlayerOptions changes
2003-09-05 07:34:13 +00:00
Nick
5ff010ee4e
Added option to not save songs
2003-09-04 21:24:50 +00:00
Thad Ward
cecaf0c9be
comment out some Song Options screen-related bits. (the option in the machine options screen shouldn't be there, for example)
2003-08-29 05:10:53 +00:00
Chris Danford
90655d4a4e
Fix: BarDrain setting not saved, "sudden death" not so sudden on easier judge difficulties
2003-08-29 04:17:04 +00:00
Chris Danford
eab262e0bc
fix separate music rates for each player showing
2003-08-28 07:38:09 +00:00
Andrew Wong
8e46dddfe5
prevent two different difficulty selections in options screen for nonstop courses (not supported yet)
2003-08-24 21:30:04 +00:00
Chris Danford
49e00e8536
add Blind modifier
2003-08-24 17:20:58 +00:00
Chris Danford
85dd35ea48
add Blind modifier
2003-08-24 17:20:11 +00:00
Chris Danford
45858747a5
Consolidate player option and song option screens. Are people ok with this?
2003-08-23 22:04:57 +00:00
Chris Danford
248a61513a
Add scrolls: split and alternate
2003-08-17 00:15:54 +00:00
Chris Danford
7429c86ebe
Add "tipsy" effect (is there a better name for this?)
2003-08-16 23:34:47 +00:00
Chris Danford
e9a452e8da
course edit screen functional
2003-08-11 06:09:57 +00:00
Chris Danford
afa04ff82f
more work on course edit screen
2003-08-11 02:18:13 +00:00
Chris Danford
1f8a45cbee
Add mines transform
2003-08-10 10:12:50 +00:00
Chris Danford
1e514c1c51
Rename overloaded methods of Song so that stack traces are more helpful.
2003-08-10 08:58:11 +00:00
Steve Checkoway
762afe38a4
Fix compiler warnings.
2003-08-10 03:23:17 +00:00
Andrew Wong
b5d0545f42
some bugfixes to option screens:
...
1) fixed normal/difficult course difficulty if single player (kept defaulting to second player's option which didn't exist)
2) battery # of lives now defaults to 4 on an invalid value
2003-08-10 00:39:28 +00:00