Commit Graph
17271 Commits
Author SHA1 Message Date
Steve Checkoway ee07c1d20d Use ArchHooks::SetUserQuit() 2005-12-17 13:03:04 +00:00
Steve Checkoway 2ab8fcd709 update 2005-12-17 12:50:28 +00:00
Steve Checkoway 7fab468409 Make UserQuit and SetUserQuit static members of ArchHooks. Windows and linux not tested. MountInitialFilesystems also appears to be static, fix compile on OS X. 2005-12-17 12:44:46 +00:00
Steve Checkoway 21a9c65791 Fix crash if thread exits before the dtor is called. 2005-12-17 12:32:59 +00:00
Chris Danford 353e0c5b6e break up arch stuff into smaller .cpp files to fix smpackage build and not pull in unnecessary stuff 2005-12-16 04:16:09 +00:00
Glenn Maynard ddce0cc239 remove old 2005-12-15 19:00:15 +00:00
Glenn Maynard 74fd14ef23 cleanup. This name is for human consumption (crash dumps, debugger thread lists). 2005-12-15 18:56:18 +00:00
Steve Checkoway f4e1603411 Add files incase I want to work on this in Washington...on my laptop. (Never develop on a laptop, compiling drains my battery faster than anything else.) 2005-12-15 11:48:16 +00:00
Steve Checkoway 223c541ecc This stops crashes when headphones are removed. If they're removed during gameplay, the arrows stop scrolling and the receptors stop flashing to the beat. After the hardware reconfigures itself (~.5s), the music resumes.
My guess (which I don't have time to test right now) is that the returned position is reset when the hardware starts back up.
2005-12-15 11:44:46 +00:00
Steve Checkoway 89ded25ed4 Simplify. 2005-12-15 08:59:48 +00:00
Steve Checkoway 5e7176015a Cleanup. 2005-12-15 08:59:27 +00:00
Steve Checkoway 315d907ef1 Add CreateThisThread(). Use it instead of the static object to name the main thread (and the GUI thread on OS X). 2005-12-15 08:32:29 +00:00
Steve Checkoway bdf4898ecb Use consistent thread names. 2005-12-15 07:18:52 +00:00
Steve Checkoway 6708056847 Cleanup comments. 2005-12-13 06:59:20 +00:00
Steve Checkoway 947116ee67 Remove what are most likely no ops but they could potentially cause a crash. (I haven't seen that happen, though.) 2005-12-13 06:56:57 +00:00
Steve Checkoway dc960d0b69 Fix crash caused by race conditions. 2005-12-13 06:52:03 +00:00
Glenn Maynard 40542977f1 style 2005-12-13 03:33:32 +00:00
Glenn Maynard a4e1e57123 style 2005-12-13 03:27:44 +00:00
Glenn Maynard c2b70be5cb implement GetGlobalComment 2005-12-13 03:07:48 +00:00
Steve Checkoway 0e5ba41c65 Oddly enough, fix memory cards for OS X. 2005-12-13 01:43:00 +00:00
Glenn Maynard d03f1ed31f cleanup 2005-12-13 01:10:48 +00:00
Steve Checkoway 6aab1a354c Missed old commit: Use image in Data/splash.png, fall back on internal splash if it's missing. 2005-12-12 10:02:22 +00:00
Steve Checkoway d62b517636 Use SpecialFiles. 2005-12-12 09:59:37 +00:00
Steve Checkoway d833390f9d Fix signed v. unsigned comparison warnings. 2005-12-12 09:59:17 +00:00
Steve Checkoway 5e68c985a6 Fix warning. (It _should_ be %zu...) 2005-12-12 09:48:58 +00:00
Steve Checkoway 14c705a2de Fix abort at runtime. 2005-12-12 09:48:18 +00:00
Steve Checkoway f164a13d69 If you're relying on a variable being a certain bit length, specify it explicitly. Also, You should just use inet_ntop (or if that's not defined inet_ntoa). 2005-12-12 09:45:58 +00:00
Chris Danford 873beb3ff4 fix some of the link errors 2005-12-12 08:29:33 +00:00
Glenn Maynard b03a8181b5 cleanup 2005-12-12 01:10:59 +00:00
Glenn Maynard 0014e24b65 remove unused Update 2005-12-12 01:09:34 +00:00
Glenn Maynard 5c699e36e8 nothing uses this 2005-12-12 01:08:44 +00:00
Glenn Maynard 1ffa9da02e cleanup 2005-12-11 07:08:33 +00:00
Glenn Maynard 55001f4d54 static 2005-12-11 05:30:02 +00:00
Glenn Maynard fc99c620b2 cleanup comment 2005-12-10 19:02:15 +00:00
Glenn Maynard 3203cbb435 simplify (we do this in FocusChanged(), too) 2005-12-10 19:01:17 +00:00
Glenn Maynard f8c0c0124a cleanup 2005-12-10 18:58:43 +00:00
Glenn Maynard 919e36db03 remove unneeded 2005-12-10 18:52:11 +00:00
Glenn Maynard 9b2550611e fix tests link 2005-12-10 18:51:28 +00:00
Glenn Maynard 05072579ae fix compile 2005-12-10 18:46:09 +00:00
Glenn Maynard a64545a533 use SetUserQuit to eliminate bad GameLoop.h dependency 2005-12-10 18:44:41 +00:00
Glenn Maynard 24b9237800 UserQuit for GraphicsWindow 2005-12-10 18:43:34 +00:00
Glenn Maynard d439765145 implement UserQuit to eliminate bad GameLoop.h dependency 2005-12-10 18:42:55 +00:00
Glenn Maynard aa1f78ef91 use HOOKS->UserQuit 2005-12-10 18:41:40 +00:00
Glenn Maynard 33ba805849 add UserQuit 2005-12-10 18:40:20 +00:00
Glenn Maynard 738099b4a3 unused header 2005-12-10 18:12:48 +00:00
Glenn Maynard df8b92dd3a cleanup 2005-12-10 18:07:14 +00:00
Glenn Maynard b84c910e90 fix compile 2005-12-10 18:04:43 +00:00
Glenn Maynard bbf140a906 cleanup 2005-12-10 17:57:11 +00:00
Steve Checkoway 9293fb0f02 Cleanup. 2005-12-10 08:45:27 +00:00
Steve Checkoway 43066e5cb1 Only rebuild the removable device list when it changes. 2005-12-10 08:41:16 +00:00