warzone2100/lib
Dennis Schridde ed2a2011f6 Improve preprocessor checks for type definitions
* Check for C99 instead of !MSVC where we deal with C99 stuff
 * C++98 defines bool as well
 * Move BOOL after the bool checks, so we could define it to bool more easily

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6572 4a71c877-e1ca-e34f-864e-861f7616d084
2009-01-31 15:51:47 +00:00
..
betawidget Add the button class; support for greyscaling disabled buttons pending. 2009-01-08 22:01:31 +00:00
exceptionhandler Add a few warnings about possibly dangerous code 2009-01-31 15:51:39 +00:00
framework Improve preprocessor checks for type definitions 2009-01-31 15:51:47 +00:00
gamelib * Don't use an yyerror implementation with printf-format parsing for parsers/lexers that don't use it 2008-12-04 12:58:42 +00:00
ivis_common More Vector conversion functions and also one to debug printf. 2008-12-30 04:04:27 +00:00
ivis_opengl Improve logging messages from GLC interface layer. 2008-12-12 16:35:05 +00:00
netplay * Stuff SESSIONDESC.dwUser[1-4] in an array: SESSIONDESC.dwUserFlags\[4] 2008-10-14 12:58:59 +00:00
script * Don't use an yyerror implementation with printf-format parsing for parsers/lexers that don't use it 2008-12-04 12:58:42 +00:00
sequence Add parentheses to resolve operator precedence problems 2009-01-11 23:35:28 +00:00
sound Don't depend on OpenAL and Vorbis when compiling with --disable-sound 2009-01-11 14:34:38 +00:00
sqlite3 Bump SQLite3 to 3.6.10 2009-01-30 18:28:21 +00:00
widget * Wrap all file lists in the automake and win32 makefiles across lines such that there's only one file on each line 2008-10-13 13:04:37 +00:00
Makefile.am Move the exceptionhandler to a directory of its own 2008-04-05 15:11:43 +00:00
makefile.win32 Hardcode top_srcdir to make building from non-topdir possible, dont depend on the touch command, fix LDFLAGS to not depend on the removed TARGET variable 2008-07-10 20:10:16 +00:00