Age | Commit message (Expand) | Author |
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 | 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 | 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 error handling to malloc as well | Thilo Schulz |
2013-01-09 | - Add HOMEPATH default name define to q_shared.c, patch by uZu (#4973) - Reve... | Thilo Schulz |
2013-01-09 | Revert protocol 69 pending further discussion (#4962) | Thilo Schulz |
2013-01-09 | - Harden the client and server protocol against UDP spoofing attacks. This wi... | Thilo Schulz |
2013-01-09 | Fix a little quirk still | Thilo Schulz |
2013-01-09 | Use memcmp instead of self-built while loop | Thilo Schulz |
2013-01-03 | * Fix bad merge (DevHC) | Tim Angus |
2013-01-03 | * Fix a bunch of variable set but not used warnings | M. Kristall |
2013-01-03 | * Re-add the protocol cvar readonly, so that ui can use it | Ben Millwood |
2013-01-03 | * Merge ioq3-r1946 | Tim Angus |
2013-01-03 | * Fix a couple of whitespace inconsistencies in fs_which that I noticed while... | Christopher Schwarz |
2013-01-03 | * Three minor cleanups (/dev/humancontroller) | Christopher Schwarz |
2013-01-03 | * Merge ioq3-r1813 | Tim Angus |
2013-01-03 | * (bug 4541) optimise Q_StripIndentMarker (thanks gimhael) | Ben Millwood |
2013-01-03 | * Fix more commenting/comments (Rezyn) | Christopher Schwarz |
2013-01-03 | * Fix some formatting/comments (Rezyn) | Christopher Schwarz |
2013-01-03 | * Refactor emoticon code | M. Kristall |
2013-01-03 | * Merge ioq3-r1765 | Tim Angus |
2013-01-03 | * Remove unnecessary security code introduced from ioq3 merge | M. Kristall |
2013-01-03 | * Update copyright notices | Tim Angus |
2013-01-03 | * Merge ioq3-r1752 | Tim Angus |
2013-01-03 | * Fix from ioq3-r1731 | Tim Angus |
2013-01-03 | * Indent wrapped chat lines to avoid potential imitation exploits | Tim Angus |
2013-01-03 | * Merge ioq3-r1715 | Tim Angus |