Age | Commit message (Expand) | Author |
2013-01-12 | #5462 - do not require clients to have a matching qagame.qvm (adapted from Op... | Zack Middleton |
2013-01-12 | #5439 - Potential memory leak in host name resolution. (Eugene C.) | Zack Middleton |
2013-01-12 | Support up to 16 joystick axes, select which to use with j_*_axis cvars. | Zack Middleton |
2013-01-12 | bugzilla bug #5273 exploit resolved, we're now disallowing forwardmove of -12... | Zachary Slater |
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 | Fixed showing number of qvm jump table targets (r2180 caused it to show 0 on ... | Zack Middleton |
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 | Fix a few string literals | Thilo Schulz |
2013-01-10 | Allow VM_Restart to load unpure qagame.qvm so that local server won't crash a... | Thilo Schulz |
2013-01-10 | Add some checks when reloading QVMs via VM_Restart() | Thilo Schulz |
2013-01-10 | Throw error when making calls to empty VM | Thilo Schulz |
2013-01-10 | Fix q3vm execution on x86/x86_64 MacOSX | Thilo Schulz |
2013-01-10 | Use correct variable for getting buffer length, reported by Ensiform. | Zack Middleton |
2013-01-10 | Use platform's path separator in FS_Path_f (for consistent output on Windows)... | Zack Middleton |
2013-01-10 | Support vm syscalls with up to 15 args using 64 bit compiled vm (like interpr... | Zack Middleton |
2013-01-10 | Fix auto game-restart when disconnecting from a server that explicitly set fs... | Thilo Schulz |
2013-01-10 | Fix warning on MacOSX | Thilo Schulz |
2013-01-10 | - Add x86_64 platform for MacOSX - Fix compilation on MacOSX gcc | Thilo Schulz |
2013-01-10 | Add hack to allow server the setting of game cvar values that are important f... | Thilo Schulz |
2013-01-10 | Simulate line buffering and fix the overflow bug in Com_ReadFromPipe(), patch... | Zack Middleton |
2013-01-10 | Fix compilation on non-x86 platforms, by Simon McVittie | Thilo Schulz |
2013-01-10 | * Fix some grammar in DLL loading * s/Sys_LoadQVMDll/Sys_LoadGameDll/ | Tim Angus |
2013-01-10 | Don't do game_restart if game directory changed from "" to "baseq3" or "baseq... | Thilo Schulz |
2013-01-10 | Fix ARCH_STRING macro for mingw64 | Thilo Schulz |
2013-01-10 | - Fix already defined command warnings for minimize - Fix recursive CL_Shutdo... | Thilo Schulz |
2013-01-10 | Modular rendering system. Patch by use.less01 This might break MSVC builds. I... | Thilo Schulz |
2013-01-10 | Fix pak order when reconnecting to a server. When /connect to the same server... | Thilo Schulz |
2013-01-10 | Change DLL search path order for external libraries that are linked at runtim... | Thilo Schulz |
2013-01-10 | - Switch master server protocol to dpmaster for better game separation. Based... | Thilo Schulz |
2013-01-10 | Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes unused-but-... | Thilo Schulz |
2013-01-10 | - Apply parts of Ben Millwood's target bitfield patch (#3787) - Fix Ryan's FI... | Thilo Schulz |
2013-01-10 | Bug 5096 - Define PRODUCT_VERSION in q_shared.h if it is not, patch by Zack M... | Thilo Schulz |
2013-01-10 | Fix extension name comparison for DLL files | Thilo Schulz |
2013-01-10 | Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions ... | Thilo Schulz |
2013-01-10 | Fix alignment issues in message sending/reading that would crash IRIX, thanks... | Thilo Schulz |
2013-01-10 | Bug 5075 - Fix comments in quake3 configs, patch by q3urt.undead@gmail.com | Thilo Schulz |
2013-01-10 | Move rate limiting / queued packet sending logic from Com_Frame() to sv_main.c | Thilo Schulz |
2013-01-10 | Remove one unnecessary loop in the beginning | Thilo Schulz |
2013-01-10 | - Make sure at least one round of download packets and packet queues gets sen... | Thilo Schulz |
2013-01-10 | - Improve snapshot rate and data rate control - Make server send packet fragm... | Thilo Schulz |
2013-01-10 | - Implement dual protocol support (#4962) - Fix several UDP spoofing security... | Thilo Schulz |
2013-01-10 | Forgot to set default rate back to 100kbyte/s | Thilo Schulz |
2013-01-10 | - Greatly improve UDP downloading speed for clients - Add download rate contr... | Thilo Schulz |