Commit Graph
2581 Commits
Author SHA1 Message Date
Glenn Maynard 55bbb642f3 don't downcast here (do it later) 2003-03-15 21:16:38 +00:00
Glenn Maynard a1f8acd915 simplify a little 2003-03-15 21:02:45 +00:00
Glenn Maynard d740128485 FocusingSprite is obsolete 2003-03-15 20:31:09 +00:00
Chris Danford ad34d417f6 Get rid of some global strings to (shrinks release exe size by 3.5MB) 2003-03-15 19:25:37 +00:00
Glenn Maynard 8f9ac4d0ee unused 2003-03-15 09:59:38 +00:00
Glenn Maynard 8d16f52345 preempt possible problems with message handling
(don't think this is related to my stage screen crash, which
isn't happening in debug; I might just need to rebuild release)
2003-03-15 07:21:09 +00:00
Glenn Maynard 649ad21e43 revert mixing code 2003-03-15 05:57:44 +00:00
Glenn Maynard 3b1396dd65 remove unused prototype 2003-03-15 03:23:21 +00:00
Glenn Maynard 6e317b9f57 need to flush the directory cache or it'll keep thinking the file is there 2003-03-15 03:09:06 +00:00
Glenn Maynard 7f8e3b3886 Add skip detection when timestamping is on
(could be split off)
2003-03-15 02:44:54 +00:00
Chris Danford 9be16c8dbe Implement RageDisplay::IsWindowed() 2003-03-15 00:19:48 +00:00
Chris Danford 033b2773ed disallow > 1 theme element matches to catch problems early 2003-03-15 00:16:45 +00:00
Glenn Maynard 77f28df1fa this is extranneous and is causing problems 2003-03-15 00:10:55 +00:00
Glenn Maynard 23817566b8 Move ScreenManager actors into a separate screen, to unclutter
ScreenManager, and so it can use AddChild
2003-03-15 00:02:54 +00:00
Glenn Maynard 35e1580fa3 fix random/roulette hang; add an assert to catch this in the future 2003-03-14 22:55:06 +00:00
Chris Danford d10fe90b95 Fix "loading window hangs around in TaskBar" in Win9x 2003-03-14 22:47:42 +00:00
Chris Danford e7b133cc0e Warn, not Throw if movie codec isn't present. 2003-03-14 22:42:55 +00:00
Chris Danford d4417b0260 Fix ScreenJukebox, ScreenMusicScroll 2003-03-14 22:34:28 +00:00
Glenn Maynard cc370ed036 quiet unused variable warnings 2003-03-14 22:28:32 +00:00
Glenn Maynard 7cc5888167 make ScreenTestSound work again 2003-03-14 21:54:20 +00:00
Glenn Maynard c9f5f6fd7a update "aoi" translations to use the fixed kanji 2003-03-14 02:30:10 +00:00
Glenn Maynard 3162b7f192 careful; "_japanese 16px" affects fonts named "_japanese 16px*",
modifying it doesn't affect "_japanese 24px"

fix aoi in 16px.ini and 24px.ini
2003-03-14 02:28:48 +00:00
Chris Danford f65c3498c5 Added metrics to show/hide ROULETTE and RANDOM 2003-03-13 23:58:30 +00:00
Chris Danford 8fbbda9e79 Added separate banner for RANDOM. We need an artist to replace this graphic with something better... 2003-03-13 23:45:52 +00:00
Chris Danford 0b4d04d4af changed Kanji "blue" glyph 2003-03-13 23:28:11 +00:00
Chris Danford 1e6c67089e fix bug in SwapSides that caused it to behave like Mirror
Add Alters: copy_left_to_right, copy_right_to_left, clear_left, clear_right, collapse_to_one, shift_left, shift_right
Fix "SuperShuffle broken only in editor"
2003-03-13 21:44:14 +00:00
Chris Danford 3dd62d5568 improve Skippy
select last chosen NotesType and Difficulty in EditMenu
2003-03-13 20:46:59 +00:00
Chris Danford b8d8eb589d Add Skippy to PlayerOptions 2003-03-13 09:25:57 +00:00
Chris Danford b4b8815cb7 Add Skippy transform 2003-03-13 09:20:21 +00:00
Chris Danford af6e1f764c Fix broken Little transform 2003-03-13 09:03:21 +00:00
Chris Danford 195cd01db5 Fix playback in editor (start the music - duh!)
Fix AutoPlay text showing in Demo, Jukebox
2003-03-13 08:47:43 +00:00
Chris Danford 28af4a9447 Fixed seeking in RageSound at non-1x playback rates 2003-03-13 08:43:04 +00:00
Chris Danford d91d043fa9 fix broken autogen in ScreenEditMenu 2003-03-13 01:26:50 +00:00
Chris Danford 767894800b fix transitions in ScreenGameplay 2003-03-12 03:44:55 +00:00
Chris Danford 4a239b0c35 fixed some ScreenGameplay transition glitches
fix cracks in BGAnimation tiles (mostly)
2003-03-12 01:26:44 +00:00
Chris Danford 443aad8e10 MenuTimer cleanup 2003-03-11 21:43:35 +00:00
Chris Danford a11de99043 MenuTimer cleanup 2003-03-11 21:33:11 +00:00
Glenn Maynard 35bf217063 oops; fix hack 2003-03-11 21:05:53 +00:00
Glenn Maynard 8f9e1ba367 use the correct constant 2003-03-11 19:07:41 +00:00
Glenn Maynard b7fd35d122 make extension matching case-insensitive 2003-03-11 19:07:03 +00:00
Glenn Maynard 3936f52035 fix garbage value when glGetTexLevelParameteriv returns
error
2003-03-11 19:06:11 +00:00
Glenn Maynard eaf41bad5c don't warn about reloads for the first load 2003-03-11 19:02:09 +00:00
Glenn Maynard b14c6cf846 experiment to try to fix danger background thrashing 2003-03-11 18:52:50 +00:00
Glenn Maynard 2bf152c2c2 const fix 2003-03-11 18:40:42 +00:00
Glenn Maynard 123cd35e17 Small movie texture optimization: honor the texture color depth.
Another biggie is that we're copying every frame an extra time in
MovieTexture_DShow::NewData().  This is rather hard to fix without
bringing back the stability problems we had before; I need to think
about how to do this.  (Commenting out this memcpy boosts my test
video to about 22fps, so this isn't minor.)
2003-03-11 18:27:10 +00:00
Kevin Slaughter 4344d4da41 Added a lot into BGanimations.. These are by no means a permanent fix, just a quick patch so SM will actually run for the most part :) 2003-03-11 09:32:00 +00:00
Chris Danford 16df407e32 Cosmetic cleanups
Added "press START for more options" to ScreenPlayerOptions
2003-03-11 08:52:45 +00:00
Glenn Maynard 3d20f7ee70 fix reversed BEST sort
add comment
2003-03-10 10:51:41 +00:00
Chris Danford 4d4ed0f742 make UseSongBG work for BGAnimations not inside of Background (e.g. on ScreenStage) 2003-03-10 08:50:58 +00:00
Jared Roberts b034804250 s/Song.h/song.h 2003-03-10 05:07:00 +00:00