warzone2100/lib/netplay
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 * Update buildsystems for the addition of lib/netplay/nettypes.[ch] in r2160: 2007-07-28 13:41:51 +00:00
Makefile.raw * Update buildsystems for the addition of lib/netplay/nettypes.[ch] in r2160: 2007-07-28 13:41:51 +00:00
netjoin_stub.c Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
netlog.c * Replace a _lot_ of strcpy(), strcat() and sprintf() calls with the safer strncpy(), strncat() and snprintf() respectively 2007-10-24 21:11:29 +00:00
netlog.h Add network statistics logging, to figure out which parts of the code consume 2007-07-15 15:26:23 +00:00
netplay.c * Get rid of a large quantity of unused parameters 2007-12-10 23:15:46 +00:00
netplay.h * Get rid of a large quantity of unused parameters 2007-12-10 23:15:46 +00:00
netplay.vcproj Patch #872 by Buginator. Untested by me since in Bugs we trust. ;) 2007-12-09 19:10:34 +00:00
nettypes.c Updated the network primitives functions 2007-11-25 12:12:03 +00:00
nettypes.h Updated the network primitives functions 2007-11-25 12:12:03 +00:00