]> icculus.org git repositories - divverent/darkplaces.git/commit
added set (create/set a cvar) and seta (create/set a saved cvar) commands, now config...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 17 Sep 2004 21:25:04 +0000 (21:25 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 17 Sep 2004 21:25:04 +0000 (21:25 +0000)
commit71e075efa49758f4fd21831973fb0d8e4d6938c8
treeb9669d04b35cf5c2d07fe4ab5cc85fe7645e7e2a
parente5c982e1aa3214986003dc15bb654b04f3c606f6
added set (create/set a cvar) and seta (create/set a saved cvar) commands, now config saving uses seta, and this allows mods to add their own cvars in default.cfg easily
cleaned up some of the command/cvar startup sequence, the menu commands and cvars were being registered AFTER config loading and video init, now they're registered before like they should be
cleaned up some cvar code and added developer printing of the more important cvar calls

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4514 d7cf8633-e32d-0410-b094-e92efae38249
cmd.c
cvar.c
cvar.h
host.c
menu.c
menu.h
pr_cmds.c
prvm_cmds.c