]> git.xonotic.org Git - xonotic/darkplaces.git/commit
cmd: Dynamically allocate the command interpreters
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 9 Mar 2021 00:12:25 +0000 (00:12 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 9 Mar 2021 00:12:25 +0000 (00:12 +0000)
commitabfdafcf23981b3de44fcb031d462a568368111f
treee98cec472aba2391334db9148cab946964fcc4a8
parentc6d7670ed439522ba8be3959a0315cb8c4039a7f
cmd: Dynamically allocate the command interpreters

Will help with threading and other stuff later.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@13097 d7cf8633-e32d-0410-b094-e92efae38249
23 files changed:
cl_demo.c
cl_main.c
cl_parse.c
clvm_cmds.c
cmd.c
cmd.h
csprogs.c
cvar.c
fs.c
gl_rmain.c
host.c
keys.c
libcurl.c
menu.c
netconn.c
progsvm.h
prvm_cmds.c
r_shadow.c
sv_main.c
sv_user.c
svvm_cmds.c
sys_shared.c
vid_sdl.c