Commit Graph
100 Commits
Author SHA1 Message Date
Steve Checkoway 80cdb12c03 F11 works for OS X as well. 2003-08-27 11:47:04 +00:00
Steve Checkoway 8f43dd2320 What was this doing in here???? 2003-08-26 21:20:47 +00:00
Steve Checkoway 7fe49ad001 Update 2003-08-23 16:58:34 +00:00
Steve Checkoway 7888e164ec Change to alpha 4 for the next release, whenever that may be. 2003-08-19 00:04:46 +00:00
Steve Checkoway 962f0f2dba Fix compiler warnings. One, i wasn't declared in this scope. Two, fix integer comparison warning. 2003-08-18 10:34:48 +00:00
Steve Checkoway ad5190290b Add files 2003-08-18 10:28:35 +00:00
Steve Checkoway 49b646fa5e Remove ActiveItemList 2003-08-14 14:12:45 +00:00
Steve Checkoway 18d457db94 Bump product version for next release. 2003-08-14 07:00:22 +00:00
Steve Checkoway 8f0c678ae3 If a RageException is thrown and not caught until main(), attempt to goto windowed mode before displaying the dialog box. If that fails (any exception thrown) just quit.
Don't simply freeze with a dialog box behind full screen.
2003-08-13 10:40:51 +00:00
Steve Checkoway 372881248e Well, since this is the only sound driver working atm. Replace the latency with a simple calculation of the time to drain a buffer. Also, use more samples. 2003-08-12 02:44:09 +00:00
Steve Checkoway 586c31a1b6 Exit with an error code. 2003-08-12 01:43:52 +00:00
Steve Checkoway 4e4a25de41 Fixed compiler warning. 2003-08-12 00:56:13 +00:00
Steve Checkoway 3934e67cbd Removed ssprintf().
Fixed the buffer length constant.
Replaced some exit()s w/ return to get at least a partial crashlog.
Replaced exit() with _exit() in the forked process.
2003-08-12 00:53:32 +00:00
Steve Checkoway 94e3b62b10 file changes 2003-08-11 08:56:22 +00:00
Steve Checkoway 5ba3bb1e30 Go back to using the RageSound_QT1 class since RageSound_QT is broken. 2003-08-11 08:55:34 +00:00
Steve Checkoway 99c5923839 Re-added. RageSound_QT broke right after I removed this. 2003-08-11 08:54:30 +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 cbe81a034e Fix compiler warnings. 2003-08-11 05:30:35 +00:00
Steve Checkoway 09c5bd5d88 Remove commented code and small changes in an attempt to get this to work again. Still no luck but at least the file is readable again. 2003-08-10 20:09:58 +00:00
Steve Checkoway 7b3a7056c8 Fix crash. 2003-08-10 03:53:02 +00:00
Steve Checkoway bc291923eb Update version information. 2003-08-10 03:40:22 +00:00
Steve Checkoway dfb0f03816 Fix compiler warning about new line at end of file. 2003-08-10 03:32:38 +00:00
Steve Checkoway 7d97750e3b removed files 2003-08-10 03:25:21 +00:00
Steve Checkoway 9da68fd3cf Use RageSoundDriver_QT. RageSoundDriver_QT1 has been removed. 2003-08-10 03:24:44 +00:00
Steve Checkoway 762afe38a4 Fix compiler warnings. 2003-08-10 03:23:17 +00:00
Steve Checkoway d2416b3826 Unneeded class. 2003-08-10 00:51:44 +00:00
Steve Checkoway c000b91536 Sound driver now works. I don't know if it is perfect or not, but GetPosition seems to return valid positions. 2003-08-10 00:43:18 +00:00
Steve Checkoway c1c03d392c argh. It was correct before. Throw the damn exception! 2003-08-08 09:14:44 +00:00
Steve Checkoway 1f321a3809 This isn't finished and shouldn't be used to build a working binary! I didn't mean to commit it in the first place. 2003-08-08 09:11:28 +00:00
Steve Checkoway 9bf1fec101 Added files. 2003-08-08 09:03:30 +00:00
Steve Checkoway 75e75fde23 Show the Checkpoints in the crashinfo.txt. 2003-08-07 19:58:15 +00:00
Steve Checkoway db6659ba91 Allow undefined BACKTRACE_* but emit a compiler warning. 2003-08-07 18:29:35 +00:00
Steve Checkoway 0628dd78f3 Fix integer comparison warning. 2003-08-07 18:27:52 +00:00
Steve Checkoway 1ac0df4883 Fix integer comparison warning. 2003-08-07 10:47:00 +00:00
Steve Checkoway 9f6b17eac1 Add newline at end of file. 2003-08-07 10:29:40 +00:00
Steve Checkoway 4df19805c5 Change braces to match the rest of SM.
Remove the tab after the last newline.
2003-08-07 08:18:03 +00:00
Steve Checkoway 8d40a35d59 RageSoundDriver_QT.cpp 2003-08-05 11:40:21 +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 9c1af52570 Nearly complete. If I can get the callbacks working, this should work. 2003-08-04 11:22:33 +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 2aa572f695 revert, signal handler breaks the exception handler. Unfortunally throwing an exception causes a signal and not an exception. If I use a signal handler rather than the exception handler, all unforeseen errors will cause SM to just die with no backtrace. 2003-08-03 13:02:26 +00:00
Steve Checkoway 1a60f4027d For all darwin, not just for a particular backtrace method 2003-08-03 12:57:39 +00:00
Steve Checkoway 5e86526252 Use SignalHandler as well 2003-08-03 12:09:47 +00:00
Steve Checkoway 15c9ef15d3 Don't emit () if there is no file name, not if there is no Symbol. 2003-08-03 12:06:14 +00:00
Steve Checkoway 615e11ed42 Use the signal handler as well as the PowerPC Exception Handler. Argh... 2003-08-03 12:04:13 +00:00
Steve Checkoway 4373bc534d remove unneeded debugging info 2003-08-03 08:10:53 +00:00
Steve Checkoway 1072ef4967 Fix conflict with std::map 2003-08-03 03:02:42 +00:00
Steve Checkoway ac17a25df1 Change Notes.* to Steps.* 2003-08-03 01:21:29 +00:00
Steve Checkoway b8c9546324 fix integer comparison warning 2003-08-03 01:17:23 +00:00
Steve Checkoway 3a4206bb73 something was messed up 2003-08-02 13:11:31 +00:00
Steve Checkoway 3d5a5ee36b something is messed up 2003-08-02 13:09:49 +00:00
Steve Checkoway 810e34bb2c oops 2003-08-02 13:03:15 +00:00
Steve Checkoway e0e79c9348 Used by ProjectBuilder to update build number 2003-08-02 13:00:02 +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 1e5b735bcd Use HAVE_VERSION_INFO so that multiple archs can take advantage of a build number and date 2003-08-02 12:51:25 +00:00
Steve Checkoway ea6352e60b Added version info 2003-08-02 12:48:48 +00:00
Steve Checkoway 7efe518c1c Added instruction for ver.cpp 2003-08-02 12:48:08 +00:00
Steve Checkoway 347be4020f added missing #define CRASH_HANDLER_INTERNAL_H 2003-08-02 05:32:00 +00:00
Steve Checkoway 1b0be6d086 added missing #define CRASH_HANDLER_H 2003-08-02 05:28:38 +00:00
Steve Checkoway 569df97638 Use a directory for OS X instead of a .tgz 2003-08-02 05:12:13 +00:00
Steve Checkoway 794de812fe Added formatting to match the other *nix. 2003-08-02 03:09:11 +00:00
Steve Checkoway c87ae8e444 Added button to open the crash log 2003-08-02 03:07:46 +00:00
Steve Checkoway 0518239203 Oops, wrong one. 2003-08-02 03:06:49 +00:00
Steve Checkoway 70ef61d74b Removed the last of the integer comparison warnings 2003-08-01 22:12:28 +00:00
Steve Checkoway 8c6ba0f506 Fix compile warnings 2003-08-01 12:12:02 +00:00
Steve Checkoway 2dcb5f7a9e What does this line do other than clobber iPossibleDancePoints[0] and give everybody AA? 2003-08-01 11:41:13 +00:00
Steve Checkoway 6dd3275d00 fix image placement. Make it one pixel higher 2003-08-01 10:23:02 +00:00
Steve Checkoway 7f9aed802b added needed header files after removing global.h from Crash.h. Also simplify. 2003-08-01 09:28:50 +00:00
Steve Checkoway 0626a2ed92 Update, added files, changed build system, updated readme, wrote scripts, etc. 2003-08-01 05:21:43 +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 16b4550a5b remove global.h 2003-07-31 22:39:22 +00:00
Steve Checkoway 386dec74b2 name change and add the first crack at backtracing on OS X 2003-07-31 22:35:54 +00:00
Steve Checkoway 5e67cfb2f6 Added Crash reporting on OS X 2003-07-31 22:32:45 +00:00
Steve Checkoway f83b837d76 fix compiler warnings 2003-07-31 20:34:01 +00:00
Steve Checkoway f46d947b70 changed the defines 2003-07-31 19:17:20 +00:00
Steve Checkoway 71d1744ea1 Add header. 2003-07-28 10:53:39 +00:00
Steve Checkoway aaeaa06cdf In progress. Added header 2003-07-28 10:42:20 +00:00
Steve Checkoway 9d39d47210 In progress. Removed Log() and AdditionalLog(). Removed crash handler temporarily 2003-07-28 10:41:10 +00:00
Steve Checkoway 953eb15fbe Undeeded SDL_delay() in OS X. 2003-07-28 10:39:15 +00:00
Steve Checkoway 498d770210 Add virtual dtor 2003-07-28 09:56:14 +00:00
Steve Checkoway 3d888aebb6 This has been bothering me for a long time now. Comment out unused variable. Is anything ever going to be done here? 2003-07-28 09:50:57 +00:00
Steve Checkoway 7249e7f488 removed VERSION 2003-07-28 09:37:04 +00:00
Steve Checkoway d3eda614ea Use arch_setup.h on Darwin 2003-07-28 09:33:51 +00:00
Steve Checkoway 333c7ae7a1 Added defines for Darwin. 2003-07-28 09:31:31 +00:00
Steve Checkoway 7cfed78e24 Add an error dialog for OS X. 2003-07-23 13:32:17 +00:00
Steve Checkoway 6192aba094 NULL, not SDL 2003-07-22 15:52:32 +00:00
Steve Checkoway 84a21951e1 Revert for non-windows. 2003-07-22 14:35:51 +00:00
Steve Checkoway 5c27d138b1 Remove LOG->Trace() since it breaks compilation. 2003-07-22 13:00:25 +00:00
Steve Checkoway 30f4444ef3 added new files 2003-07-17 21:23:46 +00:00
Steve Checkoway 583b88cd85 Added a null movie class that simply displays a black background instead of a movie. 2003-07-17 20:50:06 +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 0434e88323 overridden methods should be virtual 2003-07-16 12:19:53 +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