]> git.xonotic.org Git - xonotic/darkplaces.git/commit
duplicated PRVM_ExecuteProgram to become MVM_ExecuteProgram,
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 4 Oct 2009 02:10:35 +0000 (02:10 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 4 Oct 2009 02:10:35 +0000 (02:10 +0000)
commit2f311cc6db562c4a78e216f914fdbeab4227aa69
tree2485482448dff00782ed9e08e659152c32fffb63
parentf5a3bb717b4692a49b1df7d6c5dddf7d67ad9e4f
duplicated PRVM_ExecuteProgram to become MVM_ExecuteProgram,
CLVM_ExecuteProgram, SVVM_ExecuteProgram - all identical but this
greatly improves profiling reports
split calls to SV_LinkEdict into SV_LinkEdict and
SV_LinkEdict_TouchAreaGrid because the SV_LinkEdict profile report
looked nasty but it was only SV_LinkEdict_TouchAreaGrid to blame

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9297 d7cf8633-e32d-0410-b094-e92efae38249
13 files changed:
cl_collision.c
csprogs.c
host_cmd.c
menu.c
progsvm.h
prvm_exec.c
server.h
sv_main.c
sv_move.c
sv_phys.c
svvm_cmds.c
view.c
world.c