warzone2100/lib
Giel van Schijndel 6c8702a915 * Replace a lot of array indexing code of this form *(array + index) with this form array[index]
* This should be a syntactical change only!
  * I.e. even the generated assembly should be the same, but behaviour should __definitly__ be the same!


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2892 4a71c877-e1ca-e34f-864e-861f7616d084
2007-11-26 21:04:42 +00:00
..
framework Extend tagfile saves to cover droid movement information. Improve tagfile error reporting somewhat. 2007-11-24 22:23:40 +00:00
gamelib 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
ivis_common Convert fog code to PIELIGHT 2007-11-25 23:06:24 +00:00
ivis_opengl Convert fog code to PIELIGHT 2007-11-25 23:06:24 +00:00
netplay Updated the network primitives functions 2007-11-25 12:12:03 +00:00
script * Replace a large amount of strncpy() calls with the safer strlcpy() 2007-10-27 16:18:52 +00:00
sequence Clean up RPL reader, removing static memory buffer once RPL file is closed. Closes bug #10206. 2007-10-27 13:30:23 +00:00
sound * In addition to the changes of r2853, make passing a NULL pointer safe as well 2007-11-26 15:57:56 +00:00
widget * Replace a lot of array indexing code of this form *(array + index) with this form array[index] 2007-11-26 21:04:42 +00:00
Makefile.am Remove ivis02 (software renderer) 2006-07-22 22:23:43 +00:00
Makefile.raw New Makefile.raw system, works with MinGW/Windows environment and Linux also. 2006-07-21 21:48:55 +00:00