warzone2100/lib
Giel van Schijndel 9b31055f08 * make pie_DrawFormattedText const correct ("char*" -> "const char*")
* Don't use a hundred and two different methods of determining the end of nul terminated string
 * Use pointers into the string rather than integers as "iterators"

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2291 4a71c877-e1ca-e34f-864e-861f7616d084
2007-07-30 17:03:02 +00:00
..
framework * Forgot to return the determined length value of unicode_strlen: doh! 2007-07-30 16:28:38 +00:00
gamelib * Make audio_SetTrackVals return the track ID number rather than write it into a pointer given as parameter (failure is now indicated by a zero value instead; non-zero indicates success) 2007-07-13 23:39:40 +00:00
ivis_common * make pie_DrawFormattedText const correct ("char*" -> "const char*") 2007-07-30 17:03:02 +00:00
ivis_opengl * make pie_DrawFormattedText const correct ("char*" -> "const char*") 2007-07-30 17:03:02 +00:00
netplay * Update buildsystems for the addition of lib/netplay/nettypes.[ch] in r2160: 2007-07-28 13:41:51 +00:00
script Fix signedness warning 2007-07-15 15:59:54 +00:00
sequence * Remove some rather useless debugging printf statements 2007-07-21 14:12:49 +00:00
sound * Remove duplicated function sound_TrackAudibleRadius (was an unused duplicate of sound_GetTrackAudibleRadius) 2007-07-14 19:56:10 +00:00
widget Fix crash in design screen if we draw a weapon component that is really really big. 2007-07-25 22:17:04 +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