Commit Graph
100 Commits
Author SHA1 Message Date
Steve Checkoway 48ce32189c Fix relative paths in one fell swoop 2003-11-12 01:28:17 +00:00
Steve Checkoway 7a15a79404 remove CombinedLifeMeterEnemy 2003-11-12 01:22:33 +00:00
Steve Checkoway 56abecea8e Wrong header. 2003-11-12 01:18:40 +00:00
Steve Checkoway 460dd1ca49 scoping fix 2003-11-11 02:46:43 +00:00
Steve Checkoway e56254b45b As I was the one that added this, I doubt that any other archs depend on it. Now that OS X does not, I'm removing it. 2003-11-10 05:00:46 +00:00
Steve Checkoway 5b969f7468 Add files 2003-11-10 04:58:26 +00:00
Steve Checkoway 5657cc859f Add better checking and error messages. 2003-11-07 09:59:29 +00:00
Steve Checkoway 9856f490f1 update file names 2003-11-06 01:06:19 +00:00
Steve Checkoway 7e3d79548d Add property lists. These are no longer stored in the project file 2003-11-06 01:05:06 +00:00
Steve Checkoway 5c78bc4eec Update the targets to native 2003-11-06 00:58:01 +00:00
Steve Checkoway df621dfaf2 Add dumb changes for compatibility that shouldn't be needed. 2003-11-06 00:57:21 +00:00
Steve Checkoway cd409a039b Ignore if built with -DNDEBUG. 2003-11-06 00:55:42 +00:00
Steve Checkoway ea5139ec74 update the instructions slightly 2003-11-04 10:17:31 +00:00
Steve Checkoway 62e1c6da8b Make header files and man pages an optional install. I decided that since they were so small, there was no reason not to include them. The added compressed files along with the longer config file take up exactly 595624 bytes more than without it. Not that big a deal considering the size to begin with. 2003-11-02 13:00:19 +00:00
Steve Checkoway ff6dda8f2a nextLine has already been incremented. Pushing it onto the return stack incremented again skips a line of the install script. 2003-11-02 12:54:16 +00:00
Steve Checkoway 9019a4fbd1 or maybe not... 2003-11-02 01:46:25 +00:00
Steve Checkoway 1a3278a073 I guess gcc no longer likes &long(var). It only seems to accept &(long(var)). 2003-11-02 00:28:42 +00:00
Steve Checkoway 87ddb21950 Update to use with xcode. It should still work with project builder. 2003-11-02 00:12:07 +00:00
Steve Checkoway c164923fe2 erm, update? 2003-11-02 00:06:01 +00:00
Steve Checkoway 8b495ae9c1 Remove unneeded header. 2003-11-01 23:23:09 +00:00
Steve Checkoway 84cd2f18a9 Add missing headers. (I don't know why it worked before but not now....) 2003-11-01 21:25:58 +00:00
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