[Warzone-commits] r3619 - /trunk/src/loadsave.c

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Fri Feb 1 14:56:54 2008 New Revision: 3619 URL: http://svn.gna.org/viewcvs/warzone?rev=3619&view=rev Log: In function _addLoadSave check for ".extension" instead of "extension" to find matching filenames This fixes bug #10936 Patch #957 by Buginator; changed by me to use

[Warzone-commits] r3618 - /trunk/src/hci.c

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Fri Feb 1 14:32:33 2008 New Revision: 3618 URL: http://svn.gna.org/viewcvs/warzone?rev=3618&view=rev Log: * Add the shortcut keys (F1, F2, F3, F4 and F5) to the tooltips for the reticule buttons Patch #950 by Buginator Modified: trunk/src/hci.c ___

[Warzone-commits] r3617 - /trunk/lib/ivis_common/imdload.c

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Fri Feb 1 13:59:42 2008 New Revision: 3617 URL: http://svn.gna.org/viewcvs/warzone?rev=3617&view=rev Log: * Don't use EOF for end-of-string detection; use '\0' instead * Patch #959 by Michel Dänzer (in Debian bug 458733), modified by Paul Wise * Don't cast a variable

[Warzone-commits] r3621 - /branches/sound/

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Fri Feb 1 17:18:33 2008 New Revision: 3621 URL: http://svn.gna.org/viewcvs/warzone?rev=3621&view=rev Log: Restart the sound branch (I ditched it in r3620) Added: branches/sound/ - copied from r3620, trunk/ ___ Warzon

[Warzone-commits] r3620 - /branches/sound/

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Fri Feb 1 17:17:31 2008 New Revision: 3620 URL: http://svn.gna.org/viewcvs/warzone?rev=3620&view=rev Log: Ditch the current sound branch; I will rebranch it. (I.e. throwing one away) Removed: branches/sound/ ___ Warzone-co

[Warzone-commits] r3624 - in /branches/sound: configure.ac lib/sound/Makefile.am lib/sound/Makefile.raw lib/sound/interface/ lib/sound/interface/Makefile.am lib/sound/interface/devicelist.cpp lib/soun

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Fri Feb 1 18:25:00 2008 New Revision: 3624 URL: http://svn.gna.org/viewcvs/warzone?rev=3624&view=rev Log: Add the lib/sound/interface directory from the previous sound branch into this new one * Remove devicelist.[ch]pp for now as it depends on openal/ which isn't avail

[Warzone-commits] r3623 - in /branches/sound: ./ lib/sound/ lib/sound/general/ src/

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Fri Feb 1 18:03:01 2008 New Revision: 3623 URL: http://svn.gna.org/viewcvs/warzone?rev=3623&view=rev Log: Add the lib/sound/general directory from the previous sound branch into this branch Added: branches/sound/lib/sound/general/ (props changed) - copied fro

[Warzone-commits] r3622 - /branches/sound/autorevision.conf

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Fri Feb 1 18:02:33 2008 New Revision: 3622 URL: http://svn.gna.org/viewcvs/warzone?rev=3622&view=rev Log: Update autorevision.conf for the sound branch Modified: branches/sound/autorevision.conf ___ Warzone-commits mailing

[Warzone-commits] r3625 - in /branches/sound/lib/sound/interface: stringarray.cpp stringarray.hpp

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Fri Feb 1 19:58:25 2008 New Revision: 3625 URL: http://svn.gna.org/viewcvs/warzone?rev=3625&view=rev Log: * Modify StringArray so that it doesn't depend on any specific Container type (use a templated constructor instead) * Don't depend on for_each2 anymore (which might

[Warzone-commits] r3626 - /branches/sound/lib/sound/interface/stringarray.hpp

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Fri Feb 1 21:08:45 2008 New Revision: 3626 URL: http://svn.gna.org/viewcvs/warzone?rev=3626&view=rev Log: Fix a double free (or double delete [] actually) resulting from deallocating memory from the wrong pointers Modified: branches/sound/lib/sound/interface/stringar

[Warzone-commits] r3627 - /branches/sound/lib/sound/ /trunk/lib/sound/

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Fri Feb 1 21:43:11 2008 New Revision: 3627 URL: http://svn.gna.org/viewcvs/warzone?rev=3627&view=rev Log: Clean up header files of sound library: * Change file-specific comments into Doxygen comments * Remove a whole load of unused and unnecessary macros * When compilin

[Warzone-commits] r3629 - /branches/sound/lib/framework/debug.h /branches/sound/lib/framework/frameresource.h /branches/sound/lib/sound/openal_track.c /trunk/lib/framework/debug.h /trunk/lib/framework

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Fri Feb 1 22:26:37 2008 New Revision: 3629 URL: http://svn.gna.org/viewcvs/warzone?rev=3629&view=rev Log: Use C linkage for frameresource.h and debug.h Modified: branches/sound/lib/framework/debug.h branches/sound/lib/framework/frameresource.h branches/sound/l

[Warzone-commits] r3628 - /branches/sound/lib/framework/math-help.h /trunk/lib/framework/math-help.h

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Fri Feb 1 22:01:23 2008 New Revision: 3628 URL: http://svn.gna.org/viewcvs/warzone?rev=3628&view=rev Log: Don't define our own custom implementation when compiling with g++ either Modified: branches/sound/lib/framework/math-help.h trunk/lib/framework/math-help.h

[Warzone-commits] r3630 - in /branches/sound/lib/sound: Makefile.am Makefile.raw openal_track.c openal_track.cpp

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Fri Feb 1 22:53:21 2008 New Revision: 3630 URL: http://svn.gna.org/viewcvs/warzone?rev=3630&view=rev Log: Use std::list instead of custom memory management Added: branches/sound/lib/sound/openal_track.cpp - copied, changed from r3629, branches/sound/lib/sound/op

