index
:
zittrig-4
master
The server software used for the Der Bunker Tremulous servers.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qcommon
/
vm_x86.c
Age
Commit message (
Expand
)
Author
2013-01-10
Fix q3vm execution on x86/x86_64 MacOSX
Thilo Schulz
2013-01-10
Support vm syscalls with up to 15 args using 64 bit compiled vm (like interpr...
Zack Middleton
2013-01-10
Fix warning on MacOSX
Thilo Schulz
2013-01-10
- Add x86_64 platform for MacOSX - Fix compilation on MacOSX gcc
Thilo Schulz
2013-01-10
Bug 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.c
Thilo Schulz
2013-01-10
Allow recursive VM entry for VM operations as well
Thilo Schulz
2013-01-10
Fix x64 compilation on MSVC
Thilo Schulz
2013-01-10
Fix wrong macro. MSVC win32 build should work again now.
Thilo Schulz
2013-01-10
Various fixes to vm_interpreted.c: - Add opStack protection - Fix dataMask ch...
Thilo Schulz
2013-01-09
Fix #if macros for idx64 and id386
Thilo 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 mingw64
Thilo Schulz
2013-01-09
- Implement opStack protection: Use register %ebx for scaled indexed addressi...
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 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-09
ensure that ent->classname is always non-null (for entity numbers up to level...
Thilo Schulz
2013-01-09
Add error handling to malloc as well
Thilo Schulz
2013-01-03
* Merge ioq3-r1946
Tim Angus
2013-01-03
* Merge ioq3-r1813
Tim Angus
2013-01-03
* Update copyright notices
Tim Angus
2013-01-03
* Merge ioq3-r1708
Tim Angus
2013-01-03
* Merge ioq3-r1637
Tim Angus
2013-01-03
* Merge ioq3-r1458
Tim Angus
2007-09-05
* Merge of ioq3-r1163
Tim Angus
2007-08-24
* Merged ioq3-r1133
Tim Angus
2006-05-16
* Merged ioq3-r783
Tim Angus
2006-03-04
* Merged ioq3-r620
Tim Angus
2006-02-24
* Merged ioq3-r584
Tim Angus
2006-01-15
* Merged ioq3-r492
Tim Angus
2006-01-06
* Added traps to query demo state
Tim Angus
2005-12-10
* s/Quake III Arena source code/Tremulous/
Tim Angus
2005-12-10
* Copied ioq3 src to trunk
Tim Angus