Commit Graph
18621 Commits
Author SHA1 Message Date
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 ac3e467913 update 2005-12-15 11:45:51 +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
Steve Checkoway deb83df80a Add handler for uncaught NSExceptions. 2005-12-13 06:48:58 +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 f8a954fa14 Add files, move a few around. 2005-12-12 10:02:42 +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 552f7c402c test 2005-12-11 01:19:36 +00:00
Glenn Maynard a6fc7447dc test 2005-12-11 01:13:39 +00:00
Glenn Maynard cfdef6afba test 2005-12-11 01:12:55 +00:00
Glenn Maynard cf5566e1ac test 2005-12-11 01:12:22 +00:00
Glenn Maynard 3f17202a92 test 2005-12-11 01:11:29 +00:00
Glenn Maynard 574713adf1 test 2005-12-11 01:10:47 +00:00
Glenn Maynard ef3d25fb42 test 2005-12-11 01:06:38 +00:00
Glenn Maynard ee97558d62 test 2005-12-11 01:04:19 +00:00
Glenn Maynard 1cc16d3231 test 2005-12-11 00:05:09 +00:00
Glenn Maynard c80f16f148 checking syncmail 2005-12-10 23:55:41 +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