summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2013-01-12From /dev/humancontroller: when hard-linking renderers, put the old renderer ↵James Canete
(not the new one) into the "ioquake3" executable, and use a distinguished "ioquake3_rend2" executable for the new renderer (Fixes bug #5789.)
2013-01-12From /dev/humancontroller: fix the SMP functionality not being utilized (as ↵James Canete
of the import of Rend2)
2013-01-12Added Rend2, an alternate renderer. (Bug #4358)James Canete
2013-01-12switch mac to the framework SDL...Zachary Slater
2013-01-12Don't use local SDL headers on Linux (need system sdl-config and SDL library ↵Zack Middleton
anyway).
2013-01-12- Added support for enabling FreeType Support (make USE_FREETYPE=1). - Fixed ↵Zack Middleton
compiling tr_font.c for dynamic renderer.
2013-01-12fix mingw64 installerLudwig Nussel
2013-01-12Unix clients can now enter commands from tty console. Patch by Rambetter ↵Zack Middleton
with some edits by me. (#4799)
2013-01-12* More Makefile configuration (ZTurtleMan)Tim Angus
2013-01-12* (bug #5283) Changes to the Makefile to make building standalone games ↵Tim Angus
easier (JBravo)
2013-01-10* Fix various warnings with GCC and clangTim Angus
2013-01-10* clang supportTim Angus
2013-01-10BitBlt Patch #0000 (#5176)Thilo Schulz
2013-01-10- More MacOSX changes to Makefile - Ship libSDL-1.2.0.dylib with x86_64 ↵Thilo Schulz
platform support
2013-01-10- Add x86_64 platform for MacOSX - Fix compilation on MacOSX gccThilo Schulz
2013-01-10Don't create clientsmp directory (which is no longer used), pointed out by ↵Zack Middleton
DevHC.
2013-01-10Moved various per-platform ifs/defines to be only done once for all platforms.Zack Middleton
2013-01-10Change x86_64 to x64 for mingw.Zack Middleton
2013-01-10Fix compilation on MINGWThilo Schulz
2013-01-10Add SDL library to renderer libThilo Schulz
2013-01-10Add patch by Zack Middleton to fix building for USE_RENDERER_DLOPEN=0Thilo Schulz
2013-01-10Make client/server cflags configurableThilo Schulz
2013-01-10Remove unneeded library dependencies with new modular rendererThilo Schulz
2013-01-10Modular rendering system. Patch by use.less01 This might break MSVC builds. ↵Thilo Schulz
I'll take care of it later
2013-01-10Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions ↵Thilo Schulz
etc., patch by linux@youmustbejoking.demon.co.uk and Zack Middleton
2013-01-10Get rid of redundancyThilo Schulz
2013-01-09- mingw64 now links against SDL64.dll to allow for 32 and 64 bit version in ↵Thilo Schulz
the same directory - Add library files for MinGW64
2013-01-09- Add MASM assembler files for MSVC x64 projects to support vm_x86 in x64 ↵Thilo Schulz
mode - Clean up ftol()/snapvector() mess - Make use of SSE instructions for ftol()/snapvector() if available - move ftol/snapvector pure assembler to inline assembler, this will add x86_64 and improve support for different calling conventions - Set FPU control word at program startup to get consistent behaviour on all platforms
2013-01-09Makefile fix for mips architecture (#4995): Fixes the \n in the $ARCH ↵Thilo Schulz
variable for IRIX/mips Patch by Patrick Baggett
2013-01-09OpenBSD compile fixes, patch provided by Jonathan Gray (#4994)Thilo Schulz
2013-01-09- Add x86_64 support to vm_x86.c - Fix warning on mingw64Thilo Schulz
2013-01-09IQM skin support and print limit info, make other limit info consistent, ↵Thilo Schulz
patch by Zack Middleton (#4978)
2013-01-09- Add Inter-Quake Model (IQM) Format support, patch by gimhael with minor ↵Thilo Schulz
modifications by myself (#4965) - Changed model_t::md4 to model_t::modelData - Fix R_ModelBounds for MD4, MDR and IQM models (#4966) - Support Model format fallback similar to image formats in tr_image.c, patch by Zack Middleton (#4967)
2013-01-03* Merge ioq3-r1946Tim Angus
2013-01-03* Merge ioq3-r1813Tim Angus
2013-01-03* Separate namelog from adminM. Kristall
* Client to namelog mapping * Merge mute, denybuild, ptr in namelog; remove ptr
2013-01-03* Merge ioq3-r1765Tim Angus
2013-01-03* Merge ioq3-r1752Tim Angus
2013-01-03* Merge ioq3-r1715Tim Angus
2013-01-03* Merge ioq3-r1708Tim Angus
2013-01-03* Merge ioq3-r1669Tim Angus
2013-01-03* Fix cross-compiling (early merge from ioq3 r1667)Christopher Schwarz
* Prevent crash when using % in chats, caused by r1784 (Ensiform, Rezyn) * Change default hud color of location text to white, so it doesn't mess up color schemes of maps that have such things on their location ents
2013-01-03* Merge ioq3-r1666Tim Angus
2013-01-03* Fix MingW compilationTim Angus
2013-01-03* Merge ioq3-r1637Tim Angus
2013-01-03* make zap display targets beyond 3 and general zap cleanupRoman Tetelman
* Remove version determining code from makefile since it has to walk 300 revisions every compile and produces incorrect results anyway
2013-01-03* Merge ioq3-r1498, by popular demandTim Angus
2013-01-03* Merge ioq3-r1458Tim Angus
2013-01-03* ...and you, DevHC ¬_¬Tim Angus
2013-01-03* Remove sv_rankings.c, which the ioq3 merge resurrectedTim Angus
* Remove NSIS reference from Makefile