Age | Commit message (Expand) | Author |
2013-01-09 | - Add MASM assembler files for MSVC x64 projects to support vm_x86 in x64 mod... | Thilo Schulz |
2013-01-09 | Add static SDL libraries for compilation with MSVC | Thilo Schulz |
2013-01-09 | Fix forgotten IQM2 support in iqm.h, patch by Zack Middleton | Thilo Schulz |
2013-01-09 | Bug 5034 - q3_ui: fill whole screen and allow cursor to move to edge in wides... | Thilo Schulz |
2013-01-09 | Fixes 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-09 | Fix return values for several syscall functions, patch by Zack Middleton (#5018) | Thilo Schulz |
2013-01-09 | OpenBSD compile fixes, patch provided by Jonathan Gray (#4994) | Thilo Schulz |
2013-01-09 | Properly fill in occurances of "foobar" in GPL file headers, patch by Zack Mi... | Thilo Schulz |
2013-01-09 | Fix 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 mingw64 | Thilo Schulz |
2013-01-09 | Fix is*() functions for windows where long value is 4 bytes | Thilo Schulz |
2013-01-09 | Fix compilation on mingw64 | Thilo Schulz |
2013-01-09 | Add 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-09 | I don't seem to get these constraints right. This should fix it | Thilo Schulz |
2013-01-09 | Fix VM call for release version, bug introduced by myself in r1994 | Thilo Schulz |
2013-01-09 | Use 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-09 | Optimise VectorNormalize functions, patch by Matt Turner | Thilo Schulz |
2013-01-09 | Refactor and bugfix COM_*Extension functions, patch by DevHC | Thilo Schulz |
2013-01-09 | - Remove Q_strrchr(), replace with standard, portable strrchr() - Add strrchr... | Thilo Schulz |
2013-01-09 | move MIN/MAX definition, use MIN() instead of min(), patch by DevHC | Thilo 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-09 | ensure that ent->classname is always non-null (for entity numbers up to level... | Thilo Schulz |
2013-01-09 | Remove newlines from Com_Error calls, patch by DevHC | Thilo Schulz |
2013-01-09 | Ffffuuuuuu I don't even know.... | Thilo Schulz |
2013-01-09 | Remove newlines from Com_Error message format strings, patch by DevHC | Thilo Schulz |
2013-01-09 | More codec loader troubles with extensions | Thilo Schulz |
2013-01-09 | Fix crash bug in new codec audio loader, thanks brain for reporting | Thilo Schulz |
2013-01-09 | Refactoring patch by DevHC | Thilo Schulz |
2013-01-09 | whoops, that one was not Com_Error() | Thilo Schulz |
2013-01-09 | - Remove newlines in Com_Error() - Update register description | Thilo Schulz |
2013-01-09 | Add opStack protection to defend against malicious QVMs | Thilo Schulz |
2013-01-09 | Choose better alignment for heavy-duty rendering structures, patch by Matt Tu... | Thilo Schulz |
2013-01-09 | Add codec fallback support for sound files not found, Patch by Zack Middleton... | Thilo Schulz |
2013-01-09 | Fix nasty crash bug | Thilo Schulz |
2013-01-09 | Add error handling to malloc as well | Thilo Schulz |
2013-01-09 | fix overzealous cvar cheat protection, patch by cyrri (#4974) | Thilo Schulz |
2013-01-09 | IQM skin support and print limit info, make other limit info consistent, patc... | Thilo Schulz |
2013-01-09 | Remove C99 code constructs from IQM code, patch by gimhael (#4974) | Thilo Schulz |
2013-01-09 | - Add HOMEPATH default name define to q_shared.c, patch by uZu (#4973) - Reve... | Thilo Schulz |
2013-01-09 | Do use the SV_Game{Error,Print} functions (#4972) | Thilo Schulz |
2013-01-09 | <ZTurtleMan> Thilo: altName (created using va) does not point to model filena... | Thilo Schulz |
2013-01-09 | - Add licence headers to new files - Add patch from Zack Middleton which fixe... | Thilo Schulz |