summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2013-03-19Fix some clang warningsTim Angus
2013-03-19Remove old x86_64 JIT compilerTim Angus
2013-03-19Add libogg 1.3.0Zack Middleton
2013-03-19Add Ogg Opus supportZack Middleton
2013-02-16Move some things into renderercommonTim Angus
2013-02-16renderer -> renderergl1, rend2 -> renderergl2Tim Angus
2013-02-16Fix some SMP bits I missedTim Angus
2013-02-16Remove the SMP renderer featureTim Angus
2013-01-12Assorted whitespace fixesTim Angus
2013-01-12Fix dist target and comment refering to svnTim Angus
2013-01-12Fix whitespaceTim Angus
2013-01-12Replace svnversion use with git equivalentTim Angus
2013-01-12More fixes to the macosx buildsystem. This removes the SDL Framework and make...Richard Allen
2013-01-12Changed the MacOS-X build system to make UB's containing i386 and x86_64 arch...Richard Allen
2013-01-12Makefile fixes for OpenBSD by Jonathan Gray. (#5728)Zack Middleton
2013-01-12#5808 - Include and use .glsl in source (rend2)James Canete
2013-01-12From /dev/humancontroller: when hard-linking renderers, put the old renderer ...James Canete
2013-01-12From /dev/humancontroller: fix the SMP functionality not being utilized (as o...James Canete
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
2013-01-12- Added support for enabling FreeType Support (make USE_FREETYPE=1). - Fixed ...Zack Middleton
2013-01-12fix mingw64 installerLudwig Nussel
2013-01-12Unix clients can now enter commands from tty console. Patch by Rambetter with...Zack Middleton
2013-01-12* More Makefile configuration (ZTurtleMan)Tim Angus
2013-01-12* (bug #5283) Changes to the Makefile to make building standalone games easie...Tim Angus
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 platf...Thilo Schulz
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 De...Zack Middleton
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. I...Thilo Schulz
2013-01-10Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions ...Thilo Schulz
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 t...Thilo Schulz
2013-01-09- Add MASM assembler files for MSVC x64 projects to support vm_x86 in x64 mod...Thilo Schulz
2013-01-09Makefile fix for mips architecture (#4995): Fixes the \n in the $ARCH variabl...Thilo Schulz
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, patc...Thilo Schulz
2013-01-09- Add Inter-Quake Model (IQM) Format support, patch by gimhael with minor mod...Thilo Schulz
2013-01-03* Merge ioq3-r1946Tim Angus