warzone2100/lib/framework
Per Inge Mathisen 51ca960ed5 Add -Wmissing-field-initializers, fix missing field initializers, and make source
compile even if GCC is not C99 compatible.


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3944 4a71c877-e1ca-e34f-864e-861f7616d084
2008-03-07 18:27:43 +00:00
..
Makefile.am Make lex/yacc rules terminals, since lexer/parser files cannot be autogenerated. 2008-02-20 12:06:26 +00:00
Makefile.raw * Add a new module (printf_ext.c) to contain some printf extensions (C99 printf variants for MSVC) 2007-11-11 20:58:10 +00:00
SDL_framerate.c Basic buildfile support for ICC and silence one warning. 2007-10-02 21:43:43 +00:00
SDL_framerate.h Do parts of the proposed changes in "[Warzone-dev] build issues in FreeBSD system" by Yaroslav Kolomiyets from 24.10.2006: 2007-11-24 11:49:51 +00:00
config-macosx.h * Remove #undef WZ_NOMP3 and #define VERSION from config-macosx.h as they're both not needed anymore... 2007-12-12 21:19:29 +00:00
configfile.c * Replace a large amount of strncpy() calls with the safer strlcpy() 2007-10-27 16:18:52 +00:00
configfile.h * Task #5192: Audit some files for failure to set global pointers to NULL after having called free(global pointer) 2007-06-14 19:21:52 +00:00
cursors.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
cursors16.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
debug.c * Revert r3804 (replaces usage of strnlen with strnlen with the unsafe strlen)" 2008-02-16 17:57:43 +00:00
debug.h Dumpt the last two log message calls into the exception handler report. 2008-02-14 22:07:53 +00:00
exceptionhandler.c Undo the (accidental) exceptionhandler disabling of r3784 2008-02-15 19:44:40 +00:00
frame.c Rename fractions.h to math-help.h and remove most junk from it 2008-01-28 00:01:37 +00:00
frame.h Clean out some excess global defines. 2008-02-11 16:23:20 +00:00
frameint.h Remove some unused function prototypes. 2007-04-03 17:33:38 +00:00
frameresource.c * Fix some errors in the Doxygen documentation 2008-01-05 23:42:54 +00:00
frameresource.h Use C linkage for frameresource.h and debug.h 2008-02-01 21:26:37 +00:00
framework.vcproj Require devpkg to be in ./devpkg/ for msvc. 2008-02-02 18:17:58 +00:00
gettext.h Port r3878 and r3879 from trunk/ 2008-03-01 13:04:16 +00:00
input.c Rename fractions.h to math-help.h and remove most junk from it 2008-01-28 00:01:37 +00:00
input.h Add lots of doxygenized comments. 2007-12-29 22:34:41 +00:00
listmacs.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
macros.h Replace runtime code_part_names size checking by counting with a STATIC_ASSERT on its size. 2008-01-22 16:03:58 +00:00
math-help.h Add -Wmissing-field-initializers, fix missing field initializers, and make source 2008-03-07 18:27:43 +00:00
printf_ext.c * Rename the MSVC snprintf and vsnprintf replacements to wz_snprintf and wz_vsnprintf respectively to prevent conflicting definitions 2008-01-13 11:14:15 +00:00
printf_ext.h Add -Wmissing-field-initializers, fix missing field initializers, and make source 2008-03-07 18:27:43 +00:00
resly.h Use Unix PATH_MAX as default and thus move all "fixes" to Windows. 2007-08-21 12:59:05 +00:00
resource_lexer.l Use full path to frame.h. Patch in bug #10208 by unknown. 2007-10-27 17:30:49 +00:00
resource_parser.y * Rename pLevelName to aLevelName (hungarian notation is a pain. Especially when it's wrong!) 2007-10-27 14:35:35 +00:00
strlfuncs.h Added /* */ around a comment to permit Warzone to compile again 2008-01-05 00:06:40 +00:00
strnlen1.c * Add network primitives by Freddie Witherden <EvilGuru> 2007-08-08 18:50:28 +00:00
strnlen1.h * Add Doxygen comments to lib/framework/strnlen1.h 2007-09-15 23:37:32 +00:00
strres.c String code cleanup 2008-01-16 19:07:15 +00:00
strres.h String code cleanup 2008-01-16 19:07:15 +00:00
strres_lexer.l Use full path to frame.h. Patch in bug #10208 by unknown. 2007-10-27 17:30:49 +00:00
strres_parser.y Translate3.patch by Martin Koller. Had to Wiggle names.txt, but it seems to have cleanly applied. 2007-07-28 11:35:26 +00:00
strresly.h * remove function stringLen and replace all instances where it was used with strlen (can't see why anyone would want a custom string length function there in the first place) 2007-08-05 12:06:56 +00:00
tagfile.c Revert unintentional part of r3612 2008-01-30 23:39:31 +00:00
tagfile.h Make TF_ERROR into a readable function. 2008-01-21 22:33:41 +00:00
treap.c * Get rid of a large quantity of unused parameters 2007-12-10 23:15:46 +00:00
treap.h * Fix some errors in the Doxygen documentation 2008-01-05 23:42:54 +00:00
treapint.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
trig.c Revert r3588. I already did that in r3586. 2008-01-28 00:51:21 +00:00
trig.h Move generic math functions from trig.h to math-help.h 2008-03-07 12:17:11 +00:00
types.h Do parts of the proposed changes in "[Warzone-dev] build issues in FreeBSD system" by Yaroslav Kolomiyets from 24.10.2006: 2007-11-24 11:49:51 +00:00
wzglobal.h Add new function attribute WZ_DECL_WARN_UNUSED_RETURN and use it on IdToDroid, 2007-12-30 21:44:14 +00:00