Steve Checkoway
573e9df0b6
These shouldn't be here
2003-09-10 03:50:05 +00:00
Steve Checkoway
010f353817
Keep mCWD as an absolute path.
2003-09-10 03:26:12 +00:00
Steve Checkoway
04c7707c16
Add output, remove noisy output.
2003-09-10 03:25:58 +00:00
Steve Checkoway
0a54033e39
BuildInstaller is working
2003-09-10 02:42:49 +00:00
Steve Checkoway
37ce05490c
Add files
2003-09-09 01:01:14 +00:00
Steve Checkoway
3226a2fa6d
Continue OS X installer work.
2003-09-09 01:00:48 +00:00
Steve Checkoway
95f387ce5c
More installer files
2003-09-09 00:55:36 +00:00
Steve Checkoway
2673330ad0
Continue OS X installer work.
2003-09-09 00:52:31 +00:00
Steve Checkoway
678115e37f
Initial work for an installer for OS X
2003-09-08 20:20:57 +00:00
Steve Checkoway
543fe4d873
update
2003-09-07 17:27:16 +00:00
Steve Checkoway
45f215c084
Remove unneeded headers.
2003-09-06 22:55:07 +00:00
Steve Checkoway
a87abdb881
Update
2003-09-06 22:22:35 +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
eeabdf394d
add missing NoteSkin/common folder
2003-09-06 21:05:12 +00:00
Steve Checkoway
b6c340c6dc
Use ffmpeg on OS X.
2003-09-06 11:53:41 +00:00
Steve Checkoway
e49bd881c1
Add myself.
2003-09-06 10:53:26 +00:00
Steve Checkoway
6c5148a7de
oops
2003-09-06 10:51:02 +00:00
Steve Checkoway
a8fb218749
Install all of the Data directory
2003-09-06 10:45:59 +00:00
Steve Checkoway
6f99281965
Broken drivers 1 and 2. BROKEN_DRIVER_1 plays the audio really poorly (lots of static) but seems to get the playing position correct, at least most of the time it returns a valid position.
...
BROKEN_DRIVER_2 on the other hand, plays the sound fine, except it seems to change volume, but not during game play, or when it gets a buffer underrun in which case it emits this awful buzzing sound. That happens mostly before the start of a song. However, the position returned is completely invalid.
One of these must work eventually. *sigh*
2003-09-05 00:07:22 +00:00
Steve Checkoway
b24129130e
Replace magic constant with the flags.
2003-09-01 10:18:38 +00:00
Steve Checkoway
6074513c61
Use CoreAudio driver.
2003-09-01 10:16:57 +00:00
Steve Checkoway
b3c4de2ce4
Old update I never commited
2003-09-01 09:49:29 +00:00
Steve Checkoway
9caf9d24d0
Remove code from the aborted 6th attempt.
...
Remove SAFE_* since that still couldn't be used in that function. Oh well.
Fix the bug that was crashing SM.
This driver actually works. When I say, "works," I mean that the position of the playing sound is actually returned correctly. The sound, however, is absolutely awful.
2003-08-31 14:26:53 +00:00
Steve Checkoway
f1925e135d
Unused variable. Will it ever be used or should the line be deleted?
2003-08-31 14:00:14 +00:00
Steve Checkoway
819432de8f
Initial effort for the 6th (and 7th, sorta) Mac OS X sound driver attempt.
2003-08-31 13:41:04 +00:00
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