]> icculus.org git repositories - btb/d2x.git/history - main/cvar.h
needed for tolower()
[btb/d2x.git] / main / cvar.h
2015-02-24 Bradley BellMake cvar names const
2015-02-24 Bradley BellReplace cvar.archive with flags.
2015-02-22 Bradley Belluse hash for cvar list
2015-02-14 Bradley Bellformatting
2015-02-13 Bradley Bellremove unused function
2015-02-12 Bradley Bellmiscellaneous fixes
2015-01-17 Bradley Bellstore cvar value as fix instead of float
2014-12-23 Bradley Belladd cvar_toggle
2014-12-23 Bradley Bellset cvar values via formatted string. convenient macro...
2014-12-23 Bradley Bellimplement cvar_write
2014-12-23 Bradley Bellcvar autocompletion
2014-12-23 Bradley Belladd function to find a cvar by name
2014-12-23 Bradley Bellmore convenience functions, add intval
2014-12-23 Bradley Bellconvenience function to set numeric cvars
2014-12-22 Bradley Bellget rid of redundant type
2014-12-09 Bradley Bellmove cvar to its own module