Commit Graph
927 Commits
Author SHA1 Message Date
Glenn Maynard 0fbc1e7c33 fix dialogs not always showing up 2004-06-17 01:13:25 +00:00
Glenn Maynard fbfe94e68e debugging 2004-06-16 23:27:24 +00:00
Steve Checkoway 63a046d369 Fix warning. 2004-06-16 23:02:11 +00:00
Glenn Maynard 8b5099690d comment 2004-06-16 21:11:56 +00:00
Glenn Maynard 125141f996 really, don't need SDL for hats 2004-06-16 21:10:30 +00:00
Glenn Maynard 416e15e256 don't need SDL for hats 2004-06-16 21:06:59 +00:00
Glenn Maynard 7fdcaa15d8 simplify 2004-06-16 20:48:53 +00:00
Glenn Maynard f1bcd1cbdc update 2004-06-16 20:34:26 +00:00
Glenn Maynard d89d883e9f KEY_KP_EQUAL 2004-06-16 20:33:10 +00:00
Glenn Maynard 98ecd82db5 phasing out SDL_keysym.h 2004-06-16 20:26:45 +00:00
Glenn Maynard 2ec6b55568 try using conditions for semaphores; standard semaphores are apparently too hard for OSX 2004-06-16 04:23:50 +00:00
Glenn Maynard cd59c6a68b cleanup 2004-06-16 04:07:19 +00:00
Glenn Maynard 78411846e0 simplify; use SemaImpl_Pthreads instead of using low-level semaphores in two places 2004-06-16 03:13:11 +00:00
Glenn Maynard 075bc0ff9a compile fix 2004-06-16 03:08:21 +00:00
Glenn Maynard f6876a8f12 set piThreadID 2004-06-16 03:07:28 +00:00
Glenn Maynard f5a35af702 use errno 2004-06-16 02:20:14 +00:00
Glenn Maynard 7821347dee use errno 2004-06-16 02:18:56 +00:00
Glenn Maynard 994c367deb don't throw in thread setup 2004-06-16 02:17:20 +00:00
Glenn Maynard 76f41546e2 fix various races 2004-06-16 01:53:27 +00:00
Glenn Maynard 8e72c0d28b fix more dialog bugs (crashes when showing an error before init) 2004-06-16 01:12:56 +00:00
Glenn Maynard 624aebcb93 fix Dialog bugs 2004-06-16 01:08:38 +00:00
Steve Checkoway a613d4d9fa s/RAGE_ASSERT/ASSERT/ 2004-06-16 00:38:31 +00:00
Glenn Maynard 0176820e03 unused 2004-06-14 17:19:18 +00:00
Glenn Maynard 78ed3f3be6 oops; use DoEmergencyShutdown 2004-06-14 17:04:57 +00:00
Glenn Maynard 7ef3d3e6bb set g_X11Display 2004-06-14 05:50:40 +00:00
Glenn Maynard 344ab681ef cleanup 2004-06-14 05:46:13 +00:00
Glenn Maynard 4459d84a17 use RageSemaphore 2004-06-14 05:36:42 +00:00
Glenn Maynard 1f0ac3792d #include <pthread.h>, just in case 2004-06-14 05:28:30 +00:00
Glenn Maynard 003ba7cb63 fix compile 2004-06-14 05:25:25 +00:00
Glenn Maynard cf9d31917f add TryLock
add semaphores
2004-06-14 05:21:46 +00:00
Glenn Maynard 34b3862833 log SDL version 2004-06-14 05:19:42 +00:00
Glenn Maynard c2d109dc02 events 2004-06-14 03:55:38 +00:00
Glenn Maynard 03e11c81a1 call SDL_UpdateHWnd 2004-06-14 03:34:38 +00:00
Glenn Maynard f4cea53212 HandleSDLEvents, comment 2004-06-14 03:13:13 +00:00
Glenn Maynard 87823229c5 error handling fixes 2004-06-14 01:12:22 +00:00
Glenn Maynard 66fb9eece6 use RageSurface 2004-06-14 01:09:11 +00:00
Glenn Maynard f2578fe6a9 s/RageSurface/RageSurfaceUtils/ 2004-06-13 20:19:28 +00:00
Glenn Maynard 9b7eeaf1af endian update 2004-06-13 07:36:15 +00:00
Steve Checkoway e83ddf44bd Remove Apple defined types. 2004-06-12 09:33:50 +00:00
Glenn Maynard 4c14fb3943 simplify (handle recursive locking in RageMutex) 2004-06-11 19:08:56 +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 6ca1cc935c implement Threads_Pthreads::GetCrashHandle 2004-06-11 07:06:48 +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 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 2a7b8e9c1d comment 2004-06-11 01:12:37 +00:00