Commit Graph
11743 Commits
Author SHA1 Message Date
Glenn Maynard a5dae29422 reduce lock contention 2004-09-08 01:38:22 +00:00
Glenn Maynard eff24b6380 fix odd newline behavior in wrap mode 2004-09-08 01:21:52 +00:00
Glenn Maynard 96e96f042f cleanup 2004-09-08 00:42:07 +00:00
Glenn Maynard d6d3a3ccc5 typo 2004-09-08 00:36:30 +00:00
Glenn Maynard 2846fb4c9c fix crashes on invalid #MODS entry 2004-09-08 00:33:20 +00:00
Glenn Maynard 8c284daa36 fix TexCoordArrayFromRect crash 2004-09-08 00:21:25 +00:00
Glenn Maynard f633a309d7 cleanup
fix crash
2004-09-08 00:03:06 +00:00
Charles Lohr 71fbc18e1f Oops. Accidently added network options... again. 2004-09-07 23:34:18 +00:00
Glenn Maynard 2accf47cf3 fix false "underruns" 2004-09-07 22:57:53 +00:00
Glenn Maynard 3d5d6687f6 whoops 2004-09-07 21:29:12 +00:00
Glenn Maynard bfd8078f5d OSC3 update 2004-09-07 21:27:22 +00:00
Glenn Maynard ad0369f7fc update 2004-09-07 21:26:46 +00:00
Glenn Maynard f9478959da log SongManager::RevertFromDisk 2004-09-07 20:38:01 +00:00
Steve Checkoway 98580f128b Remove Exceptions. 2004-09-07 14:00:35 +00:00
Steve Checkoway dee65098f1 Cleanup 2004-09-07 13:57:21 +00:00
Steve Checkoway f08a2d00c9 Remove Exceptions since OS X does not catch them. Instead, it waits for the signal. 2004-09-07 13:44:06 +00:00
Steve Checkoway 1e036b76fd Fix year 2004-09-07 13:27:00 +00:00
Steve Checkoway 54f869a424 If it is invalid, GetThreadBacktraceContext will fail anyway. 2004-09-07 13:25:47 +00:00
Steve Checkoway be70a826c6 Also true for OS X. 2004-09-07 13:14:36 +00:00
Steve Checkoway 7b2ec2cee3 Use uint64_t except where other types are expected. 2004-09-07 12:59:08 +00:00
Steve Checkoway 3dac41c399 Add missing license text. 2004-09-07 12:51:24 +00:00
Steve Checkoway bdd4988829 Simplify. 2004-09-07 12:49:49 +00:00
Steve Checkoway a50839e1d0 Remove stubs, const fix 2004-09-07 12:40:44 +00:00
Steve Checkoway 8adbeda32a Use DarwinThreadHelpers, remove mach stuff. 2004-09-07 12:38:10 +00:00
Steve Checkoway 55611af7dd Add DarwinThreadHelpers.* 2004-09-07 12:36:09 +00:00
Steve Checkoway dcbff718f5 OS X has stubs for ForceCrashHandlerDeadlock now. 2004-09-07 11:13:44 +00:00
Steve Checkoway 0669938e81 Fix comment 2004-09-07 11:12:29 +00:00
Glenn Maynard 6fda4030ee optimize 2004-09-07 09:16:08 +00:00
Chris Danford b1cdc58893 update FAQ 2004-09-07 06:08:52 +00:00
Glenn Maynard 9cf85e4b84 remove comment 2004-09-07 04:24:26 +00:00
Glenn Maynard 7f805dcc87 simplify 2004-09-07 03:26:23 +00:00
Glenn Maynard 8f0c559ef4 dump all thread stacks on semaphore timeout 2004-09-07 03:17:56 +00:00
Glenn Maynard 4d2d187be0 update 2004-09-07 03:16:17 +00:00
Glenn Maynard ce6db184e3 ForceCrashHandlerDeadlock takes an ID
handle iID == GetInvalidThreadId() for "all"
2004-09-07 03:15:54 +00:00
Glenn Maynard 3f615baa8d remove ugly ThreadImpl::GetCrashHandle 2004-09-07 03:05:56 +00:00
Glenn Maynard 0ce4716c0e add RageThread::EnumThreadIDs
pass a ThreadId toForceCrashHandlerDeadlock; do away with crash handles
2004-09-07 02:58:59 +00:00
Glenn Maynard 3bf79d0bc4 track HANDLE separately 2004-09-07 02:55:41 +00:00
Chris Danford cc59f8b157 for back, change KP0 to NUM_LOCK (KP0 is too easy to press accidentally) 2004-09-07 01:46:02 +00:00
Josh Allen 64af57015f Disabled sending stats names updates only when stats
sort changed the name order. Now sends names
 update every time to avoid incorrect combo/grade/name matching in scoreboard.
2004-09-07 01:27:43 +00:00
Ryan Dortmans 5ede917612 Added references to RageSurfaceUtils_Palettize.cpp and h files. 2004-09-07 01:18:42 +00:00
Josh Allen 5df26c0122 Changed portions of the code to use enum NSCommand 2004-09-07 01:08:54 +00:00
Glenn Maynard f6a9b1477e Improved underrun recovery: doesn't skip arrows for minor underruns,
and can increase writeahead when needed in some cases
2004-09-07 00:33:54 +00:00
Charles Lohr d8ae2db734 Began transition to enum'd commands like chris suggested. 2004-09-07 00:19:53 +00:00
Charles Lohr 40168bb551 Began transition to enum'd commands like chris suggested. 2004-09-07 00:13:15 +00:00
Charles Lohr d7835ae5ce Added support for new protocol 2004-09-06 23:54:04 +00:00
Glenn Maynard a5bc6870ac revert 2004-09-06 23:36:38 +00:00
Josh Allen c1e319abac detect entering options menu 2004-09-06 23:26:16 +00:00
Glenn Maynard 7a11b10426 fix the life meter getting stuck around -0.002 with m_bMercifulDrain, because
the multiplier expects fLifePercentage to be clamped
2004-09-06 23:10:06 +00:00
Charles Lohr 1b792a7305 Update: differentiate between options and exiting 2004-09-06 22:53:53 +00:00
Glenn Maynard 64be80e4f7 simpify 2004-09-06 21:50:03 +00:00