Age | Commit message (Expand) | Author |
2013-01-12 | Fix a bunch of warnings | Tim Angus |
2013-01-12 | Changes to make rend2 work with Tremulous | Tim Angus |
2013-01-12 | #5818 - Modular renderer and Rend2 support for MSVC. | SmileTheory |
2013-01-12 | Increase various arbitrary limits - Bug #5463 | Zachary Slater |
2013-01-12 | Merge changes to GL_Cull from Rend2 into opengl1 renderer, behavior is the same. | Zack Middleton |
2013-01-12 | Split Rend2's printing OpenGL extensions string (> 1024 characters) into sepa... | Zack Middleton |
2013-01-12 | From /dev/humancontroller: to further reduce confusion, rename constants like... | Zack Middleton |
2013-01-12 | From /dev/humancontroller: really fix the confusion with game entity and refe... | Zack Middleton |
2013-01-12 | Incorrect number of overbright bits printed by GfxInfo_f() (#5510) - fix by S... | Thilo Schulz |
2013-01-12 | REFACTOR [reletive -> relative] | Zack Middleton |
2013-01-12 | REFACTOR [a vs an] | Zack Middleton |
2013-01-12 | #5503 - SIGSEGV with r_vertexlight 1 in missionpack (patch by Serge Belyshev). | Zack Middleton |
2013-01-12 | Fix (#5312) introduced by rev 2103 | Thilo Schulz |
2013-01-12 | Moved dpi variable inside BUILD_FREETYPE ifdef. | Zack Middleton |
2013-01-12 | Fixed some issues found using clang static analyzer. | Zack Middleton |
2013-01-12 | Use FreeType include macros instead of filenames directly (per the API docs),... | Zack Middleton |
2013-01-12 | Fixed up warning messages in tr_font.c | Zack Middleton |
2013-01-12 | Use tabs in tr_font.c | Zack Middleton |
2013-01-12 | Removed set but not used variable 'satLevels' from tr_font.c. | Zack Middleton |
2013-01-12 | Make sure font glyph shader names are null-terminated. | Zack Middleton |
2013-01-12 | Fixed possibly placing a font glyph (at the beginning of a row) past the bott... | Zack Middleton |
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 |
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 for... | Zack Middleton |
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 CL_Shutdo... | Thilo Schulz |
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. I... | Thilo Schulz |
2013-01-10 | Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes unused-but-... | Thilo Schulz |
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 |
2013-01-10 | All patches by Zack Middleton: - Bug 5057 - Two weapon number range checks al... | Thilo Schulz |
2013-01-10 | patch by Zack Middleton (#5044) - Fix a few comments in tr_local.h - A bit of... | Thilo Schulz |
2013-01-10 | - Small change to search path order - local files not in .pk3s take precedenc... | Thilo Schulz |
2013-01-09 | - Add MASM assembler files for MSVC x64 projects to support vm_x86 in x64 mod... | Thilo Schulz |
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 upp... | Thilo Schulz |
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 Tu... | Thilo Schulz |
2013-01-09 | IQM skin support and print limit info, make other limit info consistent, patc... | Thilo Schulz |
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 filena... | Thilo Schulz |
2013-01-09 | - Add licence headers to new files - Add patch from Zack Middleton which fixe... | Thilo Schulz |