[Warzone-commits] r3631 - /branches/sound/lib/sound/openal_track.cpp /trunk/lib/sound/openal_track.c

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Fri Feb 1 22:56:02 2008 New Revision: 3631 URL: http://svn.gna.org/viewcvs/warzone?rev=3631&view=rev Log: Change file-specific comment in Doxygen comment Modified: branches/sound/lib/sound/openal_track.cpp trunk/lib/sound/openal_track.c _

[Warzone-commits] r3632 - /branches/sound/lib/sound/oggvorbis.c /branches/sound/lib/sound/oggvorbis.h /trunk/lib/sound/oggvorbis.c /trunk/lib/sound/oggvorbis.h

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Fri Feb 1 23:12:25 2008 New Revision: 3632 URL: http://svn.gna.org/viewcvs/warzone?rev=3632&view=rev Log: Don't use C99 variable struct members Modified: branches/sound/lib/sound/oggvorbis.c branches/sound/lib/sound/oggvorbis.h trunk/lib/sound/oggvorbis.c

[Warzone-commits] r3633 - in /trunk/src: display.h display3d.c display3d.h game.c

2008-02-01 Thread Gerard Krol
Author: gerard_ Date: Fri Feb 1 23:15:55 2008 New Revision: 3633 URL: http://svn.gna.org/viewcvs/warzone?rev=3633&view=rev Log: Makes sure the camera position and rotation is again saved & loaded. The distance is not, but this would need changing the save game format. The initial height is agai

[Warzone-commits] r3634 - in /branches/sound/lib/sound: ./ general/ interface/

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Sat Feb 2 01:22:45 2008 New Revision: 3634 URL: http://svn.gna.org/viewcvs/warzone?rev=3634&view=rev Log: Add lib*.a to the ignore list for sound, sound/interface and sound/general Modified: branches/sound/lib/sound/ (props changed) branches/sound/lib/sound/gene

[Warzone-commits] r3635 - in /branches/sound/lib/sound: Makefile.am Makefile.raw audio.c audio.cpp cdaudio.c cdaudio.cpp openal_track.cpp track.h tracklib.h

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Sat Feb 2 01:36:45 2008 New Revision: 3635 URL: http://svn.gna.org/viewcvs/warzone?rev=3635&view=rev Log: Rename sound_PlayStreamWithBuf to sound_PlayStream and specify default values for its parameters instead Added: branches/sound/lib/sound/audio.cpp - copied

[Warzone-commits] r3636 - in /branches/sound: ./ lib/sound/ lib/sound/openal/ src/

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Sat Feb 2 02:49:39 2008 New Revision: 3636 URL: http://svn.gna.org/viewcvs/warzone?rev=3636&view=rev Log: Add the lib/sound/openal directory from the previous sound branch into this new one * Remove device.[ch]pp and context.[ch]pp for now as they're not really useful y

[Warzone-commits] r3637 - in /branches/sound/lib/sound: Makefile.raw interface/Makefile.am interface/devicelist.cpp interface/devicelist.hpp

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Sat Feb 2 02:55:26 2008 New Revision: 3637 URL: http://svn.gna.org/viewcvs/warzone?rev=3637&view=rev Log: Add devicelist.[ch]pp which I couldn't add in r3624 yet * Modify the interface so that it isn't a Singleton class but rather just a global function Added: branc

[Warzone-commits] r3638 - in /branches/sound/lib/sound: Makefile.am Makefile.raw constants.cpp constants.hpp decoding.cpp decoding.hpp

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Sat Feb 2 03:04:03 2008 New Revision: 3638 URL: http://svn.gna.org/viewcvs/warzone?rev=3638&view=rev Log: Add back constants.[ch]pp and decoding.[ch]pp from the previous sound branch * Modify decoding.cpp so that we don't depend on the old templates.hpp file (use boost::

[Warzone-commits] r3639 - in /branches/sound/lib/sound: Makefile.am Makefile.raw stream.cpp stream.hpp

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Sat Feb 2 03:12:41 2008 New Revision: 3639 URL: http://svn.gna.org/viewcvs/warzone?rev=3639&view=rev Log: Add back stream.[ch]pp from the previous sound branch: * Remove the `Context` stuff as we're not using it right now * Remove unnecessary headers and #include the cor

[Warzone-commits] r3640 - in /branches/sound/lib/sound: audio.cpp cdaudio.cpp openal_track.cpp track.h

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Sat Feb 2 03:24:44 2008 New Revision: 3640 URL: http://svn.gna.org/viewcvs/warzone?rev=3640&view=rev Log: * Change sound_PlayStream to take an std::istream instead of a PhysicsFS file handle to decode from * In openal_track.cpp: * Remove large amounts of code for stre

[Warzone-commits] r3641 - /branches/sound/lib/sound/openal/

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Sat Feb 2 03:30:43 2008 New Revision: 3641 URL: http://svn.gna.org/viewcvs/warzone?rev=3641&view=rev Log: Recursively set svn:ignore and bugtraq:* properties Modified: branches/sound/lib/sound/openal/ (props changed) ___

[Warzone-commits] r3642 - in /branches/sound/src: display.h display3d.c display3d.h game.c

2008-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Sat Feb 2 03:40:42 2008 New Revision: 3642 URL: http://svn.gna.org/viewcvs/warzone?rev=3642&view=rev Log: Merge r3633 from trunk into the sound branch Modified: branches/sound/src/display.h branches/sound/src/display3d.c branches/sound/src/display3d.h bran