Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-06 | remove the (non-working) MSVC solution, a bunch of scripts from the source ↵ | /dev/humancontroller | |
tree, and cruft from the .gitignore | |||
2014-06-17 | Remove 5 unused variables from make-macosx scripts | Zack Middleton | |
2014-06-17 | Another pass at the Mac OS X make scripts. | jeremiah sypult | |
Ironed out issues with generating an application bundle with universal binaries on supported systems. Fall back to bundling a single architecture when support for universal binary generation is not available. Tested on Mac OS X 10.5.8 (and 10.5 SDK). | |||
2014-06-17 | bug 5986 - Configure jenkins to spit out mac .app ↵ | jeremiah sypult | |
https://bugzilla.icculus.org/show_bug.cgi?id=5986 Created make-macosx-app.sh to handle manually creating an app bundle from other scripts. Updated make-macosx.sh to create bundle with make-macosx-app.sh (TODO: make-macosx-ub.sh support). Updated Makefile to create bundle with make-macosx-app.sh and zip up the resulting ioquake3.app if ARCHIVE is defined. | |||
2013-03-22 | Ditch 'historical compatibility' and use 'logic' instead | Tim Angus | |
2013-02-16 | Fixed build for mac (s/rend2/opengl2/) | Zachary Slater | |
2013-02-16 | Fix some SMP bits I missed | Tim Angus | |
2013-01-12 | Fixed a typo in a comment. | Ryan C. Gordon | |
2013-01-12 | Fixed a small bug in my new version of this script. | Richard Allen | |
2013-01-12 | Lets list all the valid options. | Zachary Slater | |
2013-01-12 | Have make-macosx.sh require the user to specify which architecture she/he ↵ | Richard Allen | |
wants to build for and suggest building UB's if the user is unaware of what architectures are | |||
2013-01-12 | More fixes to the macosx buildsystem. This removes the SDL Framework and ↵ | Richard Allen | |
makes use of a SDL library that is position independant. This also brings back PPC builds into the UB and also as a standa alone build choice. | |||
2013-01-12 | Changed the MacOS-X build system to make UB's containing i386 and x86_64 ↵ | Richard Allen | |
arches and made make-macosx.sh not build UB's but only standard binaries | |||
2013-01-12 | - Include Rend2 renderer in MacOSX bundle - Include OpenGL1 and Rend2 ↵ | Zack Middleton | |
renderers in MacOSX UB | |||
2013-01-12 | specifying gcc to see if that fixes the mac build... | Zachary Slater | |
2013-01-12 | Fixed that, still do not run this. I'm not sure why but the video mode ↵ | Zachary Slater | |
handling doesn't work today in Mac OS X 10.7 and recovering is difficult. | |||
2013-01-12 | I made an awful variant of the old make script, it removes everything ↵ | Zachary Slater | |
universal. Just to get a quick .app build again. Don't use this for anything. |