Commit Graph

11612 Commits

Author SHA1 Message Date
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
Glenn Maynard 48d6f1f6ce vc7 fix 2004-09-04 04:26:35 +00:00
Glenn Maynard 4be3f800d7 m_bPalettedBannerCache 2004-09-04 04:19:04 +00:00
Glenn Maynard 8069b42d1c update 2004-09-04 04:18:15 +00:00
Glenn Maynard 901b83822b fixes 2004-09-04 04:17:38 +00:00
Glenn Maynard 30e0c20813 re-update 2004-09-04 04:15:32 +00:00
Glenn Maynard 8a7edb2055 consistency 2004-09-04 04:15:05 +00:00
Glenn Maynard 08e1eb75ec update 2004-09-04 04:13:07 +00:00
Glenn Maynard 0cd976eeb8 add RageSurfaceUtils::Palettize 2004-09-04 04:11:51 +00:00
Glenn Maynard 8879e7c2f1 s/Palettize/PalettizeToGrayscale/ 2004-09-04 04:10:56 +00:00
Glenn Maynard 1b174cb718 fix error 2004-09-04 01:52:11 +00:00
Charles Lohr 34d10acdb9 Added command 10, and added tweening for ScreneNetEvaluation. 2004-09-03 15:33:00 +00:00
Charles Lohr 3326f6579e Updated protocol 2004-09-03 15:31:42 +00:00
Ryan Dortmans 4a512f535b Added additional missing network file references. 2004-09-03 06:47:00 +00:00
Charles Lohr 97e79095fc Fix: allow transfer to next screen. 2004-09-03 00:12:53 +00:00
Charles Lohr a1d0f961e8 Updated protocol. 2004-09-02 23:53:49 +00:00
Charles Lohr b3905ec2d7 Maybe this will make the player's name show properly? 2004-09-02 23:53:26 +00:00
Josh Allen 29f9214af1 Incorrect Write function used 2004-09-02 23:47:02 +00:00
Josh Allen 7e1d449b31 Slight protocol change in game over function 2004-09-02 23:42:29 +00:00
Josh Allen 8b817052c5 Fixed song
select bug of not actually starting due to calling ClearHasSong() at the
 incorrect time.
2004-09-02 21:42:33 +00:00
Josh Allen a04da74fa1 Fixed SortStats bug resulting in extra blank users 2004-09-02 21:27:48 +00:00