summaryrefslogtreecommitdiff
path: root/src/error_gui.cpp
AgeCommit message (Collapse)Author
2011-12-10(svn r23479) -Codechange: keep a copy of raw strings from the parameters of ↵rubidium
the error messages
2011-12-10(svn r23476) -Codechange: use the error queue to replace switch mode error ↵rubidium
strings, again making it possible to return multiple errors
2011-12-10(svn r23475) -Codechange: queue critical error messages, so when multiple ↵rubidium
happen you won't miss any
2011-12-10(svn r23474) -Codechange: move the declaration error related functions to ↵rubidium
error.h
2011-12-10(svn r23473) -Codechange: refactor the error message data into a separate ↵rubidium
structure
2011-12-10(svn r23471) -Codechange: move the error related code out of misc_gui.cpp ↵rubidium
into error_gui.cpp