Glenn Maynard
59fc237f79
endian.h check
2004-06-13 07:34:20 +00:00
Glenn Maynard
c6d64feefc
LITTLE_ENDIAN, BIG_ENDIAN, BYTE_ORDER
2004-06-13 07:32:44 +00:00
Glenn Maynard
b71f5e26bb
fix silly type errors
2004-06-13 07:14:24 +00:00
Glenn Maynard
ec7a148b82
remove mySDL_Swap24
2004-06-13 07:11:49 +00:00
Glenn Maynard
a6f0b840e9
Swap24BE
2004-06-13 07:10:26 +00:00
Glenn Maynard
b29e17b118
fix most odd thread startup problems
2004-06-13 07:09:41 +00:00
Glenn Maynard
186f840e20
fix RageThread::HaltAllThreads crash causing the crash handler to
...
exit with no output
2004-06-13 06:47:02 +00:00
Chris Danford
4e5e56753d
show credits in operator menu
2004-06-13 05:13:21 +00:00
Chris Danford
5af7a99be2
add ScreenInsertCredit
2004-06-13 05:05:42 +00:00
Steve Checkoway
ec57fec75d
Define ArchSwapx(n) to OSSwapIntx(n). For constants, OSSwapIntx uses the preprocessor, For non-constants, it uses inline assembly. Add some typedefs and #defines to work around namespace pollution.
2004-06-12 09:37:59 +00:00
Steve Checkoway
e83ddf44bd
Remove Apple defined types.
2004-06-12 09:33:50 +00:00
Steve Checkoway
37235e6287
Define ArchSwapx(n) to OSSwapIntx(n). For constants, OSSwapIntx uses the preprocessor, For non-constants, it uses inline assembly.
2004-06-12 08:48:45 +00:00
Steve Checkoway
649851036a
Fix compile.
2004-06-12 08:27:46 +00:00
Glenn Maynard
c148ca32f6
use Swap24BE
...
(I'm going to bed; you can compile now, Steve)
2004-06-12 08:24:25 +00:00
Glenn Maynard
7f00713a25
native endian functions
2004-06-12 08:22:32 +00:00
Glenn Maynard
82786ef70b
ENDIAN_LITTLE/ENDIAN_BIG check
2004-06-12 08:16:02 +00:00
Glenn Maynard
597929d870
ENDIAN_LITTLE, byte swaps
2004-06-12 07:58:31 +00:00
Glenn Maynard
cb95729633
AC_C_BIGENDIAN
2004-06-12 07:57:34 +00:00
Glenn Maynard
0f95a58936
ENDIAN_BIG
2004-06-12 07:57:19 +00:00
Glenn Maynard
2759cda924
archutils/Unix/arch_setup.h
2004-06-12 07:47:19 +00:00
Glenn Maynard
e9a6c74745
-DUNIX
2004-06-12 07:46:40 +00:00
Glenn Maynard
da2cd0686c
fix
2004-06-12 07:46:09 +00:00
Glenn Maynard
59fce6b7ca
linux arch_setup
2004-06-12 07:23:23 +00:00
Chris Danford
4fb496e4d9
save HighScore in Screenshot
2004-06-12 07:01:07 +00:00
Glenn Maynard
3bc4cbf9a4
unneeded header
2004-06-12 06:12:00 +00:00
Glenn Maynard
aef80ea1a0
fix Tremor
2004-06-12 05:43:58 +00:00
Glenn Maynard
2e2426f0d6
output VFS type warning even if LOG isn't around yet
2004-06-12 05:38:49 +00:00
Chris Danford
eb8a382361
remove unnecessary hack to fix "bad set of CurStyle on Download Machine Stats"
2004-06-12 03:14:40 +00:00
Chris Danford
d4ca0684f0
split SongsPerPlay and EventMode
2004-06-12 02:53:21 +00:00
Glenn Maynard
0805aef930
ForceCrashHandlerDeadlock is only implemented in Linux
2004-06-12 01:01:30 +00:00
Glenn Maynard
0259692fbf
c_str()
2004-06-11 23:46:29 +00:00
Glenn Maynard
2454c80541
linux build fix
2004-06-11 22:55:37 +00:00
Glenn Maynard
00fb88edb8
update
2004-06-11 21:36:31 +00:00
Glenn Maynard
2e7eb9d37c
comment
2004-06-11 21:35:57 +00:00
Glenn Maynard
a29018587f
SONGMAN->FlushCaches whenever deleting Steps*
2004-06-11 21:34:30 +00:00
Glenn Maynard
a17b1ead51
separate SongManager::Cleanup and SongManager::FlushCaches
...
Cleanup() is called every screen, to remove large decompressed step
data, but that shouldn't clear trail caches as well;
SongManager::FlushCaches also clears the StepsID cache
2004-06-11 21:31:34 +00:00
Glenn Maynard
0a455d1a64
fix SongManager::Cleanup() not flushing course caches
...
flush StepsID cache in SongManager::Cleanup()
2004-06-11 21:25:00 +00:00
Glenn Maynard
f0cc560c9f
calling RegenRandomTrailEntries between rounds is not needed
2004-06-11 21:13:44 +00:00
Glenn Maynard
b0590a0da1
clear the trail cache automatically when the round seed changes
2004-06-11 21:13:05 +00:00
Glenn Maynard
c8ec4937ec
put fail checks back in STATE_DANCING; otherwise SM_BeginFailed
...
triggers every frame after failing
2004-06-11 20:09:53 +00:00
Glenn Maynard
13104cc6e7
type fix
2004-06-11 19:39:32 +00:00
Glenn Maynard
1332565a7f
threads
2004-06-11 19:38:53 +00:00
Glenn Maynard
46a374ff40
check CRASH_HANDLER
2004-06-11 19:29:03 +00:00
Glenn Maynard
1048967584
use arch/Threads
2004-06-11 19:24:05 +00:00
Glenn Maynard
4c14fb3943
simplify (handle recursive locking in RageMutex)
2004-06-11 19:08:56 +00:00
Chris Danford
0c7f5e113d
ranking element name cleanup
2004-06-11 08:52:41 +00:00
Steve Checkoway
59d82961b9
Fix compile.
2004-06-11 07:39:53 +00:00
Glenn Maynard
4c74f84447
cleanup
2004-06-11 07:12:36 +00:00
Glenn Maynard
ef219fce39
small fixes preparing for arch/Threads
2004-06-11 07:09:43 +00:00
Glenn Maynard
6ca1cc935c
implement Threads_Pthreads::GetCrashHandle
2004-06-11 07:06:48 +00:00