]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Initial implementation of command flag system
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 11 Jun 2020 15:59:58 +0000 (15:59 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 11 Jun 2020 15:59:58 +0000 (15:59 +0000)
commit8637b1ec26ca72f92d1ef8faf23a2f124c1f4ff3
tree7b5afd0d26203a6c614952ece83def0da44f5978
parent5ac525ad06f9775fb38b1f8ad475dbccb9202d8f
Initial implementation of command flag system

This should reduce code duplication and allows other cool things.
This is part of the solution to a bug where "stuffcmds" stopped working
because of changes to the initialization order in Host_Init. More work
needs to be done but this should be fine for now.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12668 d7cf8633-e32d-0410-b094-e92efae38249
35 files changed:
cd_shared.c
cl_input.c
cl_main.c
cl_parse.c
cl_particles.c
cl_screen.c
cl_video.c
clvm_cmds.c
cmd.c
cmd.h
console.c
crypto.c
fs.c
gl_backend.c
gl_draw.c
gl_rmain.c
gl_rsurf.c
gl_textures.c
host.c
host_cmd.c
keys.c
libcurl.c
menu.c
model_shared.c
netconn.c
prvm_edict.c
r_modules.c
r_shadow.c
r_sky.c
sbar.c
snd_main.c
sv_main.c
vid_shared.c
view.c
zone.c