Commit Graph

10622 Commits

Author SHA1 Message Date
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
Chris Danford 51366df8cc name cleanup: PLAY_MODE_ARCADE -> PLAY_MODE_REGULAR 2004-06-11 06:05:35 +00:00
Steve Checkoway ae65e34dbd Fix compile 2004-06-11 05:31:35 +00:00
Glenn Maynard e80b8885db ThreadImpl_Pthreads compiles 2004-06-11 05:26:00 +00:00
Glenn Maynard 310c18d70c break thread/mutex implementation stuff out of RageThreads
(not used yet)
2004-06-11 05:12:58 +00:00
Glenn Maynard 95d10d7123 license update 2004-06-11 05:11:40 +00:00
Glenn Maynard cafede40f3 fix crash if a button is held while recording and still in the lead-in 2004-06-11 05:08:25 +00:00
Glenn Maynard a89083d9f4 pay attention, vc 2004-06-11 05:00:50 +00:00
Glenn Maynard 73119a0121 remove dialog stuff 2004-06-11 05:00:13 +00:00
Glenn Maynard 6e8d5f79cf fix libpng and libjpeg listed twice in LIBS 2004-06-11 01:41:17 +00:00
Glenn Maynard 0ebe5985b9 use ArchHooks::GetMicrosecondsSinceStart 2004-06-11 01:14:42 +00:00
Glenn Maynard c3c3eea688 remove ArchHooks_none 2004-06-11 01:13:34 +00:00
Glenn Maynard 2a7b8e9c1d comment 2004-06-11 01:12:37 +00:00
Glenn Maynard 9824f54d66 remove ArchHooks_none 2004-06-11 01:08:09 +00:00
Glenn Maynard bd6899b9bf OSX ArchHooks::GetMicrosecondsSinceStart 2004-06-11 01:06:32 +00:00
Glenn Maynard 71797f7383 ArchHooks::GetMicrosecondsSinceStart 2004-06-11 01:03:33 +00:00
Glenn Maynard 7aee50e5fd make this static, so it can be used before main() 2004-06-11 01:01:31 +00:00
Glenn Maynard 49446552c9 GetMicrosecondsSinceStart( bool bAccurate ) 2004-06-11 00:34:04 +00:00
Glenn Maynard 408e8f7b8b ArchHooks_Unix::GetMicrosecondsSinceStart 2004-06-11 00:33:02 +00:00
Glenn Maynard db40860b65 ArchHooks::GetMicrosecondsSinceStart (not used yet) 2004-06-11 00:06:07 +00:00