Commit Graph

9173 Commits

Author SHA1 Message Date
Chris Danford 5be54fa4a1 revert 2004-03-27 04:49:42 +00:00
Chris Danford f565527929 fix flush never called 2004-03-27 04:04:29 +00:00
Chris Danford 8d0365b6fa update comment 2004-03-27 03:18:28 +00:00
Chris Danford 7088c0eb28 fix Linux memcard flushing 2004-03-27 03:05:12 +00:00
Glenn Maynard aada5a8a91 "DrawCond" 2004-03-27 00:23:29 +00:00
Glenn Maynard 4740f1142d update 2004-03-27 00:19:46 +00:00
Glenn Maynard 79213ef67e cleanup 2004-03-27 00:19:18 +00:00
Glenn Maynard 4c1374aea9 remove unused TimingAssist 2004-03-27 00:16:48 +00:00
Glenn Maynard 86304ee6d8 fix crash loading DWIs with invalid #FREEZE values 2004-03-26 22:56:17 +00:00
Glenn Maynard b787b9f81a missing metrics 2004-03-26 22:48:56 +00:00
Glenn Maynard c56a9b107e fix menu timer expiration problem when in the sort/mode list 2004-03-26 21:36:14 +00:00
Glenn Maynard 8a101a8009 don't cache foregrounds in memory 2004-03-26 10:17:22 +00:00
Glenn Maynard d5098c84ce move texture load policy into RageTextureID, so it can be set to volatile consistently
for banners/backgrounds
2004-03-26 10:15:18 +00:00
Glenn Maynard 1d92cd087f fix duplicate banner load 2004-03-26 08:08:02 +00:00
Glenn Maynard e3d7949a9d simplify: LoadBG sets ID.iAlphaBits = 0 2004-03-26 08:05:07 +00:00
Glenn Maynard 907d11dae8 remove BannerTex 2004-03-26 08:01:46 +00:00
Glenn Maynard 0578a91a73 use SongBannerTexture
remove BannerTex
2004-03-26 07:57:44 +00:00
Glenn Maynard c58fe72382 use Sprite::SongBannerTexture 2004-03-26 07:56:18 +00:00
Glenn Maynard f353bd3206 Sprite::SongBGTexture, Sprite::SongBannerTexture (replacing Banner::BannerTex) 2004-03-26 07:50:33 +00:00
Glenn Maynard a2eb502312 fix duplicate song background loading 2004-03-26 07:41:04 +00:00
Glenn Maynard d10e81c274 log hardware sample rates 2004-03-26 06:48:36 +00:00
Glenn Maynard ea9c722a4e only log directsound drivers once 2004-03-26 06:39:29 +00:00
Glenn Maynard 1c4d9460ee oops 2004-03-26 06:33:19 +00:00
Glenn Maynard 76c6ab7af5 fix movie texture crash on signal (eg. suspend) 2004-03-26 05:47:56 +00:00
Glenn Maynard c51170c7b7 handle CrashData::FORCE_CRASH_THIS_THREAD in recursive crashes 2004-03-26 03:40:01 +00:00
Glenn Maynard 84617d0d29 cleanup 2004-03-26 03:38:27 +00:00
Glenn Maynard 1a775939a6 simplify 2004-03-26 03:29:44 +00:00
Glenn Maynard 4ba7e5451b GetData: take frames 2004-03-26 03:26:20 +00:00
Glenn Maynard 88025a50cb FillBuf: take frames 2004-03-26 03:19:55 +00:00
Glenn Maynard 02fa396548 frames 2004-03-26 03:15:27 +00:00
Glenn Maynard f5b3c5425e GetDataToPlay: take frames, not samples (use frames as a basic unit
of measuring sound buffer sizes whenever there's channel count available)
2004-03-26 03:13:57 +00:00
Glenn Maynard 5bf034b07f catch a few more voodoos 2004-03-26 02:59:40 +00:00
Glenn Maynard 5fc16eebea sm_crash: take a reason
when failing an assertion, pass the reason to sm_crash, in case we don't make it to logging checkpoints
2004-03-26 02:55:13 +00:00
Glenn Maynard 2404a98c44 cleanup 2004-03-26 02:50:10 +00:00
Glenn Maynard 1f709009e7 don't show smzip.ctl 2004-03-26 01:52:15 +00:00
Glenn Maynard 951ce82dbf fix note skin installation wiping too much 2004-03-26 01:48:47 +00:00
Glenn Maynard 0fd9e1f140 cleanup 2004-03-25 22:20:40 +00:00
Glenn Maynard 9d7f804e95 simplify 2004-03-25 22:14:59 +00:00
Glenn Maynard de3556d086 focus fixes 2004-03-25 22:13:51 +00:00
Glenn Maynard 1588f118a9 PlayStartSound, etc. always play at PREFS sound volume 2004-03-25 21:41:11 +00:00
Charles Lohr c98579d478 I had to modify the protocol, so that the client knew what version the server is.
This way I can begin to develop more complex protocols.
2004-03-25 15:08:07 +00:00
Steve Checkoway d2408a88ea I have no idea what's different, and frankly I don't care. 2004-03-25 14:14:23 +00:00
Thad Ward a4ea178310 add comment. 2004-03-25 13:56:01 +00:00
Steve Checkoway 79631356d5 Simplify since this should now be handled by the OS. 2004-03-25 12:48:24 +00:00
Thad Ward 3047c0adfb Apparently SM_GoToNextScreen doesn't also send an SM_LoseFocus, so we need to
reset the sound volume there, too.
2004-03-25 10:45:30 +00:00
Thad Ward dabfb6355c add missing breaks to SM_GainFocus and SM_LoseFocus 2004-03-25 10:25:22 +00:00
Glenn Maynard c9265fa15a change and reset sound volume in SM_GainFocus and SM_LoseFocus;
they're always called, even when exiting to the sys menu
2004-03-25 10:07:11 +00:00
Chris Danford 742daadcf5 save last played song to profile 2004-03-25 09:54:28 +00:00
Chris Danford e89bbf1565 make judgments slightly smaller in mini so they don't cover up so much of the notes 2004-03-25 09:31:38 +00:00
Chris Danford 7a2bf28f7a clean up max stages display 2004-03-25 08:46:38 +00:00