warzone2100/lib
Giel van Schijndel a293a90e76 * Rename audio_Get3DPlayerPos to audio_GetPlayerPos and change it to return a Vector3f instead
* Rename audio_Get3DPlayerRotAboutVerticalAxis to audio_GetPlayerOrientation and change it to return two Vector3f's with a forward and upward pointing vector in it (which can be directly used by OpenAL)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5763 4a71c877-e1ca-e34f-864e-861f7616d084
2008-08-03 17:51:43 +00:00
..
betawidget Add a special EVT_DESTRUCT event to give event handlers a chance to clean-up/free any resources they have allocated. 2008-08-02 22:56:14 +00:00
exceptionhandler Fix the MSVC project for compiling lib/exceptionhandler 2008-07-29 21:27:17 +00:00
framework Get rid of the ID number cruft in the string resource system: 2008-07-27 23:58:49 +00:00
gamelib * Move the fixed point cruft used for representation of degrees and some matrix math into a seperate header: piefixedpoint.h 2008-08-03 16:04:41 +00:00
ivis_common * Use deg2radf for degree to radian conversion instead of doing the multiplication ourself 2008-08-03 17:51:30 +00:00
ivis_opengl * Move the fixed point cruft used for representation of degrees and some matrix math into a seperate header: piefixedpoint.h 2008-08-03 16:04:41 +00:00
netplay patch #1092: Remove some warnings reported by gcc when compiling lib/netplay/netplay.c by Bertrand Coconnier 2008-08-02 20:23:37 +00:00
script Improve logging from assert when number of context variables don't match. 2008-08-02 20:54:45 +00:00
sequence Hardcode top_srcdir to make building from non-topdir possible, dont depend on the touch command, fix LDFLAGS to not depend on the removed TARGET variable 2008-07-10 20:10:16 +00:00
sound * Rename audio_Get3DPlayerPos to audio_GetPlayerPos and change it to return a Vector3f instead 2008-08-03 17:51:43 +00:00
sqlite3 Hardcode top_srcdir to make building from non-topdir possible, dont depend on the touch command, fix LDFLAGS to not depend on the removed TARGET variable 2008-07-10 20:10:16 +00:00
widget Invert logically wrong assertion (i.e. assert a pointer to be non-null rather than null) 2008-07-19 14:28:36 +00:00
Makefile.am Move the exceptionhandler to a directory of its own 2008-04-05 15:11:43 +00:00
makefile.win32 Hardcode top_srcdir to make building from non-topdir possible, dont depend on the touch command, fix LDFLAGS to not depend on the removed TARGET variable 2008-07-10 20:10:16 +00:00