]> icculus.org git repositories - btb/d2x.git/history - main/cvar.c
use the orientation parameter of g3_draw_bitmap
[btb/d2x.git] / main / cvar.c
2021-07-17 Bradley BellMerge pull request #2 from btb/github-workflow-1
2021-07-17 Bradley Belldon't use overlapping args in s[n]printf
2018-03-12 Bradley Bellcvar.value -> cvar.fixval, for less confusion
2018-03-06 KpRename include/error.h to include/dxxerror.h
2015-02-24 Bradley BellMake cvar names const
2015-02-24 Bradley Bellfriendlier detection of cvar collision
2015-02-24 Bradley BellReplace cvar.archive with flags.
2015-02-22 Bradley Belluse hash for cvar list
2015-02-16 Bradley BellUse sizeof for bounds.
2015-02-16 Bradley BellEliminate unnecessary casts
2015-02-14 Bradley Bellformatting
2015-02-13 Bradley Bellremove unused function
2015-02-12 Bradley Belluse const for cmd name and help text
2015-02-12 Bradley Bellmiscellaneous fixes
2015-02-12 Bradley Bellsimplify help system
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