Commit Graph
9962 Commits
Author SHA1 Message Date
Glenn Maynard ae8f98a9de RageSurface_Load_GIF 2004-05-18 03:14:35 +00:00
Glenn Maynard e9b5ce0e88 use 0xFFFD for INVALID_CHAR ("U+FFFD REPLACEMENT CHARACTER") instead of 0xFFFF 2004-05-17 21:33:35 +00:00
Glenn Maynard e72dcafae5 replace UTF-8 functions from glib 2004-05-17 21:28:26 +00:00
Glenn Maynard c32452e740 fix uninitialized value 2004-05-17 05:52:21 +00:00
Glenn Maynard 4dd6c11c72 don't template the blitter; it confuses vc6 2004-05-17 04:53:08 +00:00
Glenn Maynard 57b86a1b71 cleanup 2004-05-17 04:52:08 +00:00
Glenn Maynard c89032c83e update 2004-05-17 04:01:25 +00:00
Chris Danford 0fd9991fbe use RageSurface::Load 2004-05-17 03:52:02 +00:00
Glenn Maynard 44d2bd257a fix tests compile 2004-05-17 03:09:44 +00:00
Glenn Maynard a33e65a552 cleanup 2004-05-17 02:38:01 +00:00
Chris Danford ec1b8430bc don't consider minimum percentage for Course scores 2004-05-17 02:31:37 +00:00
Glenn Maynard 43f8d08dbb add libpng check 2004-05-17 02:03:28 +00:00
Glenn Maynard 46724ba3a9 fix warnings 2004-05-17 01:56:12 +00:00
Glenn Maynard 4e556629ba update 2004-05-17 01:53:52 +00:00
Glenn Maynard f22c8b86d7 native PNG loader; handles full alpha palettes 2004-05-17 01:51:34 +00:00
Glenn Maynard 351987a205 bump cache (banner cache format changed) 2004-05-17 01:50:35 +00:00
Glenn Maynard 7534fada15 use ApplyHotPinkColorKey 2004-05-17 01:50:07 +00:00
Glenn Maynard bf8b43ab92 oops; save before commit 2004-05-17 01:49:37 +00:00
Glenn Maynard 70a90469e9 remove SDL_SRCCOLORKEY 2004-05-17 01:49:09 +00:00
Glenn Maynard d92317f7cd Stop using SDL_SRCCOLORKEY entirely. Use alpha palettes instead; they're
much simpler, more flexible and aren't a special case.
add ApplyHotPinkColorKey
2004-05-17 01:47:20 +00:00
Glenn Maynard d98b9475f3 split out ApplyHotPinkColorKey
simplify 16-bit texture format selection: if it's colorkeyed,
actualID.iAlphaBits will be set to at least 1; if none, 0
2004-05-17 01:45:03 +00:00
Glenn Maynard d98918b029 unused stuff 2004-05-17 00:59:07 +00:00
Chris Danford f70d3cbd14 add new clear screens 2004-05-17 00:41:11 +00:00
Glenn Maynard fd710d3ec4 fix vc7 compile 2004-05-17 00:35:07 +00:00
Chris Danford e085694ee8 fix compile error 2004-05-16 23:15:17 +00:00
Chris Danford 136354ac65 FirstRun flag shouldn't be reset on ResetToDefaults 2004-05-16 23:14:36 +00:00
Chris Danford 2fc1035d32 add ScreenClearBookkeepingData, ScreenResetToDefaults 2004-05-16 22:58:05 +00:00
Chris Danford 633133f19f clean up key file names 2004-05-16 22:16:42 +00:00
Chris Danford a20cc8b1f4 fix DefaultCpuModifiers not applied if you start in dance and switch to rave 2004-05-16 20:58:59 +00:00
Chris Danford e1617a3104 add ScreenClearMachineStats 2004-05-16 20:04:30 +00:00
Chris Danford 2b9dc537de don't process input if transitioning 2004-05-16 20:01:15 +00:00
Glenn Maynard f21244765b fix SHOW_LIFE_METER_FOR_DISABLED_PLAYERS
(the reason I didn't change all of these for()s is because it's easy to
cause little obscure bugs ...)
2004-05-16 19:22:37 +00:00
Thad Ward a74f285719 more missing ProfileHtml metrics. (well, ok. one.) 2004-05-16 12:44:35 +00:00
Thad Ward 78d16a5f90 if we aren't using the notefield, don't bother trying to load notes... 2004-05-16 12:42:26 +00:00
Steve Checkoway 5af1be7144 Fix previous commit 2004-05-16 12:42:16 +00:00
Steve Checkoway b023ee4d94 Use FOREACH_* 2004-05-16 12:34:02 +00:00
Thad Ward e3585798f8 fix compile error. 2004-05-16 12:11:58 +00:00
Steve Checkoway a2c074d7e2 Fix potential crash. 2004-05-16 12:05:51 +00:00
Steve Checkoway f66e78fd97 add/remove crypto files 2004-05-16 09:40:24 +00:00
Steve Checkoway 53a83f66c5 fix warning 2004-05-16 09:39:43 +00:00
Steve Checkoway 163edbe314 hack around strange istream problem (as the comment says, it doesn't belong in this file, but whatever). 2004-05-16 09:33:58 +00:00
Steve Checkoway a38649bf50 fix old vs. ISO bindings 2004-05-16 08:48:54 +00:00
Steve Checkoway ff65a4f49a nevermind 2004-05-16 08:25:40 +00:00
Steve Checkoway 77469f1951 fix some of the many warnings 2004-05-16 08:23:14 +00:00
Steve Checkoway 43ef336eea Fix warning. 2004-05-16 08:11:41 +00:00
Steve Checkoway 7e72d8d532 Add suggested changes. 2004-05-16 08:09:36 +00:00
Glenn Maynard 04a74a4455 begin work on arbitrary alpha values in paletted textures 2004-05-16 05:51:25 +00:00
Chris Danford 3e91007367 tweak rave mercy rules 2004-05-16 05:21:43 +00:00
Chris Danford a8882ff9d0 don't clamp super meter 2004-05-16 05:06:58 +00:00
Chris Danford c53b2100e8 fix cpu players not enumerated correctly 2004-05-16 03:01:41 +00:00