warzone2100/lib/framework
Giel van Schijndel da3c28efa2 * Move the allocation and initialisation of STR_ID structures to a function of its own: strresAllocIDStr
* Allocate STR_ID structures in such a way that a single free() call on it will suffice as cleanup

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5657 4a71c877-e1ca-e34f-864e-861f7616d084
2008-07-24 16:13:14 +00:00
..
Makefile.am * Get rid of treapint.h which declares prototypes for functions that are only used in treap.c. 2008-07-14 15:19:08 +00:00
SDL_framerate.c
SDL_framerate.h
config-macosx.h
configfile.c Use sstrcpy|sstrcat instead of strlcpy|strlcat for manipulation of statically sized strings 2008-05-25 13:46:49 +00:00
configfile.h
cursors.c
cursors.h
cursors16.c
cursors32.c
debug.c Add a new command line option: --flush-debug-stderr which causes the debug output to be flushed when used 2008-07-21 19:49:36 +00:00
debug.h Add a new command line option: --flush-debug-stderr which causes the debug output to be flushed when used 2008-07-21 19:49:36 +00:00
file.h
frame.c
frame.h * Don't #inlcude treap.h in frame.h as only a single file within Warzone depends on the treap code 2008-07-14 15:09:00 +00:00
frameint.h
frameresource.c * Pass the table name as well from the .wrf resource file 2008-05-25 19:38:59 +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 * Get rid of treapint.h which declares prototypes for functions that are only used in treap.c. 2008-07-14 15:19:08 +00:00
gettext.h
i18n.c Add table entries to the language tables in i18n.c for the newly added translations of r5596:5597 2008-07-19 22:23:06 +00:00
i18n.h
input.c
input.h
lexer_input.c
lexer_input.h
listmacs.h
macros.h
makefile.win32 Hardcode top_srcdir to make building from non-topdir possible, dont depend on the touch command, fix LDFLAGS to not depend on the removed TARGET variable 2008-07-10 20:10:16 +00:00
math-help.h Add clipf() to clip float values 2008-06-29 12:07:26 +00:00
physfs_ext.h
printf_ext.c
printf_ext.h
resly.h
resource_lexer.l Make sure to parse `database` __before__ `file` (i.e. group it with other tokens starting with a `d`) to make sure that it gets recognised at all 2008-05-28 20:55:49 +00:00
resource_parser.y Don't #define DEBUG_GROUP0 in places where it cannot possibly be used 2008-07-21 00:52:33 +00:00
strlfuncs.h * Add a new statically-sized string macro vssprintf, which allows printing to statically sized strings just like ssprintf, with as difference that this macro function operates similar to vsprintf rather than sprintf 2008-07-18 22:47:28 +00:00
strnlen1.c
strnlen1.h
strres.c * Move the allocation and initialisation of STR_ID structures to a function of its own: strresAllocIDStr 2008-07-24 16:13:14 +00:00
strres.h * Change strresGetIDString to return its ID string const 2008-07-24 16:13:08 +00:00
strres_lexer.l Work around Flex 2.5.33 implicitly defining yyget_extra() (rather than forward declaring it) 2008-05-17 10:49:33 +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 * Get rid of global variable *psCurrRes, which is used by the strres_parser to operate on 2008-07-24 14:16:27 +00:00
tagfile.c Use sstrcpy|sstrcat instead of strlcpy|strlcat for manipulation of statically sized strings 2008-05-25 13:46:49 +00:00
tagfile.h
treap.c Get rid of the custom TREAP* structure and instead use a pointer to a pointer to a TREAP_NODE** structure 2008-07-21 00:43:33 +00:00
treap.h Get rid of the custom TREAP* structure and instead use a pointer to a pointer to a TREAP_NODE** structure 2008-07-21 00:43:33 +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
types.h
wzglobal.h