summaryrefslogtreecommitdiff
path: root/src/qcommon
AgeCommit message (Expand)Author
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
2013-01-10Don't do game_restart if game directory changed from "" to "baseq3" or "baseq...Thilo Schulz
2013-01-10Fix ARCH_STRING macro for mingw64Thilo Schulz
2013-01-10- Fix already defined command warnings for minimize - Fix recursive CL_Shutdo...Thilo Schulz
2013-01-10Modular rendering system. Patch by use.less01 This might break MSVC builds. I...Thilo Schulz
2013-01-10Fix pak order when reconnecting to a server. When /connect to the same server...Thilo Schulz
2013-01-10Change 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-10Bug 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-10Bug 5096 - Define PRODUCT_VERSION in q_shared.h if it is not, patch by Zack M...Thilo Schulz
2013-01-10Fix extension name comparison for DLL filesThilo Schulz
2013-01-10Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions ...Thilo Schulz
2013-01-10Fix alignment issues in message sending/reading that would crash IRIX, thanks...Thilo Schulz
2013-01-10Bug 5075 - Fix comments in quake3 configs, patch by q3urt.undead@gmail.comThilo Schulz
2013-01-10Move rate limiting / queued packet sending logic from Com_Frame() to sv_main.cThilo Schulz
2013-01-10Remove one unnecessary loop in the beginningThilo 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-10Forgot to set default rate back to 100kbyte/sThilo Schulz
2013-01-10- Greatly improve UDP downloading speed for clients - Add download rate contr...Thilo Schulz
2013-01-10Make naming a bit more foolproof for new macroThilo Schulz
2013-01-10- Add better protection against DoSing connecting users from connecting - Hav...Thilo Schulz
2013-01-10More color fixes for railgunThilo Schulz
2013-01-10- Fix opStack size for vm_x86.c - Change opStack alignment to 16 for vm_x86_64.cThilo Schulz
2013-01-10Add forced VM unloading to Com_Quit_fThilo Schulz
2013-01-10Allow recursive VM entry for VM operations as wellThilo Schulz
2013-01-10- Automatically reset fs_game to "" if it was supplied by the user and is equ...Thilo Schulz
2013-01-10- align sse control word storage space to 16 byte boundary for snapvector - r...Thilo Schulz
2013-01-10- Clear ip address listings after a NET_Restart - check for oldGameSet instea...Thilo Schulz
2013-01-10Fix x64 compilation on MSVCThilo Schulz
2013-01-10- Improve game_restart: * differing screen resolutions and network settings a...Thilo Schulz
2013-01-10- Fix memory leak in DMA sound after S_Shutdown() - Make codec load use temp ...Thilo Schulz
2013-01-10remove static VM_BlockCopy from vm_powerpcLudwig Nussel
2013-01-10Fix wrong macro. MSVC win32 build should work again now.Thilo Schulz
2013-01-10Use Q_ftol for vm_interpretedThilo Schulz
2013-01-10Various fixes to vm_interpreted.c: - Add opStack protection - Fix dataMask ch...Thilo Schulz
2013-01-10- Don't try to load QVM/DLL files on pure servers - Fallback after failed DLL...Thilo Schulz
2013-01-10- Small change to search path order - local files not in .pk3s take precedenc...Thilo Schulz
2013-01-09Need space of len+1 for snprintf to workThilo Schulz
2013-01-09Fix #if macros for idx64 and id386Thilo Schulz
2013-01-09- Fix macro that uses constant float suffix as argument - retval variables in...Thilo Schulz
2013-01-09- Add MASM assembler files for MSVC x64 projects to support vm_x86 in x64 mod...Thilo Schulz