warzone2100/lib
Buginator 0aff0b46cf Add a new debug flag type, LOG_FATAL.
This is used to differentiate LOG_ERROR (which is a *non* fatal error, but a error none the less) and fatal errors which result in program termination with no *visible* output (on windows/macs) on our end because of the crappy GUI functions so we usually dump it to stderr.txt and there is no clue that the program had to exit for whatever reason.

Hopefully, this will be helpful to windows people so they can differentiate between *our* exit/abort routines, and crashes that occur in drivers which look exactly the same since they get dumped back to the desktop with no visible clue why.

LOG_FATAL is *always* on in both debug & release builds.

On LOG_FATAL debug lines, on windows, we now throw up a modal dialog box with the current error message.  At this time, this only happens when we have a error, and we use abort() right after the error, which makes it fatal.

That explains why this touches ~60 files :)


git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@8320 4a71c877-e1ca-e34f-864e-861f7616d084
2009-11-22 16:19:51 +01:00
..
betawidget Minor indentation/spelling fixes in patternManager.[ch]. 2009-05-06 22:29:32 +02:00
exceptionhandler Add a new debug flag type, LOG_FATAL. 2009-11-22 16:19:51 +01:00
framework Add a new debug flag type, LOG_FATAL. 2009-11-22 16:19:51 +01:00
gamelib Add a new debug flag type, LOG_FATAL. 2009-11-22 16:19:51 +01:00
iniparser Fix minGW compiles on windows. 2009-09-27 19:07:14 +02:00
ivis_common Remove unused code and correct PIE documentation. Number of texture animations and playback rates do not 2009-10-04 19:01:56 +02:00
ivis_opengl Add a new debug flag type, LOG_FATAL. 2009-11-22 16:19:51 +01:00
netplay Add a new debug flag type, LOG_FATAL. 2009-11-22 16:19:51 +01:00
script Add a new debug flag type, LOG_FATAL. 2009-11-22 16:19:51 +01:00
sequence Increase video buffer size from 4K to 256K. 2009-09-27 19:07:05 +02:00
sound Add a new debug flag type, LOG_FATAL. 2009-11-22 16:19:51 +01:00
widget Add a new debug flag type, LOG_FATAL. 2009-11-22 16:19:51 +01:00
Makefile.am As was discussed on the ML, removing SQL from trunk. 2009-11-22 16:19:50 +01:00
makefile.win32 As was discussed on the ML, removing SQL from trunk. 2009-11-22 16:19:50 +01:00