]> icculus.org git repositories - btb/d2x.git/history - main/cmd.c
Rename include/error.h to include/dxxerror.h
[btb/d2x.git] / main / cmd.c
2018-03-06 KpRename include/error.h to include/dxxerror.h
2015-02-23 Bradley Belluse hash for cmd and alias 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 Belldon't mess around with void pointers
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-30 Bradley Bellmore header cleanup
2015-01-20 Bradley Bellmore warnings
2015-01-20 Bradley Bellexplicit casts
2015-01-18 Bradley Bellflush command queue so menu keypresses don't get execut...
2015-01-14 Bradley Bellonly process wait commands ingame
2015-01-14 Bradley Bellbegin refactoring to umbrella header
2015-01-12 Bradley Bellbetter cvar feedback
2015-01-11 Bradley Bellshow cvars
2015-01-11 Bradley Bellmore command help
2015-01-11 Bradley Belladd unalias command
2015-01-11 Bradley Belldelete impulse command
2015-01-11 Bradley Bellcommand help
2015-01-06 Bradley Bellmake cmd_queue_process return 1 if commands still waiting
2015-01-05 Bradley Belldon't modify input string
2015-01-05 Bradley Bellunquote console args while parsing
2015-01-04 Bradley Bellimplement key release console events.
2015-01-04 Bradley Bellimplement all controls as console commands.
2014-12-30 Bradley Belladd explicit set command. concatenate all args when...
2014-12-24 Bradley Bellimplement wait command
2014-12-23 Bradley Bellcommand and alias autocompletion
2014-12-23 Bradley Bellcvar autocompletion
2014-12-23 Bradley Belldon't spew cvar settings
2014-12-23 Bradley Bellproperly queue script lines
2014-12-22 Bradley Bellallow '=' as delimiter when setting cvar value
2014-12-22 Bradley Bellfix missing braces
2014-12-22 Bradley BellMerge branch 'master' into cmd-queue
2014-12-19 Bradley Belldebug messages
2014-12-19 Bradley Belluse the new queue
2014-12-19 Bradley Bellcommand queueing
2014-12-13 Bradley Bellcommand queueing
2014-12-13 Bradley Belladd autoexec for console commands
2014-12-13 Bradley Bellbegin work on command queue
2014-12-12 Bradley Bellget rid of execute and complete callbacks
2014-12-11 Bradley Belladd alias command
2014-12-10 Bradley Belladd alias cmd
2014-12-10 Bradley Bellcleanup
2014-12-10 Bradley Belladd exec cmd
2014-12-10 Bradley Bellmake sure we have an impulse number
2014-12-10 Bradley Belldon't add leading space to echo
2014-12-09 Bradley Belladd impulse, echo cmds
2014-12-09 Bradley Bellmove cvar to its own module
2014-12-09 Bradley Bellfree cmd memory
2014-12-08 Bradley Bellimplemented execution of console commands
2001-01-31 Bradley BellMakefile and conf.h fixes
2001-01-19 Bradley BellThis commit was generated by cvs2svn to compensate...