Commit Graph

20 Commits

Author SHA1 Message Date
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 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 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 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 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 63c73bf4a4 The installer works except for the not overwriting. 2003-09-16 03:50:40 +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 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 3226a2fa6d Continue OS X installer work. 2003-09-09 01:00:48 +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