Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-16 | Fix some SMP bits I missed | Tim Angus | |
2013-02-16 | Remove the SMP renderer feature | Tim Angus | |
2013-01-12 | Assorted whitespace fixes | Tim Angus | |
2013-01-12 | Fix dist target and comment refering to svn | Tim Angus | |
2013-01-12 | Fix whitespace | Tim Angus | |
2013-01-12 | Replace svnversion use with git equivalent | Tim Angus | |
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 | Makefile fixes for OpenBSD by Jonathan Gray. (#5728) | Zack Middleton | |
2013-01-12 | #5808 - Include and use .glsl in source (rend2) | James Canete | |
2013-01-12 | From /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-12 | From /dev/humancontroller: fix the SMP functionality not being utilized (as ↵ | James Canete | |
of the import of Rend2) | |||
2013-01-12 | Added Rend2, an alternate renderer. (Bug #4358) | James Canete | |
2013-01-12 | switch mac to the framework SDL... | Zachary Slater | |
2013-01-12 | Don'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-12 | fix mingw64 installer | Ludwig Nussel | |
2013-01-12 | Unix 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 clang | Tim Angus | |
2013-01-10 | * clang support | Tim Angus | |
2013-01-10 | BitBlt 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 gcc | Thilo Schulz | |
2013-01-10 | Don't create clientsmp directory (which is no longer used), pointed out by ↵ | Zack Middleton | |
DevHC. | |||
2013-01-10 | Moved various per-platform ifs/defines to be only done once for all platforms. | Zack Middleton | |
2013-01-10 | Change x86_64 to x64 for mingw. | Zack Middleton | |
2013-01-10 | Fix compilation on MINGW | Thilo Schulz | |
2013-01-10 | Add SDL library to renderer lib | Thilo Schulz | |
2013-01-10 | Add patch by Zack Middleton to fix building for USE_RENDERER_DLOPEN=0 | Thilo Schulz | |
2013-01-10 | Make client/server cflags configurable | Thilo Schulz | |
2013-01-10 | Remove unneeded library dependencies with new modular renderer | Thilo Schulz | |
2013-01-10 | Modular rendering system. Patch by use.less01 This might break MSVC builds. ↵ | Thilo Schulz | |
I'll take care of it later | |||
2013-01-10 | Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions ↵ | Thilo Schulz | |
etc., patch by linux@youmustbejoking.demon.co.uk and Zack Middleton | |||
2013-01-10 | Get rid of redundancy | Thilo 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-09 | Makefile fix for mips architecture (#4995): Fixes the \n in the $ARCH ↵ | Thilo Schulz | |
variable for IRIX/mips Patch by Patrick Baggett | |||
2013-01-09 | OpenBSD compile fixes, patch provided by Jonathan Gray (#4994) | Thilo Schulz | |
2013-01-09 | - Add x86_64 support to vm_x86.c - Fix warning on mingw64 | Thilo Schulz | |
2013-01-09 | IQM 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-r1946 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1813 | Tim Angus | |
2013-01-03 | * Separate namelog from admin | M. Kristall | |
* Client to namelog mapping * Merge mute, denybuild, ptr in namelog; remove ptr | |||
2013-01-03 | * Merge ioq3-r1765 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1752 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1715 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1708 | Tim Angus | |