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
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