Commit Graph
9814 Commits
Author SHA1 Message Date
Glenn Maynard dfded1c1ab print 44100, not "44100.000000" 2004-05-10 00:39:03 +00:00
Glenn Maynard 91589e2896 maybe fix assertion failure when writing machine records 2004-05-10 00:26:08 +00:00
Glenn Maynard d8ed56b81f fix uninitialized value 2004-05-09 23:08:16 +00:00
Thad Ward cc17505d38 remove ancient commented out code. 2004-05-09 15:11:51 +00:00
Thad Ward f7de41eb7a fix face culling problem. 2004-05-09 14:18:39 +00:00
Thad Ward f116432704 add missing metrics. 2004-05-09 11:55:07 +00:00
Thad Ward c7538dcbaf remove MenuElements.* and add ScreenWithMenuElements.* in the VC6 project file. 2004-05-09 09:16:37 +00:00
Glenn Maynard 8f6d7362ae checkpoint 2004-05-09 08:27:20 +00:00
Glenn Maynard 196c9d3c31 remove old files 2004-05-09 08:26:18 +00:00
Glenn Maynard b131b68871 remove old checkpoints 2004-05-09 07:27:29 +00:00
Glenn Maynard f87bfe8b34 no, this is needed (but for a different reason) 2004-05-08 23:27:36 +00:00
Glenn Maynard 4f369120e2 fix obscure crash on close 2004-05-08 21:11:02 +00:00
Glenn Maynard 732024f1a6 remove unneeded code 2004-05-08 20:54:29 +00:00
Glenn Maynard a5cc8adfef fix mostly innocuous race condition: init ID before registering the sound,
or it might get sound position commits from other sounds due to the
uninitialized variable
2004-05-08 20:42:33 +00:00
Chris Danford ecea3414b3 add code to go back in event mode 2004-05-08 19:22:51 +00:00
Chris Danford e9f576d262 "LastScores"->"RecentScores"
add recent scores to HTML
2004-05-08 10:12:10 +00:00
Chris Danford 6886b09e45 do total points from locked songs 2004-05-08 08:20:16 +00:00
Chris Danford b51450b50c don't show locked songs in percent complete table 2004-05-08 08:19:01 +00:00
Chris Danford 2b7c8a8d5e add metric to capitalize difficulty names 2004-05-08 08:09:47 +00:00
Chris Danford 4eec17d42e HTML: Difficulty Table -> Percent Complete 2004-05-08 08:09:18 +00:00
Chris Danford cbc1ecd495 HTML calorie cleanup 2004-05-08 06:50:21 +00:00
Glenn Maynard c6e2a10962 ScreenSelectGroup::PrevScreen 2004-05-08 06:43:51 +00:00
Glenn Maynard 7258f57c63 cleanup 2004-05-08 06:43:06 +00:00
Glenn Maynard 282e502e6d fix ScreenSelectCharacter timer 2004-05-08 06:42:23 +00:00
Glenn Maynard ccbe03e14e fix uninitialized variable 2004-05-08 06:38:27 +00:00
Glenn Maynard aee856bd95 cleanup 2004-05-08 06:28:15 +00:00
Glenn Maynard e730e24c34 PrevScreen=ScreenTitleMenu 2004-05-08 06:27:14 +00:00
Glenn Maynard 841b888ba5 simplify 2004-05-08 06:26:24 +00:00
Glenn Maynard 3c5e4c6af8 simplify 2004-05-08 06:19:14 +00:00
Glenn Maynard fbba857df4 ScreenSelectCourse::PrevScreen 2004-05-08 06:18:39 +00:00
Glenn Maynard 5cebceafcf Add Screen::HandleScreenMessage, to handle common screen
messages.  (Most screens don't call this base function right now.)
2004-05-08 06:18:06 +00:00
Glenn Maynard d8e2a64889 fix missing elements 2004-05-08 06:10:16 +00:00
Glenn Maynard 1004bd8064 fix m_sprExplanation tween 2004-05-08 06:09:27 +00:00
Glenn Maynard 2e540b3931 simplify
add ScreenInstructions::PrevScreen
2004-05-08 06:00:08 +00:00
Glenn Maynard 0b2c5702a8 ScreenInstructions::PrevScreen 2004-05-08 05:59:16 +00:00
Glenn Maynard 7be6cddfe2 call base Screen::HandleScreenMessage at the end, not the
beginning
2004-05-08 05:55:28 +00:00
Glenn Maynard a176ba50c7 simplify
fix draw order
2004-05-08 05:47:37 +00:00
Glenn Maynard 2d53c49f11 Don't fade in title menu options. It looks strange, since we're fading from
black on top of it, and the selected menu item doesn't fade in.
2004-05-08 04:13:10 +00:00
Chris Danford 1f807c8e0f fix long-running cabinet-lights causes gameplay to end very late 2004-05-08 03:49:32 +00:00
Chris Danford 391265497f html cleanup 2004-05-08 03:34:49 +00:00
Glenn Maynard 74977f0459 fix spurious "Couldn't create :" errors 2004-05-08 03:16:22 +00:00
Glenn Maynard bed5872199 buffer size, chunk size cleanup
use poll()
many systems (even 2.4) can now handle much smaller writeaheads with
software mixing
2004-05-08 03:02:25 +00:00
Glenn Maynard fe9c19b446 Update SOUNDMAN earlier 2004-05-08 02:18:27 +00:00
Chris Danford af59943c4c make Stomp easier in dance-double 2004-05-08 00:08:29 +00:00
Chris Danford e0872bbce1 fix "only difficulties from last song show when move to Random/Roulette" 2004-05-07 23:33:15 +00:00
Chris Danford c4f8a6c15f fix DelayedCreditsReconcile interaction with joint premium 2004-05-07 08:18:27 +00:00
Chris Danford 16d8574260 add pref "DelayedCreditsReconcile" 2004-05-07 08:08:11 +00:00
Chris Danford af65f9640c remove unused variables 2004-05-07 07:22:16 +00:00
Chris Danford 76d6066db6 fix possibly uninitialized variable 2004-05-07 07:21:53 +00:00
Glenn Maynard 9c1a5f6957 encapsulate hold results in HoldNoteResult (HoldNoteScore + life)
instead of moving HoldNote::iStartRow forward while a hold note is
held, set HoldNoteResult::iLastHeldRow
fixes hold heads cycling through all note colors while held (wasn't very
visible due to the hold ghost) and GetSuccessfulHands bugs
2004-05-07 04:57:29 +00:00