Commit Graph

6038 Commits

Author SHA1 Message Date
Glenn Maynard f1878720a5 Load CJK fonts as grayscale. Simplify. 2003-10-08 23:20:02 +00:00
Glenn Maynard 4ae167bf9e Don't grayscale fonts by default.
Load properties common to all font pages from the section "common".
2003-10-08 23:18:56 +00:00
Glenn Maynard bd70198bee cosmetic 2003-10-08 22:03:54 +00:00
Glenn Maynard 075c34e8cc Fix assertion failure when joysticks with more than one hat are attached 2003-10-08 20:40:41 +00:00
Glenn Maynard 8ff43a4bb8 Override game prefs with static.ini, too. 2003-10-08 08:06:42 +00:00
Glenn Maynard 17e0fb52b9 Remove bSwitchToLastPlayedGame.
Simplify.
2003-10-08 08:01:41 +00:00
Glenn Maynard 8475d5fbd5 Override prefs with static.ini 2003-10-08 07:28:11 +00:00
Chris Danford 19a16e6713 Esc should ignore "delayed back" pref. Oops. 2003-10-08 07:22:27 +00:00
Chris Danford d3073eb988 fix Rage Pro + WinXP problem 2003-10-08 07:13:21 +00:00
Chris Danford e63eb9bdfa don't throw fatal if CreateDevice or Reset fails so that the resolution fallback logic has a chance 2003-10-08 07:12:48 +00:00
Glenn Maynard b0e05dfbee add ReadGlobalPrefsFromDisk( bSwitchToLastPlayedGame, fn ) 2003-10-08 07:10:55 +00:00
Glenn Maynard 3b452e95e0 fix grayscale game chars 2003-10-08 07:10:20 +00:00
Chris Danford f28d9658eb no delay before accepting input for ScreenMiniMenu 2003-10-08 06:39:04 +00:00
Chris Danford 3ef4f01f39 handle repeating input in ScreenMiniMenu 2003-10-08 06:31:39 +00:00
Chris Danford bf2a0cce19 control max texture resolution in VideoCardDefaults 2003-10-08 03:58:16 +00:00
Glenn Maynard 2854c68a18 Remember if a surface fits in 4 bits. 2003-10-08 03:37:33 +00:00
Glenn Maynard a37668e44e Add TextureHints font metric.
By default, load fonts as 4-bit grayscale, 4-bit alpha (I4A4) maps.
This halves font texture memory usage.
2003-10-08 02:54:40 +00:00
Glenn Maynard 93653882ef Use AdditionalTextureHints. Add "grayscale" hint. 2003-10-08 02:52:51 +00:00
Glenn Maynard 8dda57f5bc add AdditionalTextureHints 2003-10-08 02:52:12 +00:00
Glenn Maynard 5dc94af3da use iGrayscaleBits 2003-10-08 02:23:53 +00:00
Glenn Maynard a73a86f63e add iGrayscaleBits 2003-10-08 02:19:59 +00:00
Glenn Maynard 2c816714bb add mySDL_Palettize 2003-10-08 01:46:00 +00:00
Glenn Maynard 5117e94742 Use the "unused" bit in SDL palettes for alpha. 2003-10-08 01:24:53 +00:00
Glenn Maynard fba49abc0d Define the "unused" bit in SDL surfaces. 2003-10-08 01:21:36 +00:00
Steve Checkoway d5cc663bea Remove unnecessary code. All archs can use print-screen or in the case of Apple keyboards, F13, to take a screen shot. 2003-10-08 00:34:10 +00:00
Andrew Livy 37ef50d849 Pop'n Music Update
- Theme
- Noteskin

You can now make the music wheel into a 'staircase'
2003-10-08 00:17:17 +00:00
Andrew Livy 276a051904 Barebones Pop'n Music Theme / Noteskin 2003-10-07 17:57:52 +00:00
Chris Danford cf8c4043f3 remove decode movie MS
add menu item for movie texture color
add better presets for Radeon 7xxx
2003-10-07 08:18:28 +00:00
Steve Checkoway 8e3d6518dc With any luck, this will give an error message if the user tries to install on OS X 10.1.x. I have no idea if the installer will even open and no way to test it. Worst case, installer still works for >= 10.2 and crashes for < 10.2. The same as before. Best case, it gives a message about not being compatible and then quits. 2003-10-07 07:47:31 +00:00
Steve Checkoway 4cafa2eb7d cleanup 2003-10-07 07:04:34 +00:00
Steve Checkoway d8710d3710 signed vs. unsigned fix 2003-10-07 06:39:16 +00:00
Chris Danford b74f58d88b optimize ActorFrame::Update 2003-10-07 06:00:33 +00:00
Chris Danford 8c3db31ba7 optimize InputFilter::Update 2003-10-07 05:59:58 +00:00
Chris Danford 8ac398d192 optimize Actor::BeginDraw 2003-10-07 04:26:14 +00:00
Glenn Maynard efb6f4dcb1 Don't pretend the sound position is 0 when seeking past end of file. 2003-10-07 04:10:34 +00:00
Glenn Maynard 892ca27777 Change EOF seek behavior: reading after a seek past EOF returns EOF.
Minor Vorbis seek fix.
2003-10-07 04:03:22 +00:00
Glenn Maynard c10fc4407a Don't tween off stuff that isn't used. 2003-10-07 02:13:48 +00:00
Andrew Livy 5af28f3fb1 Added: Pop'n Music Gametype. 2003-10-07 00:01:32 +00:00
Andrew Livy bd96d049ff EZ2dancer Theme Update 2003-10-06 22:20:25 +00:00
Glenn Maynard c744d0aabd Lots of ADPCM bug fixes. 2003-10-06 08:02:52 +00:00
Chris Danford 2f09374c08 move some options to "Coin Options" group 2003-10-06 05:59:58 +00:00
Glenn Maynard e2659ad6b1 MADLIB_rewind never fails.
Always rewind after a seek error.
2003-10-06 05:16:01 +00:00
Glenn Maynard 2a0c57ac40 Add --with-debug. 2003-10-06 05:02:59 +00:00
Glenn Maynard a2da0828b1 fix SetPosition_toc EOF behavior 2003-10-06 05:02:03 +00:00
Glenn Maynard 05003d1bc9 fix SetPosition_hard EOF behavior 2003-10-06 05:00:19 +00:00
Glenn Maynard 71ae8a0848 fix SetPosition_Fast EOF behavior 2003-10-06 04:55:11 +00:00
Glenn Maynard 78ecec47c4 Write #FILE tag. 2003-10-06 04:31:44 +00:00
Glenn Maynard c489642707 Fix movie flushing (fixes silly 1-frame videos). Fix memleak. 2003-10-06 02:58:04 +00:00
Glenn Maynard e4d4888464 add assert 2003-10-06 00:41:53 +00:00
Glenn Maynard 5410988eb5 The GNU C++ library's random_shuffle doesn't always use rand();
it sometimes uses a nonportable generator, which isn't being seeded.
Sidestep and always use our own PRNG.

Cleanup.
2003-10-06 00:09:10 +00:00