Commit Graph
100 Commits
Author SHA1 Message Date
Steve Checkoway 8309a5ea2c add Attack.* 2003-10-28 09:52:04 +00:00
Steve Checkoway c9ca1e749c Bad ProjectBuilder, bad! 2003-10-27 16:40:24 +00:00
Steve Checkoway 09d8ac550c long overdue update 2003-10-25 00:13:48 +00:00
Steve Checkoway e11ce0f583 Long overdue update 2003-10-19 03:11:25 +00:00
Steve Checkoway ab86c193cd Fix signed vs. unsigned. 2003-10-16 17:38:59 +00:00
Steve Checkoway 05c5529df3 add files 2003-10-15 15:49:15 +00:00
Steve Checkoway 712289aa29 One of these days I'll remember that it likes to add new files as an absolute path 2003-10-11 21:14:59 +00:00
Steve Checkoway cebfdab909 update 2003-10-11 21:13:40 +00:00
Steve Checkoway f557939ffb Send error output to stderr 2003-10-09 10:01:36 +00:00
Steve Checkoway c3dd3b75d5 remove VideoCardDefaults 2003-10-09 09:11:21 +00:00
Steve Checkoway 9ac7397368 version--there are far too many of these... 2003-10-09 09:08:37 +00:00
Steve Checkoway 68ea135c4d re-add cmd-F12 for a screenshot. Put the screenshots in the Screenshots directory. Make cvs ignore this directory. 2003-10-09 00:25:06 +00:00
Steve Checkoway d5cc663bea Remove unnecessary code. All archs can use print-screen or in the case of Apple keyboards, F13, to take a screen shot. 2003-10-08 00:34:10 +00:00
Steve Checkoway 8e3d6518dc With any luck, this will give an error message if the user tries to install on OS X 10.1.x. I have no idea if the installer will even open and no way to test it. Worst case, installer still works for >= 10.2 and crashes for < 10.2. The same as before. Best case, it gives a message about not being compatible and then quits. 2003-10-07 07:47:31 +00:00
Steve Checkoway 4cafa2eb7d cleanup 2003-10-07 07:04:34 +00:00
Steve Checkoway d8710d3710 signed vs. unsigned fix 2003-10-07 06:39:16 +00:00
Steve Checkoway 0990487454 update 2003-10-05 23:01:29 +00:00
Steve Checkoway 71d558f1ca Add files, hopefully changed all references to group references. 2003-10-05 10:53:09 +00:00
Steve Checkoway 5008b1f60d Use relative paths 2003-10-01 02:01:04 +00:00
Steve Checkoway b24015d9fa Compile before commit, compile before commit, compile...... 2003-09-30 17:40:40 +00:00
Steve Checkoway d8f71a6d1c oops, temp - 1, not temp - -1. 2003-09-30 17:34:23 +00:00
Steve Checkoway 4b59491a9e Don't use gets(). As it liked to tell me, it's unsafe. 2003-09-30 17:24:29 +00:00
Steve Checkoway 3914243e15 Update 2003-09-30 17:07:02 +00:00
Steve Checkoway ea15e5dfb6 enums cannot be static. If it needs to be limited to this object file, wrap it in an anonymous namespace. I'm not sure if that is even needed for enums. 2003-09-30 11:32:06 +00:00
Steve Checkoway 9b736241aa EOL 2003-09-30 00:26:29 +00:00
Steve Checkoway d34d09587c Do the same with hold notes as with tap notes. 2003-09-26 01:05:49 +00:00
Steve Checkoway 81aa716f7d If a percentage is being displayed when playing oni mode, only count marvelous as 2 dance points. This makes the percentage consistent with Max2 and also playing a single song on battery and playing a single song oni course will be graded the same. 2003-09-26 00:47:51 +00:00
Steve Checkoway 5ab83410aa revert 2003-09-26 00:43:44 +00:00
Steve Checkoway 02b39c51c0 Clean up indenting. Should be whitespace only. 2003-09-26 00:08:50 +00:00
Steve Checkoway dee1380803 Fix error message about trying to delete a file that does not exist. If it doesn't exist, ignore it. 2003-09-25 07:25:27 +00:00
Steve Checkoway b3debfe68e simplify 2003-09-25 07:01:58 +00:00
Steve Checkoway e02ecf04d5 alpha 6 2003-09-25 06:47:09 +00:00
Steve Checkoway 713bc89089 Use group relative paths 2003-09-24 22:57:32 +00:00
Steve Checkoway b0750b3373 Add libresample.a target. General update. 2003-09-24 22:52:08 +00:00
Steve Checkoway db9c9be50d update 2003-09-24 11:43:27 +00:00
Steve Checkoway b23fb8efff Move ErrorDialog to ArchHooks 2003-09-24 09:50:07 +00:00
Steve Checkoway e4b14cc302 Move ErrorDialog into ArchHooks. Simplify ArchHooks_darwin. 2003-09-24 09:46:52 +00:00
Steve Checkoway c83d60ab5e Fix warning 2003-09-24 09:39:09 +00:00
Steve Checkoway efc65a20d8 Add virtual dtor to RageDisplay. 2003-09-22 23:37:33 +00:00
Steve Checkoway 86889431fb Add files for vsync 2003-09-22 11:19:34 +00:00
Steve Checkoway 445c593b2a Add vsync for OS X. 2003-09-22 11:14:31 +00:00
Steve Checkoway 9f5c43d8a6 Fix warnings. No seriously, do it this time. 2003-09-22 11:08:13 +00:00
Steve Checkoway 8ae984d8f6 Fix warnings. Where did %D come from??? 2003-09-22 10:48:05 +00:00
Steve Checkoway a906e9d37a I trust that this was what was intended. 2003-09-22 10:04:43 +00:00
Steve Checkoway 59c5db4558 Quiet warnings. 2003-09-22 09:26:36 +00:00
Steve Checkoway 246b0e7b3a Remove Darwin as it isn't needed here anymore. 2003-09-19 20:43:27 +00:00
Steve Checkoway 72e230dbb4 Move the libraries from the linker flags section to actual references. 2003-09-19 10:39:33 +00:00
Steve Checkoway 60f95a903e Install atos if the user doesn't have it even if they don't install the libraries. 2003-09-19 08:06:34 +00:00
Steve Checkoway c203f4c09d make OS X installer like windows installer wrt installed files and directories and deleted directories 2003-09-18 12:23:19 +00:00
Steve Checkoway 1c22759761 Install atos if the user doesn't already have it to ensure that we can get backtraces. This will be removed when the symbols can be determined by the crash handler itself. I'm not above copying the code directly, but I can't seem to find it anywhere. 2003-09-18 12:10:17 +00:00
Steve Checkoway 0ede96ac63 Correct handling of demangling. 2003-09-18 10:17:32 +00:00
Steve Checkoway f5674096df um, remove the WTF, my bad. 2003-09-17 22:47:52 +00:00
Steve Checkoway d0b3e37631 Add name demangling for BACKTRACE_LOOKUP_METHOD_ATOS. 2003-09-17 21:55:43 +00:00
Steve Checkoway 1beee3a6a8 typo 2003-09-17 09:03:11 +00:00
Steve Checkoway 4df188e90a ARGH, I dunno what I was thinking. I had something else in mind at first but then changed it and forgot to update this. I'm going to get a million bug reports as a result 2003-09-17 08:44:55 +00:00
Steve Checkoway e0ec7bcaa5 update 2003-09-16 10:02:19 +00:00
Steve Checkoway 4cc9ba9591 Add files 2003-09-16 07:06:50 +00:00
Steve Checkoway 7eb2d7845c Intermittently, g++ doesn't like inline functions. Just remove'em. 2003-09-16 07:04:31 +00:00
Steve Checkoway ad28963ad2 Set the close button to quit the application. Enable/disable the close button at the proper times. The user can still just quit in the middle of the installation using the application menu which might result in a file being left in /tmp but that's really their fault for quitting early isn't it? 2003-09-16 06:59:18 +00:00
Steve Checkoway 131f6aba13 Add Edit menu 2003-09-16 06:55:11 +00:00
Steve Checkoway 14afd88d87 Simplify SDL headers. Fix typo. Change message since there are new libraries. 2003-09-16 06:40:27 +00:00
Steve Checkoway 14e6fb343a Put the 'files' directory in the main bundle's Resources directory so the user is presented with a single Installer application. 2003-09-16 05:17:22 +00:00
Steve Checkoway e5b84a402b Actually ignore CVS directories now. Plus, fix the incorrect error message when installing. 2003-09-16 04:59:31 +00:00
Steve Checkoway ec8b6fcf1a Working installer. No more StepMania Libs files that you all hate so much. 2003-09-16 04:22:25 +00:00
Steve Checkoway 3fe145a8de This makes more sense 2003-09-16 04:01:20 +00:00
Steve Checkoway 63c73bf4a4 The installer works except for the not overwriting. 2003-09-16 03:50:40 +00:00
Steve Checkoway bbb567657b This should go somewhere, might as well be here. 2003-09-14 18:41:10 +00:00
Steve Checkoway 3a04d063c4 Begin switching to my installer 2003-09-14 18:32:58 +00:00
Steve Checkoway 82ec98a0d1 Updated installer file 2003-09-14 18:27:35 +00:00
Steve Checkoway 279a35cb46 OS X: change screenshot key to be cmd-F12.
All: fix overwriting screenshots.
2003-09-14 00:40:48 +00:00
Steve Checkoway c7b2f8c60b new line 2003-09-13 19:46:37 +00:00
Steve Checkoway e30707b82f Add files and hopefully change all references to group references rather than absolute refs. 2003-09-13 19:34:46 +00:00
Steve Checkoway c9a1a7f206 First version of the configuration file for the installer. 2003-09-10 05:29:29 +00:00
Steve Checkoway d656a9bd42 No longer needed 2003-09-10 05:28:25 +00:00
Steve Checkoway 31caf62cd7 Add SDL_sound and SDL_net directly to project file. SDL_sound at least should probably be made a seperate target upon which SM is dependent but this is easier. Add the necessary defines using -D in 'Other Compiler Flags'. 2003-09-10 05:25:17 +00:00
Steve Checkoway 62e46c908e Fix locations of InstallerWindowController.* 2003-09-10 04:34:11 +00:00
Steve Checkoway 1e5536c7d6 Add an NSPanel to ask the questions 2003-09-10 04:31:47 +00:00
Steve Checkoway bd5220743d Installer is now functional but not complete. It spits out error messages when it shouldn't. It copies the CVS directories into the archive. It doesn't honor the overwrite flag, it just always does what tar normally does. (Overwrites I assume...) It cannot get superuser privs yet for installing the libraries. 2003-09-10 04:30:51 +00:00
Steve Checkoway 535b7cfb61 These _should_ be here 2003-09-10 03:52:20 +00:00
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