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
Glenn Maynard
975e4f6e1b
support m_bThreadedMovieDecode
2004-04-02 23:15:29 +00:00
Glenn Maynard
801ddda5fb
add m_bThreadedMovieDecode
2004-04-02 23:14:29 +00:00
Glenn Maynard
c8f626cf8c
split out RunDecode function
2004-04-02 23:00:29 +00:00
Steve Checkoway
7bdb2d5a6b
fix paths
2004-04-02 21:46:10 +00:00
Glenn Maynard
9d33223c92
StartDecodeThread
2004-04-02 21:32:25 +00:00
Glenn Maynard
1060269709
add StartDecodeThread to fix potential GetSampleRate race
...
(will break sound drivers until I update them)
2004-04-02 21:28:06 +00:00
Glenn Maynard
83bd2a6b14
check for sys/soundcard.h, not linux/soundcard.h
2004-04-02 20:49:10 +00:00
Steve Checkoway
dd83b9fa11
Cleanup.
...
My headers do not seem to declare it as not returning. On the other hand, I cannot get any other program using longjmp() to cause gcc to emit a warning about not returning a value.
2004-04-02 08:32:31 +00:00
Glenn Maynard
a62dd1b714
cleanup
2004-04-02 07:44:23 +00:00
Tim Hentenaar
c3126ddc62
OSS Fixes etc.
2004-04-02 05:43:39 +00:00
Glenn Maynard
8d89956f8e
output on failure
2004-04-02 05:06:32 +00:00
Glenn Maynard
fc201090c2
fix "Theme element 'Graphics/ScreenEvaluation PersonalRecord 00' could not be found"
2004-04-02 04:47:53 +00:00
Glenn Maynard
d482fbe40c
fix assertion when GAMESTATE->m_fSongBeat < 0
2004-04-02 04:28:40 +00:00
Glenn Maynard
10070b270a
fix uninitialized sample settings when selecting a course
2004-04-02 04:27:42 +00:00
Glenn Maynard
77547b334d
remove dupes, update
2004-04-02 03:55:51 +00:00
Glenn Maynard
9e38b72e0b
simplify and fix eval next screen behavior
2004-04-02 03:55:06 +00:00
Glenn Maynard
bc17353ef5
fix summary crash
2004-04-02 03:19:02 +00:00
Glenn Maynard
d9a2eb97b2
never start in the sort or mode menu
2004-04-02 01:24:23 +00:00
Glenn Maynard
047088289c
don't pick random on timer if a course is selected
2004-04-02 01:12:25 +00:00
Glenn Maynard
56bd5bd008
fix CODE_CANCEL_ALL_PLAYER_OPTIONS resets both players
2004-04-02 00:58:26 +00:00
Glenn Maynard
47e7f08614
don't accept CODE_CANCEL_ALL_PLAYER_OPTIONS on disabled
...
players
2004-04-02 00:54:26 +00:00