Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-12 | Fixed writing pre-rendered font TGAs, needed to flip image. | Zack Middleton | |
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 build for new modular renderer on MacOSX | Thilo Schulz | |
2013-01-12 | Reverted r2209... | Zack Middleton | |
2013-01-12 | Show warning when renderer cannot load model after checking all supported ↵ | Zack Middleton | |
formats, instead of after each format. | |||
2013-01-12 | Add color combination green-magenta for anaglyph | Thilo Schulz | |
2013-01-12 | Fixed usage of various entity defines. | Zack Middleton | |
2013-01-12 | Print developer message when renderer runs out of free entities. | Zack Middleton | |
2013-01-10 | * Fix various warnings with GCC and clang | Tim Angus | |
2013-01-10 | * clang support | Tim Angus | |
2013-01-10 | Bug 5199 - IQM joint matrices wrong, patch by James Canete | Thilo Schulz | |
2013-01-10 | - Fix already defined command warnings for minimize - Fix recursive ↵ | Thilo Schulz | |
CL_Shutdown warning and "command already defined" warnings when quitting while playing on a server that changed the gamedir. | |||
2013-01-10 | Add forgotten file for last rev | 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 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes ↵ | Thilo Schulz | |
unused-but-set gcc warnings | |||
2013-01-10 | Fix menu corruption on IRIX (#5097), patch by Rainer Canavan | Thilo Schulz | |
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 | All patches by Zack Middleton: - Bug 5057 - Two weapon number range checks ↵ | Thilo Schulz | |
allows invalid number - Bug 5058 - Railgun explosion cannot be colorized - Bug 5059 - Client's railgun does not glow in third person and mirror - Bug 5060 - Warning in RAVENMD4 R_GetAnimTag cross compiling with amd64-mingw32 | |||
2013-01-10 | patch by Zack Middleton (#5044) - Fix a few comments in tr_local.h - A bit ↵ | Thilo Schulz | |
of refactoring of the cpp macros | |||
2013-01-10 | - Small change to search path order - local files not in .pk3s take ↵ | Thilo Schulz | |
precedence over files in pk3s. Should make life easier for modders/mappers wanting to override textures that are already contained in some older pk3 - Make VM loading more robust, change loading order: when vm_* == 0 first try loading DLL, then QVM in *each* search directory/path - Fix FS_FileForHandle that would return a FILE pointer to invalid file handle 0 | |||
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 | Fix forgotten IQM2 support in iqm.h, patch by Zack Middleton | Thilo Schulz | |
2013-01-09 | Fixes to IQM support, by Zack Middleton - Bug 5029 - IQM skin support for ↵ | Thilo Schulz | |
upper case surface names - Bug 5030 - IQM version 2 support - Bug 5031 - Animated IQMs cause segfault - Bug 5032 - IQM does not setup tag axis/origin correctly - Bug 5033 - IQM bounds swap and segfault issues | |||
2013-01-09 | Remove newlines from Com_Error calls, patch by DevHC | Thilo Schulz | |
2013-01-09 | Choose better alignment for heavy-duty rendering structures, patch by Matt ↵ | Thilo Schulz | |
Turner (#4981) | |||
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 | Remove C99 code constructs from IQM code, patch by gimhael (#4974) | Thilo Schulz | |
2013-01-09 | <ZTurtleMan> Thilo: altName (created using va) does not point to model ↵ | Thilo Schulz | |
filename in developer-only printf as va is used to load images before the printf. http://pastebin.com/1KCjz6Ct | |||
2013-01-09 | - Add licence headers to new files - Add patch from Zack Middleton which ↵ | Thilo Schulz | |
fixes a few issues still | |||
2013-01-09 | Do not retry image loader for image that failed, patch by Zack Middleton (#4968) | Thilo Schulz | |
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-09 | Replace a few numeric constants with already defined macros, patch by ZTurtleMan | Thilo Schulz | |
2013-01-03 | * Merge ioq3-r1946 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1813 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1765 | Tim Angus | |
2013-01-03 | * Update copyright notices | Tim Angus | |
2013-01-03 | * Merge ioq3-r1752 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1680 | Tim Angus | |
2013-01-03 | * Add [trap_R|RE]_SetClipRegion to prevent rendering outside a specified area | Tim Angus | |
* Rewrite CG_DrawTeamSpectators to scroll on a pixel basis rather than a character basis | |||
2013-01-03 | * Merge ioq3-r1637 | Tim Angus | |
2013-01-03 | * Cheatprotect r_lightmap, because we finally got around to discussing it ↵ | Christopher Schwarz | |
and came to a consensus | |||
2013-01-03 | * Merge ioq3-r1498, by popular demand | Tim Angus | |
2013-01-03 | * Merge ioq3-r1458 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1423 | Tim Angus | |
+ IPv6 + VoIP + Stereo rendering + Other minor stuff | |||
2013-01-03 | * Merge ioq3-r1272 | Tim Angus | |
2013-01-03 | * s/r_custom/r_/ | Tim Angus | |
* Remove r_mode, making r_width and r_height the only way to choose resolution * Add UI code to parse the detected resolutions list * Make ITEM_TYPE_COMBO do something; basically an ITEM_TYPE_MULTI which is populated by a feeder. A proper combobox widget would be better... in the future maybe * Improve keyboard/mouse button control on ITEM_TYPE_MULTI * Change resolution selection in options menu to use an ITEM_TYPE_COMBO fed by FEEDER_RESOLUTIONS | |||
2013-01-03 | * Merge ioq3-r1233 | Tim Angus | |
2007-11-28 | * Merge ioq3-r1220 | Tim Angus | |
2007-11-03 | * Merge ioq3-r1204 | Tim Angus | |
2007-09-13 | * Merge of ioq3-r1178 | Tim Angus | |