Commit Graph

11632 Commits

Author SHA1 Message Date
Glenn Maynard 3d0d64c4ae fix "GetExtraStageInfo() called in GROUP_ALL_MUSIC, but GAMESTATE->m_pCurSong == NULL" 2004-09-05 23:50:09 +00:00
Glenn Maynard 1d5e04b024 real fix for Windows memcards 2004-09-05 23:45:57 +00:00
Glenn Maynard 83265c4d63 remove Rloss, Gloss, Bloss, Aloss 2004-09-05 23:37:04 +00:00
Glenn Maynard e6eb3e5ff9 remove hack 2004-09-05 23:35:49 +00:00
Glenn Maynard 2defb1963a cleanup 2004-09-05 23:34:49 +00:00
Glenn Maynard b28fb1d5c9 cleanup 2004-09-05 23:24:48 +00:00
Glenn Maynard 26b22b5f31 simplify 2004-09-05 23:20:04 +00:00
Glenn Maynard 1eaa2e1b56 shift format data to an array 2004-09-05 23:17:47 +00:00
Glenn Maynard d990cc92f8 improve color conversion 2004-09-05 22:54:49 +00:00
Glenn Maynard 9f38c2237c simplify blit selection by letting each blit decide for itself 2004-09-05 22:35:53 +00:00
Glenn Maynard 174810d286 Fix blit_rgba_to_rgba: converting channels that were at least 1bpp
to a higher bit depth resulted in 0s.  This caused banners to be transparent
on Macs.  This also fixes scaling: scale colors instead of truncating them.
This is a little slower; I might need to add an optimized blit for the d3d movie
code path ...
2004-09-05 22:18:14 +00:00
Glenn Maynard abc76e28ed apply graphic settings on texture color depth change 2004-09-05 22:10:58 +00:00
Steve Checkoway e100932068 Yes, I know it is ugly. Removed gunzip and tar. It does still rely on /bin/cp being there, but that is mostly because I was too lazy to write a replacement for it. 2004-09-05 10:12:53 +00:00
Glenn Maynard dec895409a ApplyHotPinkColorKey: simplify, fix quick alpha enable, and disable it
for now
2004-09-05 08:48:45 +00:00
Glenn Maynard d49851d12f dumb fix 2004-09-05 07:23:25 +00:00
Glenn Maynard c8e52ea1ac dumb temp debugging hack 2004-09-05 06:54:36 +00:00
Glenn Maynard 24c5d6248b more debug output 2004-09-05 06:25:13 +00:00
Glenn Maynard 28f0a1b736 fix volume calc; meant to change the comment but not the equation
make sure setting volume to 0 works
2004-09-05 06:05:56 +00:00
Glenn Maynard 20dcf02ad1 "0%" -> "SILENT"; remove extra "10%" 2004-09-05 06:00:25 +00:00
Glenn Maynard c5ec5aa56b fix SetVolume 2004-09-05 05:55:36 +00:00
Glenn Maynard ffbe769356 allow both 1280x960 (for CRTs) and 1280x1024 (for LCDs) 2004-09-05 05:50:23 +00:00
Josh Allen f381ab05d9 Added code that Charles forgot, enabeling ReportNSSOnOff. 2004-09-05 05:11:44 +00:00
Glenn Maynard ed9e25b2b1 remove AddFileSet 2004-09-05 04:12:42 +00:00
Steve Checkoway 63f24129cf Maybe fix that bug by using the system font. I cannot think of a reason that it did not work before other than the font defaulted to something that could not display the string "Initializing Hardware..." 2004-09-05 03:53:18 +00:00
Glenn Maynard 99994a55cd split out FilenameDB::DelFileSet 2004-09-05 03:49:45 +00:00
Glenn Maynard 3da657bfc8 simplify 2004-09-05 03:43:05 +00:00
Glenn Maynard cbea6c75bc use GetFilePriv 2004-09-05 03:41:40 +00:00
Glenn Maynard 0bfb1d5058 add FilenameDB::GetFilePriv 2004-09-05 03:40:19 +00:00
Glenn Maynard 57b6bd4ceb fix RageFileObjZipStored::Copy 2004-09-05 03:37:34 +00:00
Glenn Maynard db0fa11b51 use NullFilenameDB 2004-09-05 03:35:49 +00:00
Glenn Maynard 9fac7fdc6d NullFilenameDB 2004-09-05 03:34:18 +00:00
Glenn Maynard f5ef4eaf92 Banner::Load("") -> fallback 2004-09-05 03:32:45 +00:00
Glenn Maynard f3c1629853 store ncolors 2004-09-05 03:31:47 +00:00
Glenn Maynard 059d9b3783 short circuit FindSurfaceTraits for RGB 2004-09-05 03:30:14 +00:00
Glenn Maynard 5035321672 short circuit FixHiddenAlpha for RGB 2004-09-05 03:27:57 +00:00
Glenn Maynard 060e901c10 flip 2004-09-05 02:55:27 +00:00
Glenn Maynard 90d8270cd6 fix extra stage music wheel entry not in a section when it should be 2004-09-05 02:47:30 +00:00
Glenn Maynard 8ebdc06ea8 If a format isn't supported, don't "fake it" with an unrelated format; that
just "lies" to the user code, probably resulting in extra format conversions.
Just don't claim support for it, and a different, more appropriate format will
be used.  (This didn't actually matter, since RageDisplay_D3D::SupportsTextureFormat
returns false for everything but FMT_RGBA8.)
2004-09-05 02:02:10 +00:00
Glenn Maynard eda61958f7 error check 2004-09-05 01:49:42 +00:00
Glenn Maynard 2448cc74fb do HOOKS->DumpDebugInfo before OnFirstRun 2004-09-05 01:24:41 +00:00
Glenn Maynard 9a29be40d5 g_pNullDriver -> g_NullDriver 2004-09-05 01:22:09 +00:00
Glenn Maynard 3c7aa0bf7f DialogDriverNull -> DialogDriver_Null 2004-09-05 01:20:55 +00:00
Glenn Maynard f3cc65a51d why was this catching everything? Non-RageExceptions should be
caught and handled by the individual drivers.
2004-09-05 01:19:47 +00:00
Glenn Maynard 85c4c2a364 simplify 2004-09-05 01:02:13 +00:00
Glenn Maynard fd8e2e9d16 fix "MemoryCardOsMountPointP#" in windows 2004-09-04 22:38:16 +00:00
Glenn Maynard 10793fdc50 add MusicWheel::IsSettled 2004-09-04 21:32:36 +00:00
Glenn Maynard d3c9b381bf update 2004-09-04 04:35:29 +00:00
Glenn Maynard a6d3516b69 cleanup 2004-09-04 04:30:36 +00:00
Glenn Maynard fdbe1b01dd implement PREFSMAN->m_bPalettedBannerCache 2004-09-04 04:29:37 +00:00
Glenn Maynard 4b4466b5f6 update 2004-09-04 04:28:46 +00:00