.. |
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
|
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
|
Use sstrcpy|sstrcat instead of strlcpy|strlcat for manipulation of statically sized strings
|
2008-05-25 13:46:49 +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
|
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
|
Add newlines to two files to shut up gcc.
|
2008-03-16 14:23:44 +00:00 |
frame.c
|
* Use the lexer_input framework instead of a custom YY_INPUT implementation for resource_lexer.l
|
2008-05-12 17:23:33 +00:00 |
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
|
Remove some unused function prototypes.
|
2007-04-03 17:33:38 +00:00 |
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
|
Port r3878 and r3879 from trunk/
|
2008-03-01 13:04:16 +00:00 |
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
|
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
|
Add GPL notices to all sourcecode files.
|
2007-01-15 20:09:25 +00:00 |
macros.h
|
Fixed warnings on MSVC.
|
2008-04-02 17:39:42 +00:00 |
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
|
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
|
* 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
|
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
|
* 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
|
Attempt fix for bug #12118: Could not find string for ID. Has high risk for creating
|
2008-08-07 15:40:21 +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
|
Use sstrcpy|sstrcat instead of strlcpy|strlcat for manipulation of statically sized strings
|
2008-05-25 13:46:49 +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 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 |