Commit Graph

38 Commits

Author SHA1 Message Date
Steve Checkoway 4223746b6e Append text correctly and actually scroll the text view. 2004-10-05 11:07:31 +00:00
Steve Checkoway fbc2db66de Add license text, slight cleanup. 2004-09-11 16:21:22 +00:00
Steve Checkoway fa11d32c39 Fix warning. I have no idea why this works. I am declaring a category but not implementing the methods declared within. 2004-09-11 16:12:24 +00:00
Steve Checkoway e100932068 Yes, I know it is ugly. Removed gunzip and tar. It does still rely on /bin/cp being there, but that is mostly because I was too lazy to write a replacement for it. 2004-09-05 10:12:53 +00:00
Steve Checkoway 3e1efaa68d update installer: remove unused stuff, allow files (and directories but untested) to be installed with different names) 2004-06-08 09:13:57 +00:00
Steve Checkoway 0c297de2c2 update the installer 2004-04-13 06:04:33 +00:00
Steve Checkoway 20a8bab45c Clean up includes. 2004-04-05 05:22:32 +00:00
Steve Checkoway c0f8c589da header, use assert 2004-03-28 23:19:35 +00:00
Steve Checkoway ae0fd0ac1a Use lstat instead of stat. 2004-01-12 06:48:44 +00:00
Steve Checkoway 6c642539e8 Update and fixes. 2003-12-24 20:31:58 +00:00
Steve Checkoway 462fff744b Only call that method if we are installing on OS X 10.3. 2003-11-26 02:56:31 +00:00
Steve Checkoway 6376a1a5f7 Make the installer's install location dialog box a little more obvious what it is asking. 2003-11-18 03:37:43 +00:00
Steve Checkoway 5657cc859f Add better checking and error messages. 2003-11-07 09:59:29 +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 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 f557939ffb Send error output to stderr 2003-10-09 10:01:36 +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 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