warzone2100/lib
Giel van Schijndel c0296aa371 * Apparently the %destructor feature of Bison is implemented differently for 2.1 than it is for 2.3 (or it is broken in 2.1); so don't use it when compiling with Bison 2.1 (leak memory instead)
* Assume __all__ windows builds use Bison 2.1 (this isn't correct, but it's the best I can currently do, as Bison provides no version macros aside from a string macro)


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5196 4a71c877-e1ca-e34f-864e-861f7616d084
2008-05-27 21:37:54 +00:00
..
betawidget Fix typo 2008-05-09 10:01:56 +00:00
exceptionhandler Fix a typo strrcat => sstrcat 2008-05-25 15:42:02 +00:00
framework * Apparently the %destructor feature of Bison is implemented differently for 2.1 than it is for 2.3 (or it is broken in 2.1); so don't use it when compiling with Bison 2.1 (leak memory instead) 2008-05-27 21:37:54 +00:00
gamelib * Apparently the %destructor feature of Bison is implemented differently for 2.1 than it is for 2.3 (or it is broken in 2.1); so don't use it when compiling with Bison 2.1 (leak memory instead) 2008-05-27 21:37:54 +00:00
ivis_common Use sstrcpy|sstrcat instead of strlcpy|strlcat for manipulation of statically sized strings 2008-05-25 13:46:49 +00:00
ivis_opengl Fix radarTexture crash. 2008-05-25 15:29:10 +00:00
netplay Use sstrcpy|sstrcat instead of strlcpy|strlcat for manipulation of statically sized strings 2008-05-25 13:46:49 +00:00
script Use calloc instead of malloc+memset, and make sure we clear the right memory. 2008-05-25 15:40:56 +00:00
sequence Enforce strict function prototypes for autoconf builds, and fix function prototype problems. 2008-04-05 15:34:55 +00:00
sound * Add functions for changing the volume of an already created AUDIO_STREAM: sound_GetStreamVolume and sound_SetStreamVolume 2008-05-13 14:01:25 +00:00
sqlite3 Fix bug #11480: 2008-05-03 10:17:06 +00:00
widget Use sstrcpy|sstrcat instead of strlcpy|strlcat for manipulation of statically sized strings 2008-05-25 13:46:49 +00:00
Makefile.am Move the exceptionhandler to a directory of its own 2008-04-05 15:11:43 +00:00
Makefile.raw Move the exceptionhandler to a directory of its own 2008-04-05 15:11:43 +00:00