warzone2100/lib/gamelib
Giel van Schijndel 1538c2af41 * Don't use an yyerror implementation with printf-format parsing for parsers/lexers that don't use it
- This reduces the complexity of those functions ''significantly''
 * Mark yyerror functions with printf formatting with WZ_DECL_FORMAT(printf, ...)

(@trunk = the original intented target for r6430)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6432 4a71c877-e1ca-e34f-864e-861f7616d084
2008-12-04 12:58:42 +00:00
..
Makefile.am * 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
anim.c * Move the fixed point cruft used for representation of degrees and some matrix math into a seperate header: piefixedpoint.h 2008-08-03 16:04:41 +00:00
anim.h Remove unused defines, prettify animation code a bit, and use same electronic 2008-01-10 22:18:20 +00:00
animobj.c * Change animObj_Remove such that it doesn't set the passed in ANIM_OBJECT* pointer to NULL (i.e. a ** pointer was passed) 2008-10-16 17:40:58 +00:00
animobj.h * Change animObj_Remove such that it doesn't set the passed in ANIM_OBJECT* pointer to NULL (i.e. a ** pointer was passed) 2008-10-16 17:40:58 +00:00
audp_lexer.l * 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
audp_parser.y * 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
gamelib.vcproj Get rid of unnecessary warnings when compiling release build using MSVC. 2008-04-01 15:56:39 +00:00
gtime.c TRUE->true, FALSE->false (except in scripts) 2008-03-24 16:51:17 +00:00
gtime.h TRUE->true, FALSE->false (except in scripts) 2008-03-24 16:51:17 +00:00
hashtabl.c TRUE->true, FALSE->false (except in scripts) 2008-03-24 16:51:17 +00:00
hashtabl.h change_int64_t_to_intptr_t.patch from patch #837 by <cybersphinx> Christian Ohm. 2007-11-08 23:11:59 +00:00
makefile.win32 Fix the raw win32 makefile system which got broken in r6144 and r6145: 2008-10-14 18:28:21 +00:00
parser.h * Use the lexer_input framework instead of a custom YY_INPUT implementation for audp_lexer.l 2008-05-12 20:29:13 +00:00