summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-12Changed three filename buffers to be MAX_QPATH (not MAX_QPATH*2), filename le...Zack Middleton
2013-01-12Fixed UI to use MAX_QPATH for skin filename buffer length.Zack Middleton
2013-01-12bugzilla bug #5273 exploit resolved, we're now disallowing forwardmove of -12...Zachary Slater
2013-01-12Fix build for new modular renderer on MacOSXThilo Schulz
2013-01-12The mailing list sub e-mail address has been wrong for a depressingly long am...Zachary Slater
2013-01-12Reverted r2209...Zack Middleton
2013-01-12Show warning when renderer cannot load model after checking all supported for...Zack Middleton
2013-01-12Removed unused functoin Hunk_Trash.Zack Middleton
2013-01-12Removed an unused variable (which wasn't compiled in as _DEBUG isn't defined ...Zack Middleton
2013-01-12Show file/line/label in Com_Error messages when run out of memory in debug bu...Zack Middleton
2013-01-12Enable zone and hunk debug in debug build.Zack Middleton
2013-01-12Use GENTITYNUM_BITS for jumppad_ent bits.Zack Middleton
2013-01-12Fix net_restart when networking was temporarily disabledThilo Schulz
2013-01-12Removed duplicate setting of contents for trigger_hurt.Zack Middleton
2013-01-12Fixed that, still do not run this. I'm not sure why but the video mode handli...Zachary Slater
2013-01-12I made an awful variant of the old make script, it removes everything univers...Zachary Slater
2013-01-12Disable blood on HUD when com_blood is 0.Zack Middleton
2013-01-12Add color combination green-magenta for anaglyphThilo Schulz
2013-01-12Added missing newlines to game dedicated chat messages.Zack Middleton
2013-01-12Fixed usage of various entity defines.Zack Middleton
2013-01-12Print developer message when renderer runs out of free entities.Zack Middleton
2013-01-12Client no longer tries to run UI_SHUTDOWN on ui vms with an unsupported API v...Zack Middleton
2013-01-12My bad. Revert the FPU control word to old value instead of the new one of co...Thilo Schulz
2013-01-12Fixed 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 zaggedTim 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 clangTim Angus
2013-01-10* clang supportTim Angus
2013-01-10<Ensiform> Thilo: http://pastebin.com/2UUmSCQK fixes point contents on the se...Thilo Schulz
2013-01-10Force unload of running VMs when quitting through signal handlerThilo Schulz
2013-01-10BitBlt Patch #0000 (#5176)Thilo Schulz
2013-01-10Fix a few string literalsThilo Schulz
2013-01-10Allow interpreted VM on pure serversThilo Schulz
2013-01-10Allow VM_Restart to load unpure qagame.qvm so that local server won't crash a...Thilo Schulz
2013-01-10Add some checks when reloading QVMs via VM_Restart()Thilo Schulz
2013-01-10Throw error when making calls to empty VMThilo Schulz
2013-01-10Set default rounding mode to FE_NEAREST again. Thanks to Matthias Bentrup for...Thilo Schulz
2013-01-10Fix q3vm execution on x86/x86_64 MacOSXThilo Schulz
2013-01-10Bug 5238 - cURL wrong use of curl_easy_setopt property, by Adrian FuhrmannThilo Schulz
2013-01-10Center ioq3 credits vertically.Zack Middleton
2013-01-10Added option for selecting sound system (SDL or OpenAL) and option for settin...Zack Middleton
2013-01-10Bug 5178 - Sound quality menu option has no effectThilo Schulz
2013-01-10Bug 5199 - IQM joint matrices wrong, patch by James CaneteThilo Schulz
2013-01-10Fix latest commit for x86 msvcThilo Schulz
2013-01-10Implement Mathias Benthrup's suggestion for x86 ASM snapvector implementation...Thilo Schulz
2013-01-10Fix missing return instruction for fpu ftol on msvc. Thanks to Ensiform for r...Thilo Schulz
2013-01-10Only include libmumblelink.h if USE_MUMBLE is defined, reported by Ensiform.Zack Middleton
2013-01-10Use correct variable for getting buffer length, reported by Ensiform.Zack Middleton
2013-01-10Use platform's path separator in FS_Path_f (for consistent output on Windows)...Zack Middleton