warzone2100/lib/framework
Dennis Schridde d301fd3a82 Enhance POSIX crashdump with time of execution (not crash!)
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1971 4a71c877-e1ca-e34f-864e-861f7616d084
2007-06-25 18:04:39 +00:00
..
Makefile.am Leave the memory management up to the memory management functions! 2007-06-05 11:46:00 +00:00
Makefile.raw Leave the memory management up to the memory management functions! 2007-06-05 11:46:00 +00:00
SDL_framerate.c Bugfix: the framerate was always set to 30. Setting it via the config file now actually works. 2007-03-26 13:17:52 +00:00
SDL_framerate.h SDL_framerate is not part of Warzone 2100, not licensed under the GPL, but instead under the LGPL and even comes with it's own header. 2007-02-06 13:30:46 +00:00
config-macosx.h Converted MacOS port to use Xcode to produce a universal binary. Warzone 2007-04-18 03:10:53 +00:00
configfile.c * 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
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
dbghelp.h - Make make visit intl/ 2007-03-31 18:04:43 +00:00
debug.c Simplify code, especially the prepending of the debug part. 2007-04-15 12:46:08 +00:00
debug.h Revert to the old implementation of STATIC_ASSERT. Beware: This does not work in global context (outside of a function). 2007-06-25 12:34:39 +00:00
exceptionhandler.c Enhance POSIX crashdump with time of execution (not crash!) 2007-06-25 18:04:39 +00:00
fractions.h Remove unused "altVal"(disp3d) and macros(fract), make macro safer(map) 2007-06-19 23:32:17 +00:00
frame.c * 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
frame.h Leave the memory management up to the memory management functions! 2007-06-05 11:46:00 +00:00
frameint.h Remove some unused function prototypes. 2007-04-03 17:33:38 +00:00
frameresource.c Remove more unused code. This includes iV_GetMouseFrame, which returned an undefined value before. scriptextern.c might want to be adapted. 2007-06-14 21:56:36 +00:00
frameresource.h + const, - unused 2007-06-03 13:46:50 +00:00
gettext.h Revert to GNU gettext.h and move MSVC defines to the vcproj. 2007-04-23 14:30:34 +00:00
input.c Use special events structs for event handling. 2007-05-29 22:57:32 +00:00
input.h Use special events structs for event handling. 2007-05-29 22:57:32 +00:00
listmacs.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
macros.h - Remove unused code 2007-05-20 11:05:28 +00:00
platform.h WZ_OS_MAC now no longer unsets WZ_OS_UNIX due to compatability update in 2007-05-15 20:33:55 +00:00
resly.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
resource_lexer.l + const, - unused 2007-06-03 13:46:50 +00:00
resource_parser.y Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
strres.c * Replace a lot of heap usage with malloc/free usage 2007-06-04 20:46:30 +00:00
strres.h + const, - unused 2007-06-03 13:46:50 +00:00
strres_lexer.l Leave the memory management up to the memory management functions! 2007-06-05 11:46:00 +00:00
strres_parser.y Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
strresly.h * Now load the "STR_RES" resource type directly from a file rather than an intermediate memory buffer 2007-05-29 18:12:02 +00:00
treap.c * Replace a lot of heap usage with malloc/free usage 2007-06-04 20:46:30 +00:00
treap.h * Replace a lot of heap usage with malloc/free usage 2007-06-04 20:46:30 +00:00
treapint.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
trig.c Make trig* functions const, which should be safe since they only depend on arrays which are setup on startup. 2007-05-30 01:41:48 +00:00
trig.h Make trig* functions const, which should be safe since they only depend on arrays which are setup on startup. 2007-05-30 01:41:48 +00:00
types.h - Constification 2007-06-02 23:01:29 +00:00
wzglobal.h * Replace usage of uint8_t with char for C-strings; while (u)int8_t works perfectly nice for numbers it isn't nice for text (char-array) 2007-06-05 12:01:59 +00:00