Commit Graph

261 Commits

Author SHA1 Message Date
Steve Checkoway 5bdae36979 Fix scoping error. 2004-02-08 06:29:12 +00:00
Chris Danford 221b51c2b4 add loading of edits from a profile 2004-02-08 01:05:53 +00:00
Glenn Maynard 5458f9d9dc const fixes
use "this->foo" in GAMESTATE, not "GAMESTATE->foo", or it'll
circumvent const
2004-02-07 22:14:36 +00:00
Glenn Maynard d2ee4ddb01 fix m_bAttackEndedThisUpdate being true when an attack begins
fix course global mods tweening
2004-02-07 06:11:36 +00:00
Glenn Maynard f8df67bb00 comment 2004-02-05 21:32:50 +00:00
Chris Danford 9c7d8a60c2 update comments 2004-02-04 07:58:02 +00:00
Glenn Maynard 72bbadb18b debug 2004-02-04 06:45:56 +00:00
Chris Danford ef8010e998 Add GetRandomCourse
change GetRandom* to behave like a shuffle so it doesn't pick back-to-back dupes
2004-02-01 23:06:07 +00:00
Glenn Maynard c5f875f6ba debug 2004-02-01 00:00:52 +00:00
Glenn Maynard 62144e5794 fix GameState::LaunchAttack 2004-01-30 00:58:33 +00:00
Glenn Maynard 1fa29116f3 think MUSIC_SECONDS_INVALID isn't needed now 2004-01-29 20:58:11 +00:00
Glenn Maynard d8212e8d08 simplify attack handling 2004-01-26 20:39:14 +00:00
Glenn Maynard 0b9f83060a fix extra stage 2004-01-25 00:12:38 +00:00
Glenn Maynard d5d93a97a4 remove extra UnlockSystem from GameState (it didn't belong at the
top, in "main state info", anyway)
2004-01-24 21:09:23 +00:00
Chris Danford ec6fb7968d fix uninitialized stage index 2004-01-24 19:09:51 +00:00
Glenn Maynard c7257147a7 simplify
fix stage counter increasing on BACK
2004-01-23 02:04:34 +00:00
Glenn Maynard f9a90cd361 fix IsFinalStage 2004-01-22 23:36:26 +00:00
Glenn Maynard 6021c6e7da make the stage count work if the eval screen isn't shown at all 2004-01-22 03:11:40 +00:00
Glenn Maynard ded50f4d88 add GameState::IncrementStageIndex 2004-01-22 02:16:50 +00:00
Glenn Maynard 7f46f2ab3b const fixes
pull code out of the header
2004-01-22 02:15:55 +00:00
Glenn Maynard 10d0ae0ada fix memleak 2004-01-21 11:28:31 +00:00
Glenn Maynard d4a35810c2 minor fixes
cleanup
2004-01-21 04:59:15 +00:00
Glenn Maynard 6c71f9103f allow per-player course difficulties (not well-tested yet, off by default) 2004-01-21 01:35:54 +00:00
Chris Danford fca912cb16 new grading scale 2004-01-20 03:32:48 +00:00
Glenn Maynard 8529f14c35 UpdateSongPosition can take an explicit timestamp 2004-01-18 04:43:56 +00:00
Glenn Maynard 8bf9b74421 debug
remove assert
2004-01-17 00:36:49 +00:00
Jason Felds 018bea9e03 Newline again. 2004-01-15 00:49:59 +00:00
Glenn Maynard d516f94332 thank VC 2004-01-14 22:15:57 +00:00
Steve Checkoway 1cac9d7b6f Fix warnings. 2004-01-14 21:11:23 +00:00
Chris Danford 1cb29a82b5 add CourseDifficulty, use it instead of a bDifficult flag 2004-01-14 06:11:28 +00:00
Chris Danford b555be59df more rave balancing
add "noquads"
2004-01-12 03:47:55 +00:00
Glenn Maynard 7ac00385c4 remember the time of the current beat data 2004-01-12 01:10:25 +00:00
Glenn Maynard 192ea8734a don't assume ss.iMeter[p] is clamped to 1..MAX_METER+1
debug
2004-01-05 20:09:59 +00:00
Chris Danford 32bafded2e fix wrong credits message during demonstration 2004-01-03 20:34:35 +00:00
Chris Danford 5710c1bc43 fix uninitialized flag causing wrong credits message 2004-01-03 03:58:37 +00:00
Glenn Maynard 115be78962 add checkpoint 2003-12-30 05:53:22 +00:00
Chris Danford 5aa2a3dff4 add AttractSoundFrequency option
remove AttractSound and DemonstrationSound options
2003-12-28 19:46:50 +00:00
Chris Danford 2380638072 cleanup ScreenRanking
generalize scrolling lists with ListDisplay
2003-12-28 08:20:48 +00:00
Glenn Maynard e7c54c3d1f debug 2003-12-26 01:07:39 +00:00
Glenn Maynard 9170e91bcc Move CurStageStats and vPlayedStageState out of GAMESTATE. Having
GameState.h depend on StageStats.h is too inconvenient.
2003-12-23 00:26:00 +00:00
Chris Danford ba3ea672c3 remove more unused eval metrics
remove separate "course record" and "category record" graphics
keep track of personal category records
cleanup eval time area
2003-12-21 04:19:51 +00:00
Chris Danford 67a6fddcf3 load profile from memory card, fix memory card file flushing 2003-12-19 08:17:44 +00:00
Chris Danford d0a6176e13 better memory card assignment logic, add memory card icons, more memory card sounds 2003-12-19 04:52:07 +00:00
Glenn Maynard eb0620add8 pass TimingData to GameState::UpdateSongPosition 2003-12-18 06:14:47 +00:00
Chris Danford 174c634616 working on USB memory card detection for Linux 2003-12-15 07:35:40 +00:00
Glenn Maynard 2a029e97be cleanup, fix typo (where'd this commit go?) 2003-12-15 07:04:20 +00:00
Glenn Maynard 0a41bb8512 cleanup, fix typo 2003-12-15 06:37:38 +00:00
Glenn Maynard 3228ca1afc fix warnings 2003-12-10 21:13:21 +00:00
Chris Danford ea8c87c46f fix category feats show wrong score on ScreenNameEntryTraditional
store both iScore and fPercentDP for courses and categories
2003-12-10 11:35:34 +00:00
Glenn Maynard e9ae2c0803 continue phasing out BASE_PATH and SLASH 2003-12-10 09:44:16 +00:00