Commit Graph

9301 Commits

Author SHA1 Message Date
Glenn Maynard c97fc09b8d Use wildcard searching for redirs, too. A file "foo 1x5.png" should be
replacable with a file "foo 1x5.redir".
2004-04-06 00:46:05 +00:00
Glenn Maynard a253dd8290 reserve a few more blocks 2004-04-05 23:19:05 +00:00
Glenn Maynard 673dfb6b75 fix warnings 2004-04-05 22:43:16 +00:00
Glenn Maynard 99a3eeb659 add assert 2004-04-05 22:33:49 +00:00
Glenn Maynard 4139cc5081 disable threaded movie decode by default (to see what effect it has) 2004-04-05 22:32:51 +00:00
Glenn Maynard a702601034 updates (we still don't use this yet) 2004-04-05 22:16:26 +00:00
Charles Lohr 12e48f9ce2 Sorry, I figured out what they were doing and why it didn't work
I made it work. in VC++
2004-04-05 21:15:54 +00:00
Charles Lohr 5580bac586 Network Sync manager updated to fix extra 0 on start bug. 2004-04-05 15:44:30 +00:00
Charles Lohr 6b8f53f4cb ezsockets resynced to match our current version we're using for the server. 2004-04-05 15:43:33 +00:00
Charles Lohr 648dd0eeb9 Someone used the FOREACH_EnabledPlayer( pn ) on my setting of the life for Network play.
This is the improper way to do it, and caused a compile error.  I set it back and left a note.
2004-04-05 15:37:03 +00:00
Sean Burke f4ca6e62af Fix compile. 2004-04-05 12:59:08 +00:00
Sean Burke 1569dde338 Fix the proliferation of warnings... does this still work? 2004-04-05 12:58:45 +00:00
Sean Burke 76ced545ed Clean up Makefile. 2004-04-05 12:28:28 +00:00
Sean Burke 94f491fb03 Move include of stdarg.h up to quiet gcc. 2004-04-05 12:27:56 +00:00
Chris Danford 957b03f325 optimize meshes where all vertices are associated with the same bone 2004-04-05 10:05:15 +00:00
Glenn Maynard 2a4dc7808d fix win32 loading window bypasses RageFile
allow the splash to be a png
2004-04-05 08:38:19 +00:00
Steve Checkoway a8626a2df4 Kill parent on OS X. 2004-04-05 08:06:49 +00:00
Glenn Maynard 161e6da184 fix garbage in win98 crash output (win2k handles "%08p"; win98 does not) 2004-04-05 05:34:38 +00:00
Steve Checkoway 20a8bab45c Clean up includes. 2004-04-05 05:22:32 +00:00
Glenn Maynard 1bf65b9fb9 Fix crashes when song paths begin with "../". 2004-04-05 03:09:58 +00:00
Glenn Maynard 707ed2b4f7 fix assert 2004-04-04 23:16:17 +00:00
Glenn Maynard 0d7fe4cb94 update 2004-04-04 22:15:29 +00:00
Glenn Maynard 8bbae371b5 update disqualification after resetting options 2004-04-04 22:12:17 +00:00
Glenn Maynard a34044550c BACKTRACE_LOOKUP_METHOD_DARWIN_DYLD 2004-04-04 20:59:48 +00:00
Glenn Maynard b26b6bed86 implement native reverse symbol lookup 2004-04-04 20:58:57 +00:00
Glenn Maynard c48c1e1802 fix top stack frame sometimes being lost 2004-04-04 20:49:24 +00:00
Steve Checkoway 664799ed01 add header 2004-04-04 11:24:03 +00:00
Glenn Maynard 96a76fa6a6 don't loop sample music in the editor 2004-04-04 05:39:10 +00:00
Glenn Maynard 3177a36697 fix tick not being played on row 0 2004-04-04 04:12:26 +00:00
Glenn Maynard 8e24cb1801 simplify 2004-04-04 04:11:43 +00:00
Glenn Maynard fb6e5d1a2a don't use -1 as a sentinel position value; -1 is a valid frame number
improve GetPosition edge cases
2004-04-04 04:06:05 +00:00
Glenn Maynard 146b55c35d update 2004-04-04 01:03:52 +00:00
Glenn Maynard 08acf08514 Disable DirectShow. A few reasons:
I'm not sure about the license of the code in BaseClasses; I simply can't
find one.  That probably means we shouldn't be using it.

ffmpeg is almost always used.  If ffmpeg can't open a file and DirectShow
can, I'd rather know about it than silently fall back on DShow, since it
won't work at all in *nix.
2004-04-04 01:02:26 +00:00
Glenn Maynard c8bb4852be cleanup 2004-04-04 01:00:02 +00:00
Glenn Maynard 65eca3f52c use arch_platform.h
cleanup
2004-04-04 00:59:29 +00:00
Glenn Maynard e37502d5c4 use arch_platform.h 2004-04-04 00:58:53 +00:00
Glenn Maynard f7fe411be5 add arch_platform.h 2004-04-04 00:58:12 +00:00
Glenn Maynard 4f0aa75a00 cleanup
don't create a max size (usually 2048x2048) texture; fixes major speed
issues when movie textures fail to load
2004-04-04 00:54:22 +00:00
Glenn Maynard 688e1e5553 fix ffmpeg never being used 2004-04-04 00:40:15 +00:00
Glenn Maynard 4213bb2b72 ffmpeg non-threaded fixes 2004-04-04 00:39:23 +00:00
Glenn Maynard 66f580f676 grr, fix crash due to incorrect assertion 2004-04-03 22:51:26 +00:00
Glenn Maynard 7a889e57ba improve CheckPalettedTextures output 2004-04-03 21:33:10 +00:00
Glenn Maynard 3779455f05 simplify RageSound_OSS 2004-04-03 21:01:56 +00:00
Glenn Maynard 0565b31705 log ALSA errors 2004-04-03 20:55:50 +00:00
Glenn Maynard 8eb42b9094 This option shouldn't really even exist; it shouldn't be enabled by default. 2004-04-03 02:41:51 +00:00
Glenn Maynard 93a31d7b22 StartDecodeThread() 2004-04-03 01:26:39 +00:00
Glenn Maynard 213bc83ca4 add assert 2004-04-03 01:25:04 +00:00
Glenn Maynard b6c090995d fix "Assertion 'thr != NULL' failed" 2004-04-03 01:23:07 +00:00
Glenn Maynard 1c73baed12 remove Alsa9Buf::Reset 2004-04-03 01:01:39 +00:00
Glenn Maynard a452258343 refuse to use OpenGL if GLDirect is in use; it's buggy 2004-04-03 00:09:16 +00:00