Commit Graph
4116 Commits
Author SHA1 Message Date
Chris Danford 7f7259ea38 change ranking text to graphics 2003-07-10 03:37:34 +00:00
Chris Danford 5b3a0330b9 add OffCommand to BGAnimation 2003-07-10 03:37:13 +00:00
Chris Danford f0a69fb1fc support changing announcer in ModeChoice 2003-07-10 03:36:41 +00:00
Chris Danford 21adf68857 work on battle stuff 2003-07-10 03:36:12 +00:00
Glenn Maynard 2a838b1b3b Fix player settings being reset if you back out of the player options menu.
Allow only showing a subset of effects.
2003-07-10 02:56:21 +00:00
Glenn Maynard 0e78926c92 fix CDTitles more 2003-07-10 02:08:18 +00:00
Glenn Maynard 035a5601dd fix not displaying warning for fading banners 2003-07-10 02:01:45 +00:00
Glenn Maynard 683ff38ab7 don't display warning when reloading 2003-07-10 02:00:48 +00:00
Glenn Maynard 16b0cd24ec fix leak 2003-07-10 01:58:48 +00:00
Glenn Maynard a90684be06 add trace 2003-07-10 01:56:52 +00:00
Glenn Maynard 5a6c5760f3 No, really, don't access str[-1] ... 2003-07-10 01:55:37 +00:00
Glenn Maynard 2e8fb7e0b6 Remove unneeded code; add an assert. 2003-07-10 00:35:46 +00:00
Glenn Maynard f2398eb9a6 comment 2003-07-09 21:22:46 +00:00
Glenn Maynard a77ee45759 Oops, forgot to commit this. Use TEXTUREMAN->GetMovieColorDepth. 2003-07-09 21:22:14 +00:00
Glenn Maynard 7639f547f4 Disable a trace I don't need right now;
error check.
2003-07-09 20:40:28 +00:00
Glenn Maynard a9e859f6fa Fix crash pressing battle keys when not in battle mode 2003-07-09 20:34:14 +00:00
Glenn Maynard b4021ac0c6 Use DisableOddDimensionWarning and EnableOddDimensionWarning 2003-07-09 20:28:07 +00:00
Glenn Maynard d4815d6d74 Disable the dimensions warning for all song graphics (even ones not in
songs).
2003-07-09 20:27:02 +00:00
Glenn Maynard 11f78783b3 Add DisableOddDimensionWarning and EnableOddDimensionWarning 2003-07-09 20:24:17 +00:00
Glenn Maynard 7a7d81d446 Add GameState::IsBattleMode 2003-07-09 20:23:44 +00:00
Glenn Maynard 8e421b6b61 Fix matching. 2003-07-09 19:10:09 +00:00
Steve Checkoway 1f2a99a431 fixed assertion failing.
Now GetData bails with an error of -223. I don't know what this is.
2003-07-09 17:24:47 +00:00
Steve Checkoway 9463a65974 added error checking 2003-07-09 17:23:08 +00:00
Andrew Wong b8c014e5bf RouletteSeeds now is updated dynamically based on unlocks.dat 2003-07-09 14:16:21 +00:00
Andrew Wong 402145139d optimized UnlockSystem::FindSong() function so its a O(log n) operation instead of O(n)
(improved from sequential to binary search; still may have bugs so old code is commented out)
2003-07-09 13:54:23 +00:00
Andrew Wong 059fc8e6bc unlocks.dat with comments giving general instructions 2003-07-09 12:04:05 +00:00
Andrew Wong 68eeaae034 implemented unlock by roulette method [RO] (not ragnarok online, silly) 2003-07-09 11:38:50 +00:00
Glenn Maynard 2f99e4bfdc add BEAT 2003-07-09 10:40:34 +00:00
Sean Burke 962eaa31b4 Make LoadingWindow_Gtk include loading.xpm so that I don't have to make it install. 2003-07-09 08:34:16 +00:00
Steve Checkoway 2156e76b0b failing an assertion but getting closer 2003-07-09 08:27:27 +00:00
Steve Checkoway a98fffe856 removed useless check. 2003-07-09 07:30:48 +00:00
Glenn Maynard 328976f5d3 fix indentation 2003-07-09 06:36:00 +00:00
Glenn Maynard e3cf80ae04 Fix screenshot endianness. 2003-07-09 06:16:19 +00:00
Andrew Wong 49bdfd23b5 metrics update for previous update 2003-07-09 06:06:28 +00:00
Andrew Wong 1bbbab816f added choice of which points to display for unlocking between dance, arcade, and song points 2003-07-09 06:05:43 +00:00
Glenn Maynard 2af0ab21ed allow using a model for hold tails 2003-07-09 05:57:48 +00:00
Glenn Maynard a3956e8dd4 grr. 2003-07-09 05:57:09 +00:00
Steve Checkoway e8d718383e Seperate the QuickTime sound drivers into two classes.
One (working atm) class for a single Sound Manager channel.
One (not working atm) class for multiple Sound Manager channels.
2003-07-09 05:26:33 +00:00
Glenn Maynard fc88d69fca Use SONGMAN->FindSong 2003-07-09 05:01:37 +00:00
Glenn Maynard 4602901bbd std::sort takes a function that returns a bool, not an int 2003-07-09 04:47:51 +00:00
Glenn Maynard f9b12e9e8e simplify 2003-07-09 04:46:24 +00:00
Glenn Maynard 165bd52e6e Don't un-flip flipped CDTitle backs. 2003-07-09 04:30:18 +00:00
Glenn Maynard 329712816f Don't delete a texture twice 2003-07-09 04:29:23 +00:00
Glenn Maynard 237565b865 cleanup 2003-07-09 04:20:37 +00:00
Glenn Maynard c67a529bec dur 2003-07-09 04:18:01 +00:00
Glenn Maynard 361a2b58a9 add SONGMAN->FindSong 2003-07-09 04:09:35 +00:00
Glenn Maynard a43296fef9 Fix invalid glyph showing negative scores in eval 2003-07-09 03:51:17 +00:00
Steve Checkoway 42cbdc32c4 Re-added 2003-07-09 03:23:55 +00:00
Glenn Maynard cc739adac8 more thourough GL_UNSIGNED_SHORT_1_5_5_5_REV check 2003-07-09 03:22:27 +00:00
Steve Checkoway ca6a78eb5e re-adding as binary 2003-07-09 03:21:10 +00:00