warzone2100/lib/framework
Dennis Schridde 52b07e9cf0 Move piefixedpoint.h and pievector.h out of ivis, since they are quite generic
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6615 4a71c877-e1ca-e34f-864e-861f7616d084
2009-02-10 17:23:18 +00:00
..
Makefile.am Move piefixedpoint.h and pievector.h out of ivis, since they are quite generic 2009-02-10 17:23:18 +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 Move files which extend a c std library header to a filename of similar name 2009-02-10 17:23:09 +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.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 Move files which extend a c std library header to a filename of similar name 2009-02-10 17:23:09 +00:00
debug.h Use bool instead of BOOL where the latter is not required 2009-01-31 15:51:35 +00:00
endian_hack.h Move endian_* functions into a dedicated header and do not include it from frame.h 2009-02-10 17:23:14 +00:00
file.h Add newlines to two files to shut up gcc. 2008-03-16 14:23:44 +00:00
fixedpoint.h Move piefixedpoint.h and pievector.h out of ivis, since they are quite generic 2009-02-10 17:23:18 +00:00
frame.c Changes the 'optional file not found' from LOG_WARNING to LOG_WZ, because of too much spam. 2008-10-11 19:15:08 +00:00
frame.h Move endian_* functions into a dedicated header and do not include it from frame.h 2009-02-10 17:23:14 +00:00
frameint.h Add sync-to-vblank support to Warzone; this closes ticket #38. 2008-08-25 18:01:49 +00:00
frameresource.c Move files which extend a c std library header to a filename of similar name 2009-02-10 17:23:09 +00:00
frameresource.h * Pass the table name as well from the .wrf resource file 2008-05-25 19:38:59 +00:00
framework.vcproj Fix a spelling error in the MSVC project files causing problems with the #include path 2008-09-14 19:47:56 +00:00
gettext.h Port r3878 and r3879 from trunk/ 2008-03-01 13:04:16 +00:00
i18n.c Move files which extend a c std library header to a filename of similar name 2009-02-10 17:23:09 +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 Remove unused functions setMouseDown and setMouseDown 2008-12-03 21:16:15 +00:00
input.h Remove unused functions setMouseDown and setMouseDown 2008-12-03 21:16:15 +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 * Remove unused list macros: LIST_INIT and LIST_ADD 2008-11-09 22:58:04 +00:00
macros.h Fixed warnings on MSVC. 2008-04-02 17:39:42 +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
math_ext.h Move files which extend a c std library header to a filename of similar name 2009-02-10 17:23:09 +00:00
physfs_ext.h We should add those files we #include... 2008-03-16 12:56:45 +00:00
physfs_vfs.c Move files which extend a c std library header to a filename of similar name 2009-02-10 17:23:09 +00:00
physfs_vfs.h * Change the autotools build system such that if the system provides an SQLite version that meets our requirements we use that instead of the one in our own repository 2008-09-14 13:40:28 +00:00
resly.h * Put textual tokens as found by strres_lexer.l in heap memory rather than some crazy stack-like static string buffer 2008-05-12 18:47:25 +00:00
resource_lexer.l Allow (warning-less) compilation with Flex 2.5.33 2008-07-27 13:34:58 +00:00
resource_parser.y Move files which extend a c std library header to a filename of similar name 2009-02-10 17:23:09 +00:00
stdio_ext.c Move files which extend a c std library header to a filename of similar name 2009-02-10 17:23:09 +00:00
stdio_ext.h Move files which extend a c std library header to a filename of similar name 2009-02-10 17:23:09 +00:00
string_ext.h Move files which extend a c std library header to a filename of similar name 2009-02-10 17:23:09 +00:00
strres.c Modify debug output to specify the 'real' directory that physfs is using for the file in question. 2008-09-07 20:00:54 +00:00
strres.h Get rid of the ID number cruft in the string resource system: 2008-07-27 23:58:49 +00:00
strres_lexer.l Allow (warning-less) compilation with Flex 2.5.33 2008-07-27 13:34:58 +00:00
strres_parser.y * Get rid of global variable *psCurrRes, which is used by the strres_parser to operate on 2008-07-24 14:16:27 +00:00
strresly.h Make function strresStoreString const correct 2008-07-24 21:12:39 +00:00
tagfile.c Move files which extend a c std library header to a filename of similar name 2009-02-10 17:23:09 +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 Get rid of the ID number cruft in the string resource system: 2008-07-27 23:58:49 +00:00
treap.h Get rid of the ID number cruft in the string resource system: 2008-07-27 23:58:49 +00:00
trig.c Simplification and slight speedup for trigSin/trigCos. Make trigIntSqrt wrap sqrtf, since the old lookup implementation was probably slower than that. 2008-05-15 00:19:47 +00:00
trig.h Move files which extend a c std library header to a filename of similar name 2009-02-10 17:23:09 +00:00
types.h Improve preprocessor checks for type definitions 2009-01-31 15:51:47 +00:00
utf.c Fix several warnings that occur on NDEBUG builds: 2008-10-16 14:22:29 +00:00
utf.h Only #include types.h in utf.h as we don't depend on the entire framework 2008-09-06 16:02:26 +00:00
vector.h Move piefixedpoint.h and pievector.h out of ivis, since they are quite generic 2009-02-10 17:23:18 +00:00
wzglobal.h Cleanup 2009-02-10 17:23:03 +00:00