Commit Graph
27324 Commits
Author SHA1 Message Date
Chris Danford 32a4a28186 default to 32bpp, modern cards can handle it. Screens load noticeably faster on Intel X3100 + D3D. 2008-08-10 11:17:34 +00:00
Chris Danford d3de32549d Easier/Harder -> Next/Prev 2008-08-09 23:07:46 +00:00
Glenn Maynard f3b0362010 allow disabling pmp.bAlignBeat. This isn't needed with menu music that already loop seemlessly, and it makes the music take longer to start playing and can make some effects goofy. 2008-08-09 22:48:07 +00:00
Glenn Maynard 87fe097f85 allow disabling pmp.bAlignBeat. This isn't needed with menu music that already loop seemlessly, and it makes the music take longer to start playing and can make some effects goofy. 2008-08-09 22:47:58 +00:00
Glenn Maynard c434dee534 start phasing out old parameter-heavy PlayMusic() call 2008-08-09 22:37:03 +00:00
Steve Checkoway ec87939361 SDL was removed a long time ago. 2008-08-05 18:14:07 +00:00
Chris Danford d5415616e9 add FirstTrack parameter to Judgment message 2008-08-04 12:10:25 +00:00
Chris Danford 111edb50a0 remove unused message 2008-08-04 12:09:00 +00:00
Chris Danford 67bc714241 remove duplicate line 2008-08-03 10:44:51 +00:00
Chris Danford 5f5a266898 prep when m_In finishes, transition out on MenuTimer 2008-08-02 03:48:04 +00:00
Chris Danford defffeb436 aliases for pump buttons (better way?) 2008-08-01 19:23:15 +00:00
Chris Danford 3d69ea08b1 camel case for lua methods 2008-08-01 19:22:21 +00:00
Chris Danford a9475c587b broadcast on ChangeSteps 2008-08-01 17:51:39 +00:00
Chris Danford dc76e93d98 add WrapChangeSteps, ChangeDifficulty->ChangeSteps 2008-08-01 11:14:06 +00:00
Chris Danford bc542691ff Easier->PrevSteps, Harder->NextSteps 2008-08-01 11:12:25 +00:00
Chris Danford 7b46c8dcfc bookkeeping string 2008-08-01 11:08:15 +00:00
Colby Klein b821a10103 Remove extra finishtweening command, it was only needed once. 2008-08-01 04:02:31 +00:00
Colby Klein b391229b30 Add finishtweening a couple times to stop errors. 2008-08-01 03:58:17 +00:00
Colby Klein 61c2e3d1af hidden -> visible, remove unused Radar function, add stoptweening to attempt to stop any infinite recursion errors. 2008-08-01 03:55:23 +00:00
Colby Klein 0fcbf7f197 Add missing metrics and fix a redir 2008-08-01 02:37:35 +00:00
Chris Danford 09d3bd0a48 add song play counts 2008-07-31 10:22:27 +00:00
Chris Danford b93c4567c9 add CryptHelpers, remove ScreenStage 2008-07-31 10:20:57 +00:00
Rob Campbell 79c7d9d2a1 no message 2008-07-30 19:01:45 +00:00
Steve Checkoway 6654fa2e1d Mac OS X does not need glFlush() called, swapping the buffers does it implicitly. 2008-07-29 09:26:41 +00:00
Steve Checkoway f8711d2f74 Year. 2008-07-29 07:06:06 +00:00
Josh Allen f1b57699ad Fix a couple network gameplay crashes 2008-07-29 01:36:03 +00:00
Steve Checkoway 6acaf86466 Update. 2008-07-28 18:34:18 +00:00
Colby Klein 4ef9f6922d Quick fix for options menus ending up going off the screen, this isn't perfect but is much better. 2008-07-28 07:43:33 +00:00
Steve Checkoway 9dc61ec946 Oops, no GLIBCXX_DEBUG* anywhere. 2008-07-28 07:37:58 +00:00
Steve Checkoway e3532904d6 Add debugging. I do not really have reason to suspect that these are not sorted, but I am not sure why the assert in GameState::UpdateSongPosition() is triggering if not from this. Bugs 2004783 and 2016502. 2008-07-28 07:35:56 +00:00
Rob Campbell 75c9479b6b MusicWheelItem section text width 2008-07-28 07:11:07 +00:00
Steve Checkoway a74201a013 Treat lifts like taps. This should fix assist ticks not ticking for lifts. 2008-07-28 06:26:28 +00:00
Steve Checkoway ec3d626b46 Fix hash check for course cache files. Do not attempt to calculate radar values if there are no entries. 2008-07-28 05:47:45 +00:00
Steve Checkoway 6801ad6469 Give up on DWARF, go back to stabs. 2008-07-28 04:31:32 +00:00
Steve Checkoway acb706d550 The debug version of the STL is absurdly slow. Do not enable it here. 2008-07-28 04:30:04 +00:00
Steve Checkoway d563a5f640 Make GetValueFromMap static. Also hush bogus warning about possible uninitialized use of iPage. 2008-07-28 04:15:55 +00:00
Rob Campbell 87b4e72bc2 bugfix (p2 panes always visible)
beginnings of the bpm meter
2008-07-28 00:38:27 +00:00
Rob Campbell a0101ed583 some cleanup 2008-07-27 23:35:30 +00:00
Rob Campbell a4f44cded8 add DifficultyList highlight 2008-07-27 22:32:43 +00:00
Rob Campbell 4550db5fe8 no message 2008-07-27 21:22:43 +00:00
Mike Hawkins bf76c885e2 Remove ScreenStage 2008-07-27 01:27:01 +00:00
Colby Klein dbdea596a3 Change Down to Key in the KB7 NoteSkins. 2008-07-26 16:28:01 +00:00
Colby Klein adc09ed992 Fix crash in event mode. 2008-07-26 15:59:29 +00:00
Mike Calfin e60ddf78dd Fixed Join Premium. Made it readable on screen. 2008-07-26 07:15:26 +00:00
Mike Calfin de70191a00 Moved Doubles Premium and Insert Coins for all players graphics down off the logo and made Doubles Premium graphic fit on screen. 2008-07-26 07:04:45 +00:00
Steve Checkoway 08a504dd8d Fix extra stage crash on songs with more than one stage. Fixes bugs 1905623, 1906055, and 1879968 (probably). 2008-07-23 12:27:12 +00:00
Steve Checkoway 6d8ac95e72 Add asserts. By this point, every human player needs to have steps. 2008-07-23 12:22:24 +00:00
Colby Klein a94f29aaad Fix combo numbers cutting off. 2008-07-23 12:12:22 +00:00
Steve Checkoway 148f4b57b8 Simplify a bit. 2008-07-23 11:12:07 +00:00
Colby Klein 073480ea6f Fix a slight error on 16th notes. 2008-07-23 02:05:31 +00:00