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
/
shared
/
console.cpp
Age
Commit message (
Expand
)
Author
2011-04-13
added "Whitespace and line Endings cleanup" by GreYFoX
oy
2011-02-27
made engine an interface
oy
2011-01-07
fixed console parsing when using the exec command. Closes #381
oy
2010-11-20
Updated copyrights
Sworddragon
2010-11-17
removed no longer needed data-dir override param - mods system should be used...
oy
2010-10-31
skip start params when parsing argv in console
oy
2010-10-25
moved str_skip_to_whitespace function
oy
2010-10-25
parse line on addvote and skip invalid ones
oy
2010-10-14
fixed bug in the console when executing a line that holds more than one command
oy
2010-10-06
added mod system. Closes #34
oy
2010-10-01
when setting a config string variable check if it's a utf8 string and encode ...
oy
2010-08-18
added output level for console print function, categorised the debug messages...
oy
2010-08-12
removed some not longer needed stuff
oy
2010-08-07
added the possibility to store commands within the console and execute them l...
oy
2010-06-18
made the console use the flagmask when looking for command (FindCommand) and ...
oy
2010-06-06
fixed issue when using +commands in the console
Magnus Auvinen
2010-05-29
copied refactor to trunk
Magnus Auvinen