81909bb266Fix text getting appended to vid_restart in command buffer
Zack Middleton
2013-08-03 17:14:56 -05:00
2eaee597c9Fix creating symlinks in make-macosx-app.sh
Zack Middleton
2013-08-03 16:37:28 -05:00
3518e7b22eFix bind commands getting run when closing UI
Zack Middleton
2013-07-22 16:58:14 -05:00
db85b61e94Add assignment below declarations otherwise compiling fails with msvc
Henry Stratmann III
2013-07-18 20:11:23 -05:00
43ea1aebb3Fix Windows server history scrolling
Zack Middleton
2013-07-21 17:29:29 -05:00
b0f0376a4fMisc fixes to IBO code to correctly use sizeof(glIndex_t)
Anthony Pesch
2013-05-06 18:01:44 -07:00
d9485b696eMakefile builds fall back to traditional archiving when Mac OS X application bundle generation fails
jeremiah sypult
2013-07-18 11:29:23 -05:00
7b9aa77c6bFix make-macosx-app.sh to make bundle on non-Mac OS X platforms
jeremiah sypult
2013-07-18 10:49:01 -05:00
b7f5971ab8Another pass at the Mac OS X make scripts.
jeremiah sypult
2013-07-18 10:39:08 -05:00
ea49d5d2damake-macosx-app.sh doesn't trust the output of 'which', so check for a hard-coded path
jeremiah sypult
2013-07-18 01:28:08 -05:00
ef7031b993make-macosx-app.sh supports systems without libtool, part 2
jeremiah sypult
2013-07-18 01:14:28 -05:00
fd1e278142make-macosx-app.sh supports systems without libtool
jeremiah sypult
2013-07-18 01:08:56 -05:00
744651f72fUpdated Makefile to only build release OS X app bundles
jeremiah sypult
2013-07-18 00:47:00 -05:00
95138f456emake-macosx-app.sh should use /bin/bash and not /bin/sh
jeremiah sypult
2013-07-18 00:35:44 -05:00
2357f595fbmake-macosx-app.sh using single '=' comparisons
jeremiah sypult
2013-07-18 00:28:17 -05:00
0d2a576a43fix bug in make-macosx-app.sh with older shells
jeremiah sypult
2013-07-18 00:16:38 -05:00
260233d4ecbug 5986 - Configure jenkins to spit out mac .app 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.
jeremiah sypult
2013-07-18 00:11:10 -05:00
3ec2b02dceCheck for shaders without closing brace
Zack Middleton
2013-06-02 21:55:19 -05:00
c0a21d0898Fix setting COM_Parse current line number
Zack Middleton
2013-06-02 21:21:45 -05:00
6c4d010f29Fix null model axis disappearing if sky is in view
Zack Middleton
2013-05-31 01:07:49 -05:00
eb73dcb7f4Catch more bad shader syntax cases
Zack Middleton
2013-05-30 22:58:58 -05:00
120e296a74fix some OOB enumerator usages
/dev/humancontroller
2013-04-14 18:33:25 +02:00
9e9d6fa52cclean up return statements a bit more
/dev/humancontroller
2013-04-14 18:33:27 +02:00
9d626b6a12drop some useless return statements
/dev/humancontroller
2013-04-14 18:33:26 +02:00
bbd17d75cereduce the amount of compiler warnings for variable shadowing
/dev/humancontroller
2013-04-14 18:33:26 +02:00
1d0a044de3when using the condump command, do not say "dumped console text" prematurely, before trying to open the file
/dev/humancontroller
2013-04-14 18:33:25 +02:00
a8ce30163emake the fread() success-check code in Sys_RandomBytes() more secure
/dev/humancontroller
2013-04-14 18:33:25 +02:00
f0b43aba35remove some unused stuff
/dev/humancontroller
2013-04-14 18:33:25 +02:00