frosch
|
73706925d1
|
(svn r24388) -Fix [FS#5233]: Do not consider not finding a particular base set critical; just load a different one and display an in-game error later on.
|
2012-07-08 18:41:50 +00:00 |
|
frosch
|
c6ed8c01b3
|
(svn r24250) -Fix [FS#5154]: Do not immediately display error messages from parsing the cfg file, but schedule them for displaying after the GUI is prepared for it.
|
2012-05-14 21:04:49 +00:00 |
|
frosch
|
1ba36d07cf
|
(svn r24249) -Codechange: Split the extraction of current DParams from the ErrorMessageData constructor into a separate function.
|
2012-05-14 21:01:54 +00:00 |
|
frosch
|
fd6f92a4e8
|
(svn r24248) -Codechange: Move ErrorMessageData class definition to header file.
|
2012-05-14 20:58:59 +00:00 |
|
rubidium
|
2bf0fc3c5c
|
(svn r23476) -Codechange: use the error queue to replace switch mode error strings, again making it possible to return multiple errors
|
2011-12-10 15:16:58 +00:00 |
|
rubidium
|
420d358fef
|
(svn r23475) -Codechange: queue critical error messages, so when multiple happen you won't miss any
|
2011-12-10 15:14:11 +00:00 |
|
rubidium
|
58423b26d1
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|