warzone2100/lib/framework
Roman C b40f5dd5a3 Get rid of some more compiler warnings on MSVC.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5032 4a71c877-e1ca-e34f-864e-861f7616d084
2008-05-11 10:17:49 +00:00
..
Makefile.am * Provide an abstraction of YY_INPUT so that we have a single definition which we can use in multiple lexers which can read from both in-memory buffers as well as PhysicsFS files 2008-05-10 00:35:24 +00:00
Makefile.raw * Provide an abstraction of YY_INPUT so that we have a single definition which we can use in multiple lexers which can read from both in-memory buffers as well as PhysicsFS files 2008-05-10 00:35:24 +00:00
SDL_framerate.c
SDL_framerate.h
config-macosx.h
configfile.c * Don't "Guarantee nul-termination" after snprintf as snprintf does that itself already (per the C99 spec) 2008-04-26 14:21:41 +00:00
configfile.h
cursors.c * Change and clean up the cursors API 2008-03-30 13:23:11 +00:00
cursors.h * Change and clean up the cursors API 2008-03-30 13:23:11 +00:00
cursors16.c Fixed cursors16.c to work again 2008-04-06 03:20:27 +00:00
cursors32.c * Change and clean up the cursors API 2008-03-30 13:23:11 +00:00
debug.c * Don't "Guarantee nul-termination" after snprintf as snprintf does that itself already (per the C99 spec) 2008-04-26 14:21:41 +00:00
debug.h Add new debug level for messages and new log calls. 2008-04-19 21:41:18 +00:00
file.h Add newlines to two files to shut up gcc. 2008-03-16 14:23:44 +00:00
frame.c Add beginnings of a game self-test. Start with --selftest command line option. 2008-03-30 14:36:11 +00:00
frame.h Doxygenize the parameterlist of frameInitialise 2008-05-05 23:17:35 +00:00
frameint.h
frameresource.c Don't call function pointers when they're NULL (fixes a segfault bug that occurs when a resource type without release function couldn't be loaded) 2008-05-03 10:24:36 +00:00
frameresource.h Some generic cleanup-style things 2008-03-15 17:05:15 +00:00
framework.vcproj * Provide an abstraction of YY_INPUT so that we have a single definition which we can use in multiple lexers which can read from both in-memory buffers as well as PhysicsFS files 2008-05-10 00:35:24 +00:00
gettext.h Port r3878 and r3879 from trunk/ 2008-03-01 13:04:16 +00:00
i18n.c Fix some warnings generated by -Wextra 2008-04-05 16:22:05 +00:00
i18n.h Enable NLS for our parsers when it's enabled for us (using --enable-nls) 2008-04-20 16:38:27 +00:00
input.c TRUE->true, FALSE->false (except in scripts) 2008-03-24 16:51:17 +00:00
input.h Add lots of doxygenized comments. 2007-12-29 22:34:41 +00:00
lexer_input.c * Provide an abstraction of YY_INPUT so that we have a single definition which we can use in multiple lexers which can read from both in-memory buffers as well as PhysicsFS files 2008-05-10 00:35:24 +00:00
lexer_input.h * Provide an abstraction of YY_INPUT so that we have a single definition which we can use in multiple lexers which can read from both in-memory buffers as well as PhysicsFS files 2008-05-10 00:35:24 +00:00
listmacs.h
macros.h Fixed warnings on MSVC. 2008-04-02 17:39:42 +00:00
math-help.h Simplify roundf() guards 2008-03-07 18:45:56 +00:00
physfs_ext.h We should add those files we #include... 2008-03-16 12:56:45 +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 Some generic cleanup-style things 2008-03-15 17:05:15 +00:00
resly.h Add -Wcast-align and -Wmissing-declarations to autoconf debug builds, and fix warnings. 2008-03-28 23:28:44 +00:00
resource_lexer.l Using the kludge for GNU Flex < 2.5.30 was slightly incorrect. Correct way is present in 2.5.9 already. 2008-03-28 11:05:19 +00:00
resource_parser.y
strlfuncs.h We don't #define HAVE_STRLCPY or HAVE_STRLCAT in the configure script anymore 2008-05-05 15:12:32 +00:00
strnlen1.c
strnlen1.h
strres.c Add -Wcast-align and -Wmissing-declarations to autoconf debug builds, and fix warnings. 2008-03-28 23:28:44 +00:00
strres.h String code cleanup 2008-01-16 19:07:15 +00:00
strres_lexer.l Using the kludge for GNU Flex < 2.5.30 was slightly incorrect. Correct way is present in 2.5.9 already. 2008-03-28 11:05:19 +00:00
strres_parser.y r4351: Port memleak fixes from 2.1 2008-03-26 12:49:51 +00:00
strresly.h Add -Wcast-align and -Wmissing-declarations to autoconf debug builds, and fix warnings. 2008-03-28 23:28:44 +00:00
tagfile.c Fix bug #11520: crash when saving the game in campaign mission alpha 4, reported 2008-04-18 20:43:07 +00:00
tagfile.h Enforce strict function prototypes for autoconf builds, and fix function prototype problems. 2008-04-05 15:34:55 +00:00
treap.c Add -Wcast-align and -Wmissing-declarations to autoconf debug builds, and fix warnings. 2008-03-28 23:28:44 +00:00
treap.h Add -Wcast-align and -Wmissing-declarations to autoconf debug builds, and fix warnings. 2008-03-28 23:28:44 +00:00
treapint.h Add -Wcast-align and -Wmissing-declarations to autoconf debug builds, and fix warnings. 2008-03-28 23:28:44 +00:00
trig.c TRUE->true, FALSE->false (except in scripts) 2008-03-24 16:51:17 +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 C89 requires NULL 2008-03-24 17:19:47 +00:00
wzglobal.h Get rid of some more compiler warnings on MSVC. 2008-05-11 10:17:49 +00:00