Commit Graph
25325 Commits
Author SHA1 Message Date
Glenn Maynard 4d9a2cbb86 reusable invalidation 2007-03-22 18:55:49 +00:00
Glenn Maynard be271f9dd7 more VBO bindings 2007-03-22 18:33:07 +00:00
Glenn Maynard 1f1ae1a465 fix default selection 2007-03-22 07:06:08 +00:00
Steve Checkoway 8505ea0578 This was moved to global.h. 2007-03-22 06:30:12 +00:00
Glenn Maynard bf16705d1e handle BGRA8; nVidia cards prefer this format 2007-03-22 05:30:19 +00:00
Glenn Maynard 0cb0394ad1 handle PIX_FMT_BGR32_1; nVidia cards prefer this format 2007-03-22 05:26:09 +00:00
Glenn Maynard b8c7ce382b unneeded 2007-03-22 00:35:06 +00:00
Glenn Maynard 70b8f34371 define some C99 stuff (not trying to do it all; it's pages long) 2007-03-22 00:34:41 +00:00
Glenn Maynard d6986e900e enable C99 stuff if available 2007-03-22 00:26:37 +00:00
Glenn Maynard 8a07dfca34 set effectclock cleanly 2007-03-22 00:04:37 +00:00
Glenn Maynard 1fdf23a4a3 fix warning 2007-03-21 21:22:40 +00:00
Glenn Maynard d4c72630af fix test 2007-03-21 20:29:57 +00:00
Glenn Maynard aac8c00cfc RageSoundPosMap: fix splitting 2007-03-21 19:24:40 +00:00
Glenn Maynard 3e96c357aa fix bApproximate 2007-03-21 17:39:23 +00:00
Steve Checkoway 468ceae283 Sort the extensions. 2007-03-21 12:01:54 +00:00
Steve Checkoway dfa844b24a Make SM play nice with ffmpeg. 2007-03-21 11:56:58 +00:00
Steve Checkoway 301f98f70d Update ffmpeg. 2007-03-21 11:19:33 +00:00
Glenn Maynard 4549e6646a OptionsMenuChanged 2007-03-21 07:49:53 +00:00
Steve Checkoway 61e923cffa ffmpeg patch is no longer needed. 2007-03-21 07:11:51 +00:00
Steve Checkoway 4d2fd489fb Update build script to get the correct version of ffmpeg from the subversion repository. 2007-03-21 07:07:21 +00:00
Glenn Maynard 8cbd14b99f fixup 2007-03-21 06:38:11 +00:00
Glenn Maynard eed9ff74f5 fix preloading 2007-03-21 06:36:11 +00:00
Glenn Maynard bef66aa6de fix crash 2007-03-21 06:30:12 +00:00
Glenn Maynard 03922a91dc fix late join crash 2007-03-21 06:14:04 +00:00
Glenn Maynard 2c0c83e901 remove old 2007-03-21 05:53:39 +00:00
Glenn Maynard a7afd661d9 ffmpeg update 2007-03-21 05:53:17 +00:00
Glenn Maynard fec6da2b1f fixup 2007-03-21 05:52:26 +00:00
Glenn Maynard ace3a66e36 - ffmpeg API update
- Add support for doing YUV colorspace conversion in hardware,
using a fragment shader.  This speeds up high-resolution movies
substantially, and provides 32-bit color depth with the data
cost of 16-bit textures.
 - optimize rewinding
2007-03-21 05:27:53 +00:00
Glenn Maynard aaceb42b61 ffmpeg upgrade to get packed-pixel YUYV422 support 2007-03-21 05:18:17 +00:00
Glenn Maynard 504866debb Allow passing a surface with no data and non-power-of-two dimensions.
A power-of-two texture will be created and not initialized.
2007-03-21 04:51:47 +00:00
Glenn Maynard a4fbd6f19b implement EffectMode_YUYV422 2007-03-21 04:38:17 +00:00
Glenn Maynard 53a2e41837 fix Sprite copy 2007-03-21 01:40:21 +00:00
Glenn Maynard 5529816b54 add EffectMode_YUYV422 2007-03-20 07:54:21 +00:00
Glenn Maynard 5dc6e79d3c X1R5G5B5 format 2007-03-20 07:51:56 +00:00
Glenn Maynard bcb431f244 fix comments 2007-03-20 07:48:18 +00:00
Glenn Maynard d2033b110b fix comments 2007-03-20 07:47:14 +00:00
Glenn Maynard 141395e1d5 fix RageDisplay_OGL::GetTexture 2007-03-20 07:46:05 +00:00
Glenn Maynard 5f2d10f620 EffectMode 2007-03-20 07:43:47 +00:00
Glenn Maynard 068e663080 more reasonable default 2007-03-20 07:37:44 +00:00
Steve Checkoway e29a42f3f1 Work aorund a gcc bug where it is giving an error that the copy ctor is private even though it isn't being used. This has the unfortunate effect of turning compile time errors into link-time errors. 2007-03-19 03:43:14 +00:00
Glenn Maynard 48d631d6ca support bOneChoiceForAllPlayers 2007-03-19 00:03:20 +00:00
Glenn Maynard 5b56042069 -XXX 2007-03-18 22:57:17 +00:00
Glenn Maynard 3616a0cb1b simplify 2007-03-18 22:56:29 +00:00
Glenn Maynard 3f32295bc9 tweak:
- tune down speedup near 100%
 - start slowing down at 50% if time is available
2007-03-18 19:53:20 +00:00
Glenn Maynard 642e2cac82 tweak haste to prevent slowing the song down too long 2007-03-18 19:38:11 +00:00
Glenn Maynard 6fad738ca5 allow rolls to increment the combo
REQUIRE_STEP_ON_HOLD_HEADS affects rolls
2007-03-18 19:04:49 +00:00
Glenn Maynard 506163fbcd no checkpoints for rolls 2007-03-18 18:41:51 +00:00
Glenn Maynard 1cb095f159 allow repeats in scrolling 2007-03-18 18:08:26 +00:00
Glenn Maynard 42d69401cc clear start on close 2007-03-18 17:50:23 +00:00
Steve Checkoway 9e7a8778ac Add CodeSet.*. 2007-03-18 13:00:52 +00:00