Commit Graph
39 Commits
Author SHA1 Message Date
Steve Checkoway e275a793da Remove unused header. Quiet warnings. 2004-07-04 01:47:54 +00:00
Glenn Maynard b97fe704bf re-disable TimeCriticalSection 2004-06-21 23:29:26 +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 bd6899b9bf OSX ArchHooks::GetMicrosecondsSinceStart 2004-06-11 01:06:32 +00:00
Glenn Maynard f1bb0126da license update 2004-05-15 21:53:06 +00:00
Glenn Maynard f116061b9f handle signals like in *nix; handles stack overflow and thread crashes better 2004-04-19 23:40:34 +00:00
Glenn Maynard 202c37ce44 handle SIGABRT 2004-04-16 07:16:37 +00:00
Steve Checkoway 20a8bab45c Clean up includes. 2004-04-05 05:22:32 +00:00
Glenn Maynard 16abbb62da implement ArchHooks_darwin::EnterTimeCriticalSection, ArchHooks_darwin::ExitTimeCriticalSection 2004-03-28 07:17:13 +00:00
Steve Checkoway 79631356d5 Simplify since this should now be handled by the OS. 2004-03-25 12:48:24 +00:00
Glenn Maynard 0b34216843 OS X crash handling cleanup 2004-03-19 08:17:44 +00:00
Steve Checkoway 9f94d1e820 Clean up headers, add todo. 2004-03-17 04:55:55 +00:00
Glenn Maynard 14f6a6f510 reduce crash handler dependency on StepMania.cpp 2004-03-11 23:58:49 +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
Chris Danford 3ad08639e6 reorganize ArchHook message box functions 2003-11-15 08:54:57 +00:00
Steve Checkoway cd409a039b Ignore if built with -DNDEBUG. 2003-11-06 00:55:42 +00:00
Steve Checkoway 4cafa2eb7d cleanup 2003-10-07 07:04:34 +00:00
Steve Checkoway e4b14cc302 Move ErrorDialog into ArchHooks. Simplify ArchHooks_darwin. 2003-09-24 09:46:52 +00:00
Steve Checkoway 8ae984d8f6 Fix warnings. Where did %D come from??? 2003-09-22 10:48:05 +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
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 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
Steve Checkoway 9d39d47210 In progress. Removed Log() and AdditionalLog(). Removed crash handler temporarily 2003-07-28 10:41:10 +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
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
Steve Checkoway 3cf629dac0 Updated. Implimented Message boxes. Started support for some sort of crash handling. 2003-07-15 12:50:50 +00:00
Steve Checkoway 7f906b4271 Added ArchHooks_darwin and moved the IgnoreMessage and MessageIsIgnored methods to the superclass, ArchHooks. 2003-07-15 09:44:02 +00:00