Commit Graph
416 Commits
Author SHA1 Message Date
Steve Checkoway 4cafa2eb7d cleanup 2003-10-07 07:04:34 +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 f611e2461e namespace cleanup 2003-10-03 21:38:38 +00:00
Glenn Maynard 90cd567b48 Move codec dump to DShow renderer; it's usually not needed anymore,
and ACM codecs are a potential cause of crashes.
2003-10-02 09:36:49 +00:00
Glenn Maynard 1fd137082d Remove AdditionalLog. 2003-10-02 01:10:48 +00:00
David Wilson a934cece26 I forgot to save before commiting 2003-10-02 00:58:22 +00:00
David Wilson 7d2a7d0e69 Removal of TLS #include file 2003-10-02 00:41:38 +00:00
Thad Ward c7de8342f5 remove some tls.h includes that were apparently missed. 2003-10-01 09:15:51 +00:00
Glenn Maynard 467608c75c fix traces 2003-09-30 21:09:25 +00:00
Glenn Maynard 6009d8fa88 API update 2003-09-30 00:16:14 +00:00
Glenn Maynard d8d7e4f2ba Fix wrong sounds stopping wiht WaveOut driver 2003-09-29 20:52:51 +00:00
Glenn Maynard fa27886b1c Use SDLK_PRINT instead of SDLK_SYSREQ. 2003-09-28 23:20:22 +00:00
Glenn Maynard e330620ce3 compile fix 2003-09-25 03:39:52 +00:00
Glenn Maynard e5e6cac2e4 enable SetThreadPriorityBoost 2003-09-25 02:54:24 +00:00
Glenn Maynard 725c36dd47 Increase pause sleep to 10ms; safer on 9x. 2003-09-25 02:48:31 +00:00
Glenn Maynard 3fa1cd504e remove for real this time 2003-09-24 20:33:58 +00:00
Steve Checkoway b23fb8efff Move ErrorDialog to ArchHooks 2003-09-24 09:50:07 +00:00
Steve Checkoway e4b14cc302 Move ErrorDialog into ArchHooks. Simplify ArchHooks_darwin. 2003-09-24 09:46:52 +00:00
Glenn Maynard 31e4d6757d fix comment 2003-09-23 05:14:41 +00:00
Glenn Maynard e6f31a6345 remove ErrorDialog 2003-09-23 05:12:05 +00:00
Glenn Maynard 6f82722250 Move ErrorDialog into ArchHooks. 2003-09-23 05:06:13 +00:00
Glenn Maynard 24b9c2f4c0 Simplify ErrorDialog. 2003-09-23 04:57:23 +00:00
Steve Checkoway 9f5c43d8a6 Fix warnings. No seriously, do it this time. 2003-09-22 11:08:13 +00:00
Steve Checkoway 8ae984d8f6 Fix warnings. Where did %D come from??? 2003-09-22 10:48:05 +00:00
Glenn Maynard d2b3919987 sync fixes 2003-09-21 07:49:36 +00:00
Chris Danford c93b1592c2 use PRODUCT_NAME for MessageBox title 2003-09-21 02:34:51 +00:00
Glenn Maynard 0a7ef0ea22 Fix logs (thanks gcc) 2003-09-19 01:23:30 +00:00
Glenn Maynard 1cd2f041e4 missing initializer 2003-09-19 01:22:02 +00:00
Glenn Maynard a7af267665 warning 2003-09-19 01:20:02 +00:00
Glenn Maynard b63f241c56 Log BACKTRACE_METHOD_TEXT, BACKTRACE_LOOKUP_METHOD_TEXT 2003-09-16 03:20:18 +00:00
Chris Danford 7a3ff956d0 fix splash window redraw problems 2003-09-13 19:09:01 +00:00
Glenn Maynard 6fb6ae924a Prevent GTK from setting the locale. Fixes problems in locales that mess
with decimal separators (eg. Swedish).
2003-09-11 03:01:07 +00:00
Glenn Maynard 9a3c89835a Load SDL even if we have GTK. 2003-09-11 02:46:30 +00:00
Glenn Maynard 575a7b2eeb Fix crash if GtkModule.so fails to load. 2003-09-11 02:42:48 +00:00
Glenn Maynard c7e13b3cd4 URL doesn't help; too little hardware supports GL_COLOR 2003-09-09 20:35:53 +00:00
Glenn Maynard a7e3700ab2 remove extra define 2003-09-08 02:23:39 +00:00
Aaron VonderHaar 2ea9aef53c missing define 2003-09-08 01:18:14 +00:00
Glenn Maynard dbca71554f Simplify. Fix some timing issues. 2003-09-07 03:34:35 +00:00
Steve Checkoway 45f215c084 Remove unneeded headers. 2003-09-06 22:55:07 +00:00
Steve Checkoway a87abdb881 Update 2003-09-06 22:22:35 +00:00
Steve Checkoway ebf3aa4b64 Remove unneeded code. Fix the MessageBoxOK to actually ignore messages if the Don't show again button is pressed. 2003-09-06 22:22:07 +00:00
Glenn Maynard 815386b754 Must never call DISPLAY methods from a thread.
Simplify.
2003-09-06 21:21:43 +00:00
Steve Checkoway b6c340c6dc Use ffmpeg on OS X. 2003-09-06 11:53:41 +00:00
Glenn Maynard 958006d4a1 fix warning 2003-09-06 04:22:30 +00:00
Chris Danford 01efee2090 load splash graphic at runtime 2003-09-05 08:22:06 +00:00
Glenn Maynard 3f1c961a12 LoadingWindow driver fallbacks. 2003-09-05 06:55:14 +00:00
Glenn Maynard ed772a3531 Change defines. 2003-09-05 06:54:48 +00:00
Glenn Maynard 510f97bc45 Module loading. 2003-09-05 06:54:32 +00:00
Glenn Maynard dde370f2db Dynamically load GTK as a module. This way:
1: If GTK isn't available, we can fall back on another LoadingWindow, and
2: ldd ./stepmania doesn't list lots of extra libraries that we only
use on startup.
This is somewhat experimental.  I don't intend to modularize much in this
way.
2003-09-05 06:53:50 +00:00
Steve Checkoway 6f99281965 Broken drivers 1 and 2. BROKEN_DRIVER_1 plays the audio really poorly (lots of static) but seems to get the playing position correct, at least most of the time it returns a valid position.
BROKEN_DRIVER_2 on the other hand, plays the sound fine, except it seems to change volume, but not during game play, or when it gets a buffer underrun in which case it emits this awful buzzing sound. That happens mostly before the start of a song. However, the position returned is completely invalid.

One of these must work eventually. *sigh*
2003-09-05 00:07:22 +00:00