]> icculus.org git repositories - btb/d2x.git/history - main/cvar.c
explicit casts
[btb/d2x.git] / main / cvar.c
2015-01-20 Bradley Bellexplicit casts
2015-01-17 Bradley Bellstore cvar value as fix instead of float
2015-01-13 Bradley Belluse strtol instead of rounding off float
2015-01-12 Bradley Bellbetter cvar feedback
2015-01-11 Bradley Bellshow cvars
2015-01-11 Bradley Bellmore command help
2014-12-30 Bradley Belladd explicit set command. concatenate all args when...
2014-12-24 Bradley Belldont try to set a nonexistent cvar
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 Belljust insert cvars at the head of the list
2014-12-23 Bradley Bellmore convenience functions, add intval
2014-12-23 Bradley Bellconvenience function to set numeric cvars
2014-12-23 Bradley Bellkeep cvar string value around
2014-12-09 Bradley Bellmove cvar to its own module