index
:
mirror/zcatch
this commit
master
zCatch
Patched and working
naki
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
engine
/
e_console.c
Age
Commit message (
Expand
)
Author
2008-10-21
continued on ban support. cleaned up settings a bit. reworked the datadir aut...
Magnus Auvinen
2008-09-23
upped max clients to 16
Magnus Auvinen
2008-08-27
repaired the local console
Magnus Auvinen
2008-08-14
moved out e_system, e_detect, vmath and math to a little base library
Magnus Auvinen
2008-04-05
added # comments to the console
Magnus Auvinen
2008-03-30
fixed optional " in the console
Magnus Auvinen
2008-03-29
some clean up and increased the size of a strings in the console
Magnus Auvinen
2008-03-21
fixed so that ; works like a separator in the console
Magnus Auvinen
2008-03-18
added exec command and added circular execution checking
Magnus Auvinen
2008-03-15
fixed config variable bug
Magnus Auvinen
2008-03-14
redone the console parsing to be more userfriendly
Magnus Auvinen
2008-03-01
redone the input system so you can know do keybindings with say etc
Magnus Auvinen
2008-03-01
fixed remote console. some gui tweaks aswell.
Magnus Auvinen
2008-02-11
security audit: first batch of fixes. replaced sprintf, strcpy with more secu...
Magnus Auvinen
2008-02-11
Converted spaces to tabs *curses*
Jakob Fries
2008-02-11
Added forgotten case in lexer.
Jakob Fries
2008-02-11
Proper support for negatives. Properlized silly error message
Jakob Fries
2008-02-02
cleaned up the console code. added the ability to tune the game in runtime.
Magnus Auvinen
2008-01-20
fixed so that the lexer handles negative ints
Magnus Auvinen
2008-01-17
Console should now lex and parse strings correctly (including escaping).
Jakob Fries
2008-01-16
compile fixes
Magnus Auvinen
2008-01-16
Added first version of the console.
Jakob Fries