]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
host: Initialize all cvars and commands before starting subsystems
authorCloudwalk <cloudwalk009@gmail.com>
Wed, 12 Aug 2020 14:54:28 +0000 (10:54 -0400)
committerCloudwalk <cloudwalk009@gmail.com>
Wed, 12 Aug 2020 14:54:28 +0000 (10:54 -0400)
commitdaac07df64acbdb7c456accc45f375919350b55a
tree5cdbd5a4fe44f835ce06e23e6681ae8c0b32ffae
parent75335b2e9796a9fc2c035e317322aff770f1987e
host: Initialize all cvars and commands before starting subsystems

The goal is to have all cvars, mempools, and commands initialized before
the subsystems themselves are started. This should be safe and cleans
things up a bit for a future refactor.
56 files changed:
cd_shared.c
cdaudio.h
cl_cmd.c
cl_main.c
cl_particles.c
cl_screen.c
cl_screen.h
cl_video.c
cl_video.h
client.h
collision.c
collision.h
common.c
console.c
fs.c
ft2.c
gl_backend.c
gl_backend.h
gl_draw.c
gl_rmain.c
gl_textures.c
host.c
keys.c
keys.h
model_alias.c
model_brush.c
model_shared.c
model_shared.h
model_sprite.c
netconn.c
netconn.h
palette.c
palette.h
progsvm.h
prvm_edict.c
r_explosion.c
r_lightning.c
r_shadow.c
r_sky.c
render.h
sbar.c
server.h
snd_main.c
snd_null.c
sound.h
sv_main.c
taskqueue.c
taskqueue.h
utf8lib.c
utf8lib.h
vid.h
vid_null.c
vid_sdl.c
vid_shared.c
world.c
world.h