summaryrefslogtreecommitdiff
path: root/pkg/osx
AgeCommit message (Expand)Author
2013-09-16Only include NOT-BUGS in releases of Doom binaries, not other games.Simon Howard
2013-09-16Override the README distributed with Chocolate Strife Windows binariesSimon Howard
2013-09-15Name OS X CMDLINE.game files as CMDLINE-game, so that they are notSimon Howard
2013-09-15Open appropriate CMDLINE file depending on the currently-selected game.Simon Howard
2013-09-15Fix copying of CMDLINE files for Mac package build.Simon Howard
2013-09-15Fix INSTALL generation for source code and Mac binary distribution.Simon Howard
2012-12-24Reduce window height of .dmg Finder window - this reverts r2371.Simon Howard
2012-12-24Merge from trunk.Simon Howard
2012-12-22Add some extra zero-fill to the end of .DS_store.Simon Howard
2011-09-12Update OS X launcher to include box for Strife IWAD.Simon Howard
2011-09-12Increase window size in .dmg package, so that there is no verticalSimon Howard
2011-09-11Merge from raven-branch.Simon Howard
2011-06-13Rework configuration window; add Heretic/Hexen configuration boxes.Simon Howard
2011-06-13Merge from trunk.Simon Howard
2011-05-14Convert build system to using the PROGRAM_PREFIX system used onSimon Howard
2011-05-08Allow IWAD files to be double-clicked in the finder to set the IWADSimon Howard
2011-05-07Rework OS X launcher package. Include documentation files within theSimon Howard
2011-03-30Add a symlink hack to work around the fact that OS X doesn't like pathsSimon Howard
2011-03-10Include Unix manpages in MacOS package, and set MANPATH to point to themSimon Howard
2011-03-10Replace the INSTALL file with a template version that is customized toSimon Howard
2011-03-06Add Strife to OS X launcher.Simon Howard
2011-02-24Make code changes to add Heretic/Hexen support to OS X launcher.Simon Howard
2011-02-12Merge from trunk.Simon Howard
2011-01-02Remove redundant package version label from top of OS X launcher window.Simon Howard
2010-08-31Merge from trunk.Simon Howard
2010-07-14Set MACOSX_DEPLOYMENT_TARGET to target 10.4, so that the launcher willSimon Howard
2010-02-05Update OS X Makefile to include Heretic and Hexen executables, and toSimon Howard
2010-01-30Change directory to home directory before launching the game, so thatSimon Howard
2010-01-30Set launch button as default button, so that it is possible to launchSimon Howard
2010-01-23Add menu item to launcher to open a terminal window that can be used toSimon Howard
2010-01-18Define project short description, copyright, maintainer and URL inSimon Howard
2010-01-15Don't open the configuration window when the launcher is first run;Simon Howard
2010-01-15Fix GNUstep info panel.Simon Howard
2010-01-15Center the launcher window and config window on startup.Simon Howard
2010-01-15Add wadfile.png for GNUstep build.Simon Howard
2010-01-15Extend osx makefile to allow building of a working GNUstep application,Simon Howard
2010-01-12Move Makefile definitions for CC and STRIP into config.make, useSimon Howard
2010-01-12Set main menu title based on package name, not fixed string.Simon Howard
2010-01-12Add missing connection for plutonia.wad set button.Simon Howard
2010-01-12Add document icon file and use for file associations.Simon Howard
2010-01-11Insert new files into the command line at the correct location, allowingSimon Howard
2010-01-11When launching a file from the finder, add the new file into the commandSimon Howard
2010-01-10Change "@executable_path@" to "@executable_path"Simon Howard
2010-01-10Install docs with a single cp, rather than using a for loop.Simon Howard
2010-01-10Recursively copy library dependencies into destination package. IdentifySimon Howard
2010-01-09Clear existing arguments when adding a file.Simon Howard
2010-01-09Add file to command line when opened; add link from AppController toSimon Howard
2010-01-09Initial code to identify file type by extension and add file to commandSimon Howard
2010-01-09Hook in AppController as delegate for application, add file associationsSimon Howard
2010-01-05Move config.make up to pkg/ directory. Use static makefiles to generateSimon Howard