Commit Graph
12011 Commits
Author SHA1 Message Date
Chris Danford 5d954e5659 don't mount unless the profile was loaded from a memory card 2004-10-03 05:49:10 +00:00
Chris Danford 9fe9b0884a Add hack to not leave cards mounted 2004-10-03 05:27:52 +00:00
Glenn Maynard d19c0bbe0a optimize 2004-10-02 16:24:10 +00:00
Chris Danford b76949e1a9 fix warnings 2004-10-02 05:08:59 +00:00
Glenn Maynard 0e7c5a7141 ascii optimization 2004-10-01 17:25:17 +00:00
Glenn Maynard c08e4ecdbd simplify: GetHashForFile is just a wrapper for FILEMAN->GetFileHash; hash values are passed directly from the driver 2004-10-01 08:54:10 +00:00
Ryan Dortmans b53fa472fc Xbox: fix so that zips are mounted correctly 2004-10-01 02:36:51 +00:00
Ryan Dortmans 896fb225a0 Xbox: hack to get arrows in the correct position 2004-10-01 02:11:52 +00:00
Glenn Maynard 11f1b49d7a fix crash handler crashes 2004-09-30 12:35:13 +00:00
Ryan Dortmans 85e9138040 Xbox loading screen 2004-09-30 08:22:26 +00:00
Ryan Dortmans dafacaa0e9 Xbox: Use the Xbox loading screen. 2004-09-30 08:21:15 +00:00
Ryan Dortmans 844a2dd53a Lo fi (text only) Xbox loading screen. 2004-09-30 08:20:11 +00:00
Glenn Maynard 071af4b238 linux build fix 2004-09-30 04:52:06 +00:00
Glenn Maynard 4761e67ec1 warning C4244: '=' : conversion from 'unsigned int' to 'uint8_t', possible loss of data 2004-09-30 04:17:23 +00:00
Chris Danford b20eaeb60b Parse and maintain keysound data, but don't play the keysounds yet. 2004-09-29 07:19:44 +00:00
Chris Danford 0f6ed81faf Use a associative arrays instead of normal vectors to hold TapNotes.
More places NoteDataUtil, NoteDataWithScoring need to be converted to use the new row iteration macros.
2004-09-29 06:43:57 +00:00
Glenn Maynard f22ec944d4 hack to fix metrics that start with + 2004-09-28 10:03:49 +00:00
Ryan Dortmans 232cf294ea Clean up 2004-09-28 06:08:33 +00:00
Glenn Maynard 8fc33017f0 cleanup include paths 2004-09-28 05:55:33 +00:00
Glenn Maynard f9bd7e3829 remove NUM_JOYSTICK_HATS 2004-09-28 05:52:03 +00:00
Glenn Maynard f7e215e914 cleanup 2004-09-28 05:51:10 +00:00
Glenn Maynard 911293785e cleanup 2004-09-28 05:37:15 +00:00
Ryan Dortmans 81c4bab183 Removed SDL file references. Fixed pre-build events. 2004-09-28 05:35:53 +00:00
Ryan Dortmans 8696eafc0e Xbox handler now functions correctly. 2004-09-28 05:06:47 +00:00
Ryan Dortmans 3296336486 SDL loading window crashes Xbox version. Use null loading window til an
Xbox version is written.
2004-09-28 05:05:31 +00:00
Glenn Maynard c8ba0bec7b fix warnings 2004-09-28 02:14:56 +00:00
Glenn Maynard 4650e0cc0c revert 82845 2004-09-28 01:32:12 +00:00
Glenn Maynard 3c997641f8 Remove game-specific glyphs. It adds overhead to setting every BitmapText,
and nothing uses it.  If we want to do this, add Lua conditionals to font
pages.
2004-09-27 13:33:08 +00:00
Ryan Dortmans 9ae79be7da Added new and necessary file references 2004-09-27 08:38:23 +00:00
Ryan Dortmans 1444ee2773 Map controls for new input handler 2004-09-27 08:21:54 +00:00
Ryan Dortmans 814f00fbca Remove SDL main calls 2004-09-27 08:20:51 +00:00
Ryan Dortmans af8fb6751b Add input handler for Xbox controllers 2004-09-27 08:19:20 +00:00
Ryan Dortmans 6bc4b6ab43 Input handler for Xbox controllers 2004-09-27 08:08:55 +00:00
Ryan Dortmans 05bfdeceec Xbox build 2004-09-27 08:01:21 +00:00
Ryan Dortmans 3e6da1b008 Dummy class to allow Xbox build 2004-09-27 07:56:18 +00:00
Glenn Maynard bd78b75115 update other configs 2004-09-27 03:25:09 +00:00
Chris Danford aadc33ef04 PC 2004-09-27 01:49:18 +00:00
Chris Danford d5e2eb3044 clean up BMS parsing
fix BM data detected as dance-double then autogen'd to bm-single7
2004-09-27 01:46:57 +00:00
Glenn Maynard aab53e70d8 split RageSurfaceUtils::CorrectBorderPixels 2004-09-27 01:12:13 +00:00
Glenn Maynard 3d81205616 fix possible memleak
litter the code with checkpoints to try to track down osx crash
2004-09-27 01:09:03 +00:00
Glenn Maynard b990c14789 probably make PNG functions show up better in unix crash logs 2004-09-27 00:55:17 +00:00
Glenn Maynard 8789c710f6 fix anonymous namespaces in win32 crash handler output 2004-09-27 00:46:10 +00:00
Glenn Maynard 83db553dd4 move win32 crash handler and versioning helpers into archutils 2004-09-27 00:29:40 +00:00
Glenn Maynard b844fa8953 old update: x11 license permission for these came with the crash handler 2004-09-27 00:20:18 +00:00
Glenn Maynard 75357eaa8f Allow passing a paletted RageSurface to CreateTexture when pixfmt isn't
FMT_PAL.  The intent is that all combinations are valid--that the pixfmt doesn't
depend on the format of img.  (The only exception is that CreateTexture
never palettizes, so if pixfmt is FMT_PAL, img must be, too.)
2004-09-26 09:15:16 +00:00
Glenn Maynard face100e30 cleanup 2004-09-26 08:56:32 +00:00
Glenn Maynard 618a6c7737 simplify, merge code 2004-09-26 08:53:01 +00:00
Glenn Maynard cc55c46033 fix scaling glitch that could cause images to be slightly transparent
when blitting bit depth up
2004-09-26 08:22:46 +00:00
Glenn Maynard f30127bcab bump 2004-09-26 02:24:20 +00:00
Glenn Maynard cd72544bdd update 2004-09-26 02:23:06 +00:00