about summary refs log tree commit diff
path: root/src/engine/shared/console.cpp
AgeCommit message (Collapse)Author
2010-08-18added output level for console print function, categorised the debug ↵oy
messages and merged them into the new functionality. Closes #8
2010-08-12removed some not longer needed stuffoy
2010-08-07added the possibility to store commands within the console and execute them ↵oy
later on when everything is initialised correctly - fixes several possible startup crashes and the "Support bans in server configuration"-ticket
2010-06-18made the console use the flagmask when looking for command (FindCommand) and ↵oy
removed double "No such command" console message
2010-06-06fixed issue when using +commands in the consoleMagnus Auvinen
2010-05-29copied refactor to trunkMagnus Auvinen