summaryrefslogtreecommitdiff
path: root/src/qcommon
AgeCommit message (Expand)Author
2013-01-12Fix function prototype for Info_RemoveKey_Big. Pointed out by Ensiform.Zack Middleton
2013-01-12Remove references to non-existent functions CM_MarkFragments and CM_LerpTag.Zack Middleton
2013-01-12Fix some "> MAX_*" to be ">= MAX_*".Zack Middleton
2013-01-12Fix restoring fs_game when default.cfg is missing.Zack Middleton
2013-01-12Oops, still need thisThilo Schulz
2013-01-12Move argument passing from VM to engine to global variables which allows to g...Thilo Schulz
2013-01-12We should not try to broadcast via the IPv4 socket if that socket is closed.Zack Middleton
2013-01-12Revert pk3dir patch because some users report the code gets stuck in an infin...Thilo Schulz
2013-01-12Support for .pk3dir (#5298) - Patch by Andrew (dersaidin@gmail.com)Thilo Schulz
2013-01-12Fixed fatal error ("OP_BLOCK_COPY out of range!") when using qvms on Mac OS X...Zack Middleton
2013-01-12- Have NET_Sleep work with Windows' INVALID_SOCKET again... - Use SOCKET_ERRO...Zack Middleton
2013-01-12#5672 - Fixed incorrect type usage in NET_Sleep(), patch from Özkan Sezer.Zack Middleton
2013-01-12when interacting with QVMs, Clang/LLVM requires the standard use of the va_*(...Zack Middleton
2013-01-12fix a WRONG size argument to a memset() call found by Clang/LLVMZack Middleton
2013-01-12REFACTOR [reletive -> relative]Zack Middleton
2013-01-12REFACTOR [a vs an]Zack Middleton
2013-01-12never set groundEntityNum to -1, use ENTITYNUM_NONE insteadZack Middleton
2013-01-12add the "execq" command, a more quiet version of the "exec" command in exec/e...Zack Middleton
2013-01-12fix IPv6-only operation of Windows binariesZack Middleton
2013-01-12fix wrong socket ID comparison, from /dev/humancontrollerZack Middleton
2013-01-12CVE-2012-3345Zachary Slater
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-12Support up to 16 joystick axes, select which to use with j_*_axis cvars.Zack Middleton
2013-01-12bugzilla bug #5273 exploit resolved, we're now disallowing forwardmove of -12...Zachary Slater
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-12Fixed 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 clangTim Angus
2013-01-10* clang supportTim Angus
2013-01-10Fix a few string literalsThilo 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-10Fix q3vm execution on x86/x86_64 MacOSXThilo Schulz
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
2013-01-10Support vm syscalls with up to 15 args using 64 bit compiled vm (like interpr...Zack Middleton
2013-01-10Fix auto game-restart when disconnecting from a server that explicitly set fs...Thilo Schulz
2013-01-10Fix warning on MacOSXThilo Schulz
2013-01-10- Add x86_64 platform for MacOSX - Fix compilation on MacOSX gccThilo Schulz
2013-01-10Add hack to allow server the setting of game cvar values that are important f...Thilo Schulz
2013-01-10Simulate line buffering and fix the overflow bug in Com_ReadFromPipe(), patch...Zack Middleton
2013-01-10Fix compilation on non-x86 platforms, by Simon McVittieThilo Schulz
2013-01-10* Fix some grammar in DLL loading * s/Sys_LoadQVMDll/Sys_LoadGameDll/Tim Angus