]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
-Split prvm_cmds.c into prvm_cmds.c, prvm_cmds.h and mvm_cmds.c (clvm_cmds.c
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 May 2005 22:30:18 +0000 (22:30 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 May 2005 22:30:18 +0000 (22:30 +0000)
commitb96a22554e71b618bfc62d2f30cc0392cb34305c
treebde6f1a99d8f4b0298038498ecda4f32b80277fa
parent71883fedda16eac298840e26a97a6e172d457b18
-Split prvm_cmds.c into prvm_cmds.c, prvm_cmds.h and mvm_cmds.c (clvm_cmds.c
 and svm_cmds.c will perhaps be added soon)
-Added another union to prvm_edict_s to have different pointers to the
 edict fields.
-Changed the naming of some fields in prvm_edict_s (longer names instead of
 single letter ones)
-Changed PRVM_LoadProgs to only reset the CMD system if it has be initialized
 before.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5329 d7cf8633-e32d-0410-b094-e92efae38249
mvm_cmds.c [new file with mode: 0644]
progsvm.h
prvm_cmds.c
prvm_cmds.h [new file with mode: 0644]
prvm_edict.c
prvm_execprogram.h