Age | Commit message (Expand) | Author |
2013-01-12 | #5484 - Remove unneeded tr_local.h include from sdl_input.c. Patch by Harley ... | 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 | Added range checks to j_*_axis cvars. | Zack Middleton |
2013-01-12 | Support up to 16 joystick axes, select which to use with j_*_axis cvars. | Zack Middleton |
2013-01-12 | Added new joystick cvars to README. | Zack Middleton |
2013-01-12 | Allow analog joystick up axis to be remapped too. | Zack Middleton |
2013-01-12 | fix mingw64 installer | Ludwig Nussel |
2013-01-12 | Patches by symlink. | Zack Middleton |
2013-01-12 | Unix clients can now enter commands from tty console. Patch by Rambetter with... | Zack Middleton |
2013-01-12 | Add the new ioquake3 master server as standard for sv_master2 | Thilo Schulz |
2013-01-12 | Changed three filename buffers to be MAX_QPATH (not MAX_QPATH*2), filename le... | Zack Middleton |
2013-01-12 | Fixed UI to use MAX_QPATH for skin filename buffer length. | Zack Middleton |
2013-01-12 | bugzilla bug #5273 exploit resolved, we're now disallowing forwardmove of -12... | Zachary Slater |
2013-01-12 | Fix build for new modular renderer on MacOSX | Thilo Schulz |
2013-01-12 | The mailing list sub e-mail address has been wrong for a depressingly long am... | Zachary Slater |
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 | Removed unused functoin Hunk_Trash. | Zack Middleton |
2013-01-12 | Removed an unused variable (which wasn't compiled in as _DEBUG isn't defined ... | Zack Middleton |
2013-01-12 | Show file/line/label in Com_Error messages when run out of memory in debug bu... | Zack Middleton |
2013-01-12 | Enable zone and hunk debug in debug build. | Zack Middleton |
2013-01-12 | Use GENTITYNUM_BITS for jumppad_ent bits. | Zack Middleton |
2013-01-12 | Fix net_restart when networking was temporarily disabled | Thilo Schulz |
2013-01-12 | Removed duplicate setting of contents for trigger_hurt. | Zack Middleton |
2013-01-12 | Fixed that, still do not run this. I'm not sure why but the video mode handli... | Zachary Slater |
2013-01-12 | I made an awful variant of the old make script, it removes everything univers... | Zachary Slater |
2013-01-12 | Disable blood on HUD when com_blood is 0. | Zack Middleton |
2013-01-12 | Add color combination green-magenta for anaglyph | Thilo Schulz |
2013-01-12 | Added missing newlines to game dedicated chat messages. | Zack Middleton |
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-12 | Client no longer tries to run UI_SHUTDOWN on ui vms with an unsupported API v... | Zack Middleton |
2013-01-12 | My bad. Revert the FPU control word to old value instead of the new one of co... | Thilo Schulz |
2013-01-12 | Fixed showing number of qvm jump table targets (r2180 caused it to show 0 on ... | Zack Middleton |
2013-01-12 | * More Makefile configuration (ZTurtleMan) | Tim Angus |
2013-01-12 | * I zigged when I should have zagged | 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 clang | Tim Angus |
2013-01-10 | * clang support | Tim Angus |
2013-01-10 | <Ensiform> Thilo: http://pastebin.com/2UUmSCQK fixes point contents on the se... | Thilo Schulz |
2013-01-10 | Force unload of running VMs when quitting through signal handler | Thilo Schulz |
2013-01-10 | BitBlt Patch #0000 (#5176) | Thilo Schulz |
2013-01-10 | Fix a few string literals | Thilo Schulz |