warzone2100/lib/script
Giel van Schijndel c51bd8ae10 * Get rid of a large quantity of unused parameters
* Turn some signed integers ("int" or "SDWORD") into unsigned integers where it made more sence (and signed integers caused warnings about comparing signed with unsigned integers)
 * At some places cast to an unsigned integer (where the type of the expression is a signed integer but the result of it logically _always_ is an absolute value)
 * Remove unused struct-type EVENT_INIT
 * Convert use of malloc->memcpy->free to one single realloc call (and now make sure to actually check realloc's return value, which wasn't done with the malloc call)


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3037 4a71c877-e1ca-e34f-864e-861f7616d084
2007-12-10 23:15:46 +00:00
..
Makefile.am AM: Add lexers to BUILT_SOURCES and CLEAN_FILES as well. 2007-08-21 13:16:09 +00:00
Makefile.raw Proposed fix for non-MSVC buildsystems 2007-01-09 22:07:58 +00:00
chat_lexer.l Remove rules which could not ever be matched. The behaviour shouldn't change. If some Lex guru finds a mistake, please tell me. :) 2007-12-08 00:32:51 +00:00
chat_parser.y * Replace a large amount of strncpy() calls with the safer strlcpy() 2007-10-27 16:18:52 +00:00
chat_processing.h Rename a few files for consistent naming. base.h -> basedef.h. 2007-07-12 19:56:16 +00:00
codeprint.c * remove macro PTRVALID 2007-04-03 13:20:41 +00:00
codeprint.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
event.c * Get rid of a large quantity of unused parameters 2007-12-10 23:15:46 +00:00
event.h * Get rid of a large quantity of unused parameters 2007-12-10 23:15:46 +00:00
evntsave.c * Replace a large amount of strncpy() calls with the safer strlcpy() 2007-10-27 16:18:52 +00:00
evntsave.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
interp.c Turn some ASSERTs into debug(LOG_ERROR, ... ) 2007-08-13 10:35:18 +00:00
interp.h - removed some ASSERSs doubling debug() error output 2007-02-14 18:29:26 +00:00
parse.h * Load SCRIPT files (*.slo) directly from their files rather than an intermediate memory buffer 2007-10-05 22:44:18 +00:00
script.c * Get rid of a large quantity of unused parameters 2007-12-10 23:15:46 +00:00
script.h * Get rid of a large quantity of unused parameters 2007-12-10 23:15:46 +00:00
script.vcproj Patch #872 by Buginator. Untested by me since in Bugs we trust. ;) 2007-12-09 19:10:34 +00:00
script_lexer.l Remove rules which could not ever be matched. The behaviour shouldn't change. If some Lex guru finds a mistake, please tell me. :) 2007-12-08 00:32:51 +00:00
script_parser.y * Rename pLevelName to aLevelName (hungarian notation is a pain. Especially when it's wrong!) 2007-10-27 14:35:35 +00:00
stack.c * Replace a lot of strncat(dst, src, sizeof(dst) - strlen(dst) - 1) calls with the less bloated strlcat(dst, src, sizeof(dst)) form 2007-10-27 15:47:17 +00:00
stack.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00