Commit Graph
27305 Commits
Author SHA1 Message Date
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
Colby Klein c01d90824c Fix alignment. 2008-07-23 01:21:44 +00:00
Steve Checkoway d7c754dca7 Fix a few lua errors. I do not actually see the time being displayed anywhere. 2008-07-22 13:37:28 +00:00
Steve Checkoway 2149e5dfc5 Pick a font for ScreenMusicScroll. 2008-07-22 13:05:19 +00:00
Steve Checkoway 145527deb5 Remove duplicate file. 2008-07-22 11:17:32 +00:00
Steve Checkoway acdc225981 Blank header. (Not sure what this should really be but the pointed to file no longer exists.) 2008-07-22 11:15:58 +00:00
Steve Checkoway 815a332ef3 Change assert to one that doesn't always succeed. 2008-07-22 11:08:26 +00:00
Steve Checkoway 6c0bb3173e Fix dialogs on OS X. 2008-07-22 11:07:32 +00:00
Steve Checkoway 44a533660d Add missing strings. 2008-07-22 11:06:41 +00:00
Steve Checkoway 6f65283624 Fix ScreenMessage crash. 2008-07-22 07:30:04 +00:00
Steve Checkoway a0c1dc24de Fix ScreenMessage crash. 2008-07-22 07:24:00 +00:00
Steve Checkoway 6eeb7aaf70 More targeted includes. It might be worth getting away from Carbon eventually; however, many of the replacement APIs are either in 10.4 or 10.5 and we still target 10.3.9. 2008-07-22 07:01:03 +00:00
Josh Allen 19636d559b remove extra qualification 2008-07-21 22:23:43 +00:00
Steve Checkoway a2b424aa48 Remove ScreenStage 2008-07-21 12:24:47 +00:00
Steve Checkoway 856b3f6cd1 _Arial 14 shadow -> Common Normal 2008-07-21 12:23:38 +00:00
Chris Danford ef3d63ae15 fixup 2008-07-21 12:03:41 +00:00
Chris Danford 568659cfa9 use RString for ScreenMessage for easier debugging 2008-07-21 12:02:13 +00:00
Chris Danford f36f6618fa use RString for ScreenMessage for easier debugging 2008-07-21 12:00:50 +00:00
Chris Danford 7b8b6f29e5 remove ScreenStage, use ScreenSplash 2008-07-21 11:59:55 +00:00
Steve Checkoway 4418388ffe Simplify. I seem to recall reading that one should not subclass stl types anyway. 2008-07-21 11:15:32 +00:00