Commit Graph
69 Commits
Author SHA1 Message Date
Glenn Maynard cdb2339f8e don't shut down video in a thread 2004-02-06 04:46:47 +00:00
Glenn Maynard 129e68d484 add EnterTimeCriticalSection(), ExitTimeCriticalSection() 2004-01-18 02:37:48 +00:00
Glenn Maynard 454cbe482e ID for MessageBoxError 2004-01-16 22:43:59 +00:00
Glenn Maynard 0668271fde Steve, this is probably what you meant ... 2004-01-13 00:17:49 +00:00
Glenn Maynard 4ab53741d9 simplify
fix dialog windows coming up in fullscreen
2004-01-13 00:15:10 +00:00
Glenn Maynard 8c6249aa8c GetKernel return in decimal instead of hex 2004-01-02 07:01:27 +00:00
Glenn Maynard ed1821eab7 remove obsolete HOOKS->Log 2003-12-29 23:40:57 +00:00
Glenn Maynard 9f1fb9979b check 2003-12-22 02:16:33 +00:00
Glenn Maynard 7645d2ff82 log BACKTRACE_DEMANGLE_METHOD_TEXT 2003-12-22 02:16:04 +00:00
Glenn Maynard eabde11478 fix crash 2003-12-19 08:02:41 +00:00
Glenn Maynard f6a39f6dc9 log OS version 2003-11-28 21:34:05 +00:00
Chris Danford 3ad08639e6 reorganize ArchHook message box functions 2003-11-15 08:54:57 +00:00
Chris Danford fde1c2af94 put IsWindowed check inside of ArchHooks_Win32 2003-11-15 06:04:24 +00:00
Glenn Maynard 08e24c6e7d Call InitializeCrashHandler. 2003-11-11 23:36:31 +00:00
Steve Checkoway cd409a039b Ignore if built with -DNDEBUG. 2003-11-06 00:55:42 +00:00
Chris Danford 288d83cbf9 clean up missing metric logic 2003-11-05 05:29:57 +00:00
Glenn Maynard 42a9b7e155 add ArchHooks_Win32::RestartProgram 2003-10-17 06:32:37 +00:00
Glenn Maynard 04e28b05d0 support g_bAutoRestart 2003-10-16 09:07:04 +00:00
Steve Checkoway 4cafa2eb7d cleanup 2003-10-07 07:04:34 +00:00
Glenn Maynard 1fd137082d Remove AdditionalLog. 2003-10-02 01:10:48 +00:00
Thad Ward c7de8342f5 remove some tls.h includes that were apparently missed. 2003-10-01 09:15:51 +00:00
Steve Checkoway e4b14cc302 Move ErrorDialog into ArchHooks. Simplify ArchHooks_darwin. 2003-09-24 09:46:52 +00:00
Glenn Maynard 31e4d6757d fix comment 2003-09-23 05:14:41 +00:00
Glenn Maynard 6f82722250 Move ErrorDialog into ArchHooks. 2003-09-23 05:06:13 +00:00
Steve Checkoway 8ae984d8f6 Fix warnings. Where did %D come from??? 2003-09-22 10:48:05 +00:00
Chris Danford c93b1592c2 use PRODUCT_NAME for MessageBox title 2003-09-21 02:34:51 +00:00
Glenn Maynard b63f241c56 Log BACKTRACE_METHOD_TEXT, BACKTRACE_LOOKUP_METHOD_TEXT 2003-09-16 03:20:18 +00:00
Steve Checkoway 45f215c084 Remove unneeded headers. 2003-09-06 22:55:07 +00:00
Steve Checkoway ebf3aa4b64 Remove unneeded code. Fix the MessageBoxOK to actually ignore messages if the Don't show again button is pressed. 2003-09-06 22:22:07 +00:00
Steve Checkoway db45a1cdb2 Add movie error checking. 2003-08-11 07:25:16 +00:00
Steve Checkoway 14cc23c84e Update formatting. 2003-08-11 07:13:46 +00:00
Glenn Maynard d87c986b97 the main thread is set up implicitly now 2003-08-05 01:30:51 +00:00
Steve Checkoway f23609fbfe simplify and move EnterMovies() to ArchHooks_darwin.cpp. Disable RageSoundDriver_QT because the class isn't quite finished and it's unplayable. 2003-08-04 11:32:30 +00:00
Steve Checkoway 6e623fe6fc Update the QuickTime movies each time through the game loop. 2003-08-04 11:20:40 +00:00
Steve Checkoway 427bed263d Allow the archhooks to update if needed once per cycle through game loop. This is done after inputs have been handled 2003-08-04 11:18:55 +00:00
Steve Checkoway 5ef11a5dca remove the compile date from here as it's in RageLog. Class is still in progress 2003-08-02 12:58:51 +00:00
Steve Checkoway 9980a4dbb6 Crash Handling on OS X has been moved to archutils/Darwin/Crash.*. Other code still unfinished 2003-07-31 22:41:26 +00:00
Glenn Maynard 676fcb90fc fix crash handler not always being installed properly
try to shut down sdl
2003-07-29 21:00:35 +00:00
Steve Checkoway 9d39d47210 In progress. Removed Log() and AdditionalLog(). Removed crash handler temporarily 2003-07-28 10:41:10 +00:00
Glenn Maynard 150a150e9a add ArchHooks_Unix 2003-07-24 08:19:20 +00:00
Glenn Maynard 34f504aec5 Simplify. 2003-07-23 22:51:43 +00:00
Glenn Maynard 0aec58d05c Whitespace changes only, to make this a bit more like the rest of the
code.  (I can read it just fine, but it takes a bit of a mind state shift to
read code in a different style.)  No functional changes, since I don't have
a Mac to test them.
2003-07-23 21:53:11 +00:00
Glenn Maynard daf234f83d ArchHooks::AdditionalLog is obsolete. 2003-07-23 21:48:27 +00:00
Chris Danford 278cb4c3f1 runs on Xbox 2003-07-22 07:47:27 +00:00
Steve Checkoway 8082277293 After a crash, open crashinfo.txt and the backtrace log. If the user doesn't have crash reporting enabled, it opens a blank log. If crash reporting is enabled and set to automatically open the log, then the log will open twice. Not a big deal. 2003-07-17 20:47:40 +00:00
Steve Checkoway 7330ef78fd I thought that looked wrong... 2003-07-16 15:45:51 +00:00
Steve Checkoway 34bea65b44 Remove signal handler. Let the exception handler handle it all. 2003-07-16 15:43:44 +00:00
Steve Checkoway a788a10e60 Added DumpDebugInfo. Now excpet for a stack trace, the mac os x crash dump/info file looks almost exactly like the windows version. 2003-07-16 11:33:34 +00:00
Steve Checkoway 093b96f6a2 Added an exception handler. It turns out that there is an entire Exception Manager that I never knew existed. 2003-07-15 18:11:17 +00:00
Steve Checkoway 6930149e7f added newline and support for "Don't show again" dialog boxes. Untested. 2003-07-15 13:35:07 +00:00