]> git.xonotic.org Git - xonotic/darkplaces.git/commit
prvm: Initial experimental implementation of support for 32-bit progs offsets
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 14 Aug 2020 14:46:07 +0000 (14:46 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 14 Aug 2020 14:46:07 +0000 (14:46 +0000)
commit46a24b411ef2bee4eb2a08da15d38a61b484f471
tree51f11f7d556a72f646f6a281bef7742383bc9bec
parent75335b2e9796a9fc2c035e317322aff770f1987e
prvm: Initial experimental implementation of support for 32-bit progs offsets

This implementation is may be incomplete and also includes some fixes
to some opcodes. This shouldn't break anything in its current state.

Thanks to Spoike for the patch. He also left a few comments on some
compatibility issues DP ought to fix, which can be found by grepping
"spike FIXME".

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12901 d7cf8633-e32d-0410-b094-e92efae38249
pr_comp.h
progsvm.h
prvm_cmds.c
prvm_edict.c
prvm_exec.c
prvm_execprogram.h
sv_ccmds.c