Commit Graph
15954 Commits
Author SHA1 Message Date
Glenn Maynard f11a2ce17e fix "called SetNewScreen again" case; simplify (only one path now) 2005-06-19 08:48:42 +00:00
Glenn Maynard 63cc873fc9 Simplify delayed/undelayed screen load path. Previously, the "delayed"
path would return immediately in SetNewScreen, loading in the next update,
and the "undelayed" path would load under SetNewScreen.  Instead, always
load on the next update, and just change the behavior (with "delayed" deleting
the old screen first).  These two code paths are both criticial, and they were
too different, leading to inconsistent behavior; this way is simpler.
2005-06-19 08:35:12 +00:00
Steve Checkoway 0bc5c2ede4 Kill our parent first. 2005-06-19 07:28:59 +00:00
Steve Checkoway 904bb8e246 Fix warning. 2005-06-19 06:39:49 +00:00
Steve Checkoway 4d18c5e4ca Classes with virtual functions need virtual dtors. 2005-06-19 06:37:28 +00:00
Steve Checkoway c5d1558f0f Fix uninitialized variable warning. 2005-06-19 06:36:08 +00:00
Steve Checkoway d90d69f934 newline 2005-06-19 01:38:56 +00:00
Steve Checkoway 35db5ffcc2 Fix warning. 2005-06-19 00:29:42 +00:00
Steve Checkoway 578b2f5c39 Don't break after return. It confuses g++ (slightly). 2005-06-19 00:28:12 +00:00
Steve Checkoway cc8aa318ba For some reason, g++ cannot determine that the break statements will not be reached. Removing them removes the warning. 2005-06-19 00:26:20 +00:00
Steve Checkoway c1f4c33fb9 Fix format string. 2005-06-19 00:21:48 +00:00
Chris Danford a77e0bb273 Back compat hack to fix importing scores for courses that have moved into group dirs 2005-06-18 15:00:11 +00:00
Chris Danford c576001d21 Fix AA all passed stages then fail a stage still shows good ending 2005-06-18 13:49:40 +00:00
Chris Danford f1cbfbb774 use LuaGrade constant 2005-06-18 13:46:41 +00:00
Renaud Lepage 2cee42e718 kDev project :: updated. 2005-06-18 13:16:06 +00:00
Chris Danford eaad485521 fix uninitialized causing bogus calorie values in release 2005-06-18 03:45:16 +00:00
Glenn Maynard f75be1bfaa clamp fBaseAlpha 2005-06-17 04:31:46 +00:00
Glenn Maynard ef0acd1ec7 cleanup 2005-06-17 02:22:38 +00:00
Glenn Maynard e65a91dfc9 old change: register DifficultyIcon 2005-06-17 01:31:21 +00:00
Chris Danford ea81664645 don't show timer in SSetTime 2005-06-17 01:12:41 +00:00
Glenn Maynard e44a329cd1 hmm. This part doesn't look right (using notedata.GetNumTracks before
setting it); since I havn't heard any complaints about this and I don't remember
which data it was trying to fix, revert it to assuming unidentified steps are
singles.
2005-06-17 01:10:52 +00:00
Glenn Maynard 11044792ee more old cleanups: figure out data that has no specified type 2005-06-17 01:08:01 +00:00
Glenn Maynard fad2f95c16 more old cleanups that have sat around for a year ... 2005-06-17 01:05:31 +00:00
Glenn Maynard f89817e192 committing old changes: no need for floating point in loading this 2005-06-17 00:58:51 +00:00
Glenn Maynard 3095c64e14 committing old changes ... 2005-06-17 00:52:56 +00:00
Glenn Maynard 7b184e6f7f comment 2005-06-17 00:49:10 +00:00
Glenn Maynard 361eff0205 cleanup 2005-06-17 00:47:22 +00:00
Glenn Maynard 741ae61a92 cleanup 2005-06-17 00:30:07 +00:00
Glenn Maynard 0262b31434 cleanup 2005-06-17 00:03:28 +00:00
Chris Danford df7b038735 fix duplicate templates 2005-06-16 22:39:03 +00:00
Glenn Maynard bcbae8d01f private L 2005-06-16 22:27:11 +00:00
Glenn Maynard b974b1bdd4 LuaHelpers::PrepareExpression 2005-06-16 22:22:37 +00:00
Glenn Maynard 980451af6d SetGlobal/UnsetGlobal locking 2005-06-16 22:19:05 +00:00
Glenn Maynard 9a50b17b9d LuaHelpers::RunAtExpressionS
LuaManager::ResetState, LuaHelpers::RunScriptFile locking
2005-06-16 22:17:45 +00:00
Glenn Maynard c0a65b3503 lua locking 2005-06-16 22:10:24 +00:00
Chris Danford 8a2334b4bf use same fail logic for Oni as for Nonstop 2005-06-16 22:09:03 +00:00
Glenn Maynard ed440fa648 lua locking fix 2005-06-16 22:05:25 +00:00
Chris Danford f91cbdb746 smaller combo milestone so that large flash plays more often 2005-06-16 21:51:04 +00:00
Glenn Maynard 4aa9d67faf do roll Step() outside of the HoldNotes logic loop (er, already did this;
simpler this way ...)
2005-06-16 21:41:51 +00:00
Chris Danford fb003c3189 Don't judge rolls inside of HandleStep. It's redundant because all holds and rolls are judged in Update.
Move calls to Step for autoplay of rolls outside the HoldNote update loop to fix double-grading.
2005-06-16 21:36:58 +00:00
Chris Danford 0f291512e2 add debug toggle menu timer 2005-06-16 19:54:50 +00:00
Chris Danford 93e88a3577 fix gameplay music doesn't obey mute 2005-06-16 18:47:58 +00:00
Chris Danford 29a31c4cba fix sprCourseHasMods hangs around on screen if press Start while switching. Let the command StopTweening if it needs to. 2005-06-16 18:47:14 +00:00
Glenn Maynard 25d7dea813 fix incorrect release 2005-06-16 09:23:52 +00:00
Chris Danford 5504a49365 fix broken calories table 2005-06-16 07:56:12 +00:00
Glenn Maynard 6f05cd04d1 no, really, fix from testing 2005-06-16 07:45:34 +00:00
Glenn Maynard 5ada420e70 whoops, fix from testing 2005-06-16 07:44:58 +00:00
Glenn Maynard 92dce8ef1b metrics for combo logic 2005-06-16 07:44:24 +00:00
Glenn Maynard 1338593f54 lua TNS/HNS 2005-06-16 07:37:22 +00:00
Glenn Maynard 1b2215a6ef update 2005-06-16 07:06:29 +00:00