summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-01-10- Bug 5034 - q3_ui: fill whole screen and allow cursor to move to edge in wid...Thilo Schulz
2013-01-10Fix unnoticed bug in game_restartThilo 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-10patch by Zack Middleton (#5044) - Fix a few comments in tr_local.h - A bit of...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- mingw64 now links against SDL64.dll to allow for 32 and 64 bit version in t...Thilo Schulz
2013-01-09- Still forgot qasm-inline.h - Leave GCC more freedom in choice of registersThilo Schulz
2013-01-09Forgot the inline assembler parts, here they come! Using inline asm to get ri...Thilo 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
2013-01-09Add static SDL libraries for compilation with MSVCThilo Schulz
2013-01-09Fix forgotten IQM2 support in iqm.h, patch by Zack MiddletonThilo Schulz
2013-01-09Bug 5034 - q3_ui: fill whole screen and allow cursor to move to edge in wides...Thilo Schulz
2013-01-09Fixes to IQM support, by Zack Middleton - Bug 5029 - IQM skin support for upp...Thilo Schulz
2013-01-09- Adapt MSVC project files to new libjpeg, fix by Guillaume Bougard and cyrri...Thilo Schulz
2013-01-09Fix return values for several syscall functions, patch by Zack Middleton (#5018)Thilo Schulz
2013-01-09OpenBSD compile fixes, patch provided by Jonathan Gray (#4994)Thilo Schulz
2013-01-09Properly fill in occurances of "foobar" in GPL file headers, patch by Zack Mi...Thilo Schulz
2013-01-09Fix newlines in Com_Error, patch by Zack Middleton (#5023)Thilo Schulz
2013-01-09- Use EmitCallDoSyscall() to call the jump violations function which guarante...Thilo Schulz
2013-01-09- Add x86_64 support to vm_x86.c - Fix warning on mingw64Thilo Schulz
2013-01-09Fix is*() functions for windows where long value is 4 bytesThilo Schulz
2013-01-09Fix compilation on mingw64Thilo Schulz
2013-01-09Add instruction number checks to jumps and calls to SPARC VM, patch by David ...Thilo Schulz
2013-01-09- Implement opStack protection: Use register %ebx for scaled indexed addressi...Thilo Schulz
2013-01-09- Do assignment of value 0xDEADBEEF after the 4-byte alignment - Add all GPR ...Thilo Schulz
2013-01-09I don't seem to get these constraints right. This should fix itThilo Schulz
2013-01-09Fix VM call for release version, bug introduced by myself in r1994Thilo Schulz
2013-01-09Use scaled indexing mode n=4 for addressing opStack, this way we can use the ...Thilo Schulz
2013-01-09- Use edx for CALLs instead of ecx, as the latter does not require any push t...Thilo Schulz
2013-01-09- Set default opStack size to 256 - Fix integer wraparound. opStack offset in...Thilo Schulz
2013-01-09- Fix SEGV in while loop getop() after t = b = 0 - Fix iss8, iss16 and iss32 ...Thilo Schulz
2013-01-09Optimise VectorNormalize functions, patch by Matt TurnerThilo Schulz
2013-01-09Refactor and bugfix COM_*Extension functions, patch by DevHCThilo Schulz
2013-01-09- Remove Q_strrchr(), replace with standard, portable strrchr() - Add strrchr...Thilo Schulz
2013-01-09move MIN/MAX definition, use MIN() instead of min(), patch by DevHCThilo Schulz
2013-01-09- Add vm_x86.c optimization patch by Eugene C. - Remove ASM syntax specific c...Thilo Schulz
2013-01-09- Reverting accidentally committed vm_x86.c - Last commit contained some refa...Thilo Schulz
2013-01-09ensure that ent->classname is always non-null (for entity numbers up to level...Thilo Schulz
2013-01-09Remove newlines from Com_Error calls, patch by DevHCThilo Schulz
2013-01-09Ffffuuuuuu I don't even know....Thilo Schulz
2013-01-09Remove newlines from Com_Error message format strings, patch by DevHCThilo Schulz