Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-01-03 | * Merge ioq3-r1669 | Tim 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-r1666 | Tim Angus | |
2013-01-03 | * Fix MingW compilation | Tim Angus | |
2013-01-03 | * Merge ioq3-r1637 | Tim Angus | |
2013-01-03 | * make zap display targets beyond 3 and general zap cleanup | Roman 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 demand | Tim Angus | |
2013-01-03 | * Merge ioq3-r1458 | Tim Angus | |
2013-01-03 | * ...and you, DevHC ¬_¬ | Tim Angus | |
2013-01-03 | * Remove sv_rankings.c, which the ioq3 merge resurrected | Tim Angus | |
* Remove NSIS reference from Makefile | |||
2013-01-03 | * Merge ioq3-r1423 | Tim Angus | |
+ IPv6 + VoIP + Stereo rendering + Other minor stuff | |||
2013-01-03 | * voice chat stuff (no, not like TeamSpeak) | Tony J. White | |
2013-01-03 | * Consolidate memory allocation into bg_alloc.c | Tim Angus | |
2013-01-03 | * Merge ioq3-r1272 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1248 | Tim Angus | |