summaryrefslogtreecommitdiff
path: root/src/qcommon/vm_x86.c
AgeCommit message (Expand)Author
2013-02-16Update copyright noticesTim Angus
2013-01-12Fix passing arg9 (qvm only), arg10, and arg11 to vmMain for native libs and n...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-10Fix q3vm execution on x86/x86_64 MacOSXThilo Schulz
2013-01-10Support vm syscalls with up to 15 args using 64 bit compiled vm (like interpr...Zack Middleton
2013-01-10Fix warning on MacOSXThilo Schulz
2013-01-10- Add x86_64 platform for MacOSX - Fix compilation on MacOSX gccThilo Schulz
2013-01-10Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes unused-but-...Thilo Schulz
2013-01-10- Fix opStack size for vm_x86.c - Change opStack alignment to 16 for vm_x86_64.cThilo Schulz
2013-01-10Allow recursive VM entry for VM operations as wellThilo Schulz
2013-01-10Fix x64 compilation on MSVCThilo Schulz
2013-01-10Fix wrong macro. MSVC win32 build should work again now.Thilo Schulz
2013-01-10Various fixes to vm_interpreted.c: - Add opStack protection - Fix dataMask ch...Thilo Schulz
2013-01-09Fix #if macros for idx64 and id386Thilo Schulz
2013-01-09- Add MASM assembler files for MSVC x64 projects to support vm_x86 in x64 mod...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-09- Implement opStack protection: Use register %ebx for scaled indexed addressi...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-09- Use edx for CALLs instead of ecx, as the latter does not require any push t...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-09ensure that ent->classname is always non-null (for entity numbers up to level...Thilo Schulz
2013-01-09Add error handling to malloc as wellThilo Schulz
2013-01-03* Merge ioq3-r1946Tim Angus
2013-01-03* Merge ioq3-r1813Tim Angus
2013-01-03* Update copyright noticesTim Angus
2013-01-03* Merge ioq3-r1708Tim Angus
2013-01-03* Merge ioq3-r1637Tim Angus
2013-01-03* Merge ioq3-r1458Tim Angus
2007-09-05* Merge of ioq3-r1163Tim Angus
2007-08-24* Merged ioq3-r1133Tim Angus
2006-05-16* Merged ioq3-r783Tim Angus
2006-03-04* Merged ioq3-r620Tim Angus
2006-02-24* Merged ioq3-r584Tim Angus
2006-01-15* Merged ioq3-r492Tim Angus
2006-01-06* Added traps to query demo stateTim Angus
2005-12-10* s/Quake III Arena source code/Tremulous/Tim Angus
2005-12-10* Copied ioq3 src to trunkTim Angus