Commit Graph

246 Commits

Author SHA1 Message Date
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 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 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 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 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 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 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 86889431fb Add files for vsync 2003-09-22 11:19:34 +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 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