about summary refs log tree commit diff
path: root/src/engine/e_console.c
AgeCommit message (Expand)Author
2008-03-21fixed so that ; works like a separator in the consoleMagnus Auvinen
2008-03-18added exec command and added circular execution checkingMagnus Auvinen
2008-03-15fixed config variable bugMagnus 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-11security audit: first batch of fixes. replaced sprintf, strcpy with more secu...Magnus Auvinen
2008-02-11Converted spaces to tabs *curses*Jakob Fries
2008-02-11Added forgotten case in lexer.Jakob Fries
2008-02-11Proper support for negatives. Properlized silly error messageJakob Fries
2008-02-02cleaned up the console code. added the ability to tune the game in runtime.Magnus Auvinen
2008-01-20fixed so that the lexer handles negative intsMagnus Auvinen
2008-01-17Console should now lex and parse strings correctly (including escaping).Jakob Fries
2008-01-16compile fixesMagnus Auvinen
2008-01-16Added first version of the console.Jakob Fries