summaryrefslogtreecommitdiff
path: root/src/console_type.h
AgeCommit message (Collapse)Author
2021-06-13Change: not performing a command is worthy of an error, not a warningrubidium42
If a command cannot be executed for whatever reason, it makes no sense to call it a warning. Something has been done wrong. Also make writing of these error message consistent while changing their "type".
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2011-12-19(svn r23595) -Codechange: add comma after last enum to get a more uniform ↵rubidium
coding style
2011-01-03(svn r21707) -Fix [FS#4371]: bit too strict assertion on validness of ↵rubidium
console colours
2011-01-03(svn r21701) -Codechange: ConsoleColour = TextColour, so make it that way ↵rubidium
and remove some unneeded casts
2011-01-01(svn r21687) -Fix: verify the colour code we received from the server is validsmatz
2010-06-26(svn r20022) -Doc: Add some doxygen comments.alberth
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2008-05-24(svn r13229) -Codechange: replace some global variables that are only ↵rubidium
initialised once and always with the same value with enums.
2008-05-24(svn r13228) -Codechange: split console.h.rubidium