about summary refs log tree commit diff
path: root/src/engine/e_console.h
AgeCommit message (Collapse)Author
2010-05-29copied refactor to trunkMagnus Auvinen
2009-10-27major update with stuffMagnus Auvinen
2009-06-15fixed chaining of console commands, allows snatching updates of console ↵Magnus Auvinen
variables. cleaned up some code
2009-01-24fixed so the console show help for each command. not all commands have ↵Magnus Auvinen
descriptions however
2009-01-24added tab completion to the console. works for local and remoteMagnus Auvinen
2008-08-27repaired the local consoleMagnus Auvinen
2008-03-14redone the console parsing to be more userfriendlyMagnus Auvinen
2008-03-01redone the input system so you can know do keybindings with say etcMagnus Auvinen
2008-03-01fixed remote console. some gui tweaks aswell.Magnus Auvinen
2008-02-02cleaned up the console code. added the ability to tune the game in runtime.Magnus Auvinen
2008-01-17Console should now lex and parse strings correctly (including escaping).Jakob Fries
2008-01-16Added first version of the console.Jakob Fries