]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Initialize console commands and cvars before anything else
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 20 Jun 2020 14:51:49 +0000 (14:51 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 20 Jun 2020 14:51:49 +0000 (14:51 +0000)
commitc29be2ab7e92f63b899fcc6ac5a2db1ac6707f12
tree6f85ccae80cd02eb880333c40a1cbf938eb0a521
parent90e73b3425cf5af00d31c70c1f8dadd600223ff0
Initialize console commands and cvars before anything else

The idea is to divide initialization into stages. I'm starting with
cvars and commands. Next will be memory allocations.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12706 d7cf8633-e32d-0410-b094-e92efae38249
20 files changed:
cmd.c
cmd.h
collision.c
collision.h
console.c
host.c
host_cmd.c
model_shared.c
model_shared.h
netconn.c
netconn.h
progsvm.h
prvm_edict.c
quakedef.h
server.h
sv_main.c
utf8lib.c
utf8lib.h
world.c
world.h