[Warzone-commits] r2704 - in /trunk: lib/ivis_common/piedef.h lib/ivis_opengl/piedraw.c src/bucket3d.c src/display3d.c src/display3d.h

2007-11-04 Thread Per I. Mathisen
Author: per Date: Sun Nov 4 14:26:04 2007 New Revision: 2704 URL: http://svn.gna.org/viewcvs/warzone?rev=2704&view=rev Log: Now that we draw water in a separate pass, we can reduce the number of state changes a lot. Modified: trunk/lib/ivis_common/piedef.h trunk/lib/ivis_opengl/piedraw.

[Warzone-commits] r2705 - /trunk/src/display3d.c

2007-11-04 Thread Per I. Mathisen
Author: per Date: Sun Nov 4 14:38:56 2007 New Revision: 2705 URL: http://svn.gna.org/viewcvs/warzone?rev=2705&view=rev Log: Fix bug #9652 where water edge would transition to black instead of water when mouse was positioned over a research or production item. Modified: trunk/src/display3d.c

[Warzone-commits] r2706 - in /trunk/src: clparse.c display3d.c warzoneconfig.c warzoneconfig.h

2007-11-04 Thread Per I. Mathisen
Author: per Date: Sun Nov 4 15:48:20 2007 New Revision: 2706 URL: http://svn.gna.org/viewcvs/warzone?rev=2706&view=rev Log: Remove undocumented --noTranslucent commandline option Modified: trunk/src/clparse.c trunk/src/display3d.c trunk/src/warzoneconfig.c trunk/src/warzoneconfig

[Warzone-commits] r2707 - in /trunk/src: display3d.c display3d.h droid.c hci.c

2007-11-04 Thread Per I. Mathisen
Author: per Date: Sun Nov 4 16:04:43 2007 New Revision: 2707 URL: http://svn.gna.org/viewcvs/warzone?rev=2707&view=rev Log: Remove unused globals Modified: trunk/src/display3d.c trunk/src/display3d.h trunk/src/droid.c trunk/src/hci.c

[Warzone-commits] r2708 - /trunk/lib/sound/playlist.c

2007-11-04 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 4 16:16:56 2007 New Revision: 2708 URL: http://svn.gna.org/viewcvs/warzone?rev=2708&view=rev Log: * Fix a bug where (in some cases) file names in the music.wpl playlist would be truncated Bug reported by Jessicatz (on IRC) Modified: trunk/lib/sound/playlist

[Warzone-commits] r2709 - in /trunk/lib/sound: cdaudio.c playlist.c playlist.h

2007-11-04 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 4 16:24:37 2007 New Revision: 2709 URL: http://svn.gna.org/viewcvs/warzone?rev=2709&view=rev Log: * Clean up some of the playlist code: * Make PlayList_Read return a bool instead of char (using 'char' there was a perfect example of premature optimisation; to s

[Warzone-commits] r2710 - in /trunk/src: display3d.c display3d.h keybind.c keybind.h keymap.c

2007-11-04 Thread Per I. Mathisen
Author: per Date: Sun Nov 4 16:52:34 2007 New Revision: 2710 URL: http://svn.gna.org/viewcvs/warzone?rev=2710&view=rev Log: More cleanup of globals Modified: trunk/src/display3d.c trunk/src/display3d.h trunk/src/keybind.c trunk/src/keybind.h trunk/src/keymap.c _

[Warzone-commits] r2711 - /trunk/lib/sound/playlist.c

2007-11-04 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 4 17:05:11 2007 New Revision: 2711 URL: http://svn.gna.org/viewcvs/warzone?rev=2711&view=rev Log: * Prevent a segfault occuring when quitting from warzone if a non-power of two number of tracks has been loaded into a playlist (due to uninitialized pointers) Modi

[Warzone-commits] r2712 - in /trunk/lib/sound: playlist.c playlist.h

2007-11-04 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 4 17:14:24 2007 New Revision: 2712 URL: http://svn.gna.org/viewcvs/warzone?rev=2712&view=rev Log: * Don't allocate memory in PlayList_Init() while we don't need it yet * Make sure to set '''global''' pointers to NULL when free()ing them * Also set the "size" varia

[Warzone-commits] r2713 - in /trunk: Makefile.am autogen.sh configure.ac

2007-11-04 Thread Dennis Schridde
Author: devurandom Date: Sun Nov 4 17:29:20 2007 New Revision: 2713 URL: http://svn.gna.org/viewcvs/warzone?rev=2713&view=rev Log: Recurse into QuesoGLC directory for building. Not fully complete, since we cannot yet use the result of that. Need to investigate further on howto best setup autotoo

[Warzone-commits] r2714 - in /trunk: Makefile.am configure.ac

2007-11-04 Thread Dennis Schridde
Author: devurandom Date: Sun Nov 4 17:59:35 2007 New Revision: 2714 URL: http://svn.gna.org/viewcvs/warzone?rev=2714&view=rev Log: Only try to build QuesoGLC if we downloaded the svn:external. Should fix it for source tarballs and exotic svn updaters. Modified: trunk/Makefile.am trunk/c

[Warzone-commits] r2715 - in /trunk/src: display3d.c display3d.h feature.c feature.h

2007-11-04 Thread Dennis Schridde
Author: devurandom Date: Sun Nov 4 18:00:28 2007 New Revision: 2715 URL: http://svn.gna.org/viewcvs/warzone?rev=2715&view=rev Log: - Move definitions of special tiles together in display3d.c (Water, riverbed, passable rubbles, unpassable rubbles) - Provide macors for unpassable rubbles and water

[Warzone-commits] r2716 - /trunk/build_tools/autorevision/autorevision.cpp

2007-11-04 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 4 19:20:00 2007 New Revision: 2716 URL: http://svn.gna.org/viewcvs/warzone?rev=2716&view=rev Log: * Add an abstract base class for the extraction of revision information: RevisionExtractor * This class uses the "Chain of Responsibility" pattern to delegate a ta

[Warzone-commits] r2717 - /trunk/lib/sound/playlist.c

2007-11-04 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 4 19:45:57 2007 New Revision: 2717 URL: http://svn.gna.org/viewcvs/warzone?rev=2717&view=rev Log: * Change "failed to open file" error message, when attempting to load a playlist, from LOG_ERROR to LOG_NEVER as it isn't a real error condition Modified: trunk

[Warzone-commits] r2718 - /branches/2.0/src/order.c

2007-11-04 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 4 20:09:37 2007 New Revision: 2718 URL: http://svn.gna.org/viewcvs/warzone?rev=2718&view=rev Log: * Fix a compile error introduced in r2652 (2.0 branch) Modified: branches/2.0/src/order.c ___ Warzone-commits maili

[Warzone-commits] r2719 - in /trunk/src: environ.c environ.h keybind.c keymap.c lighting.c

2007-11-04 Thread Per I. Mathisen
Author: per Date: Sun Nov 4 23:51:37 2007 New Revision: 2719 URL: http://svn.gna.org/viewcvs/warzone?rev=2719&view=rev Log: Clean out dead code. Allow keymap function table to contain NULL entries for removed key bindings (list must not be shortened, this to prevent invalidating users' keymaps!

[Warzone-commits] r2720 - /trunk/build_tools/autorevision/autorevision.cpp

2007-11-04 Thread Giel van Schijndel
Author: muggenhor Date: Mon Nov 5 00:08:17 2007 New Revision: 2720 URL: http://svn.gna.org/viewcvs/warzone?rev=2720&view=rev Log: * Add struct RevisionInformation to bind all revision info together * Add a new subclass of RevisionExtractor: RevSVNVersionQuery * This subclass will use "svnvers

[Warzone-commits] r2721 - /trunk/build_tools/autorevision/autorevision.cpp

2007-11-04 Thread Giel van Schijndel
Author: muggenhor Date: Mon Nov 5 02:41:59 2007 New Revision: 2721 URL: http://svn.gna.org/viewcvs/warzone?rev=2721&view=rev Log: * Add a new revision info extraction class (subclass of RevisionExtractor): RevConfigFile * This class extracts revision info from a "var=value" style text file (c

[Warzone-commits] r2722 - in /trunk: Makefile.raw build_tools/Makefile.raw build_tools/autorevision/Makefile.raw makerules/common.mk

2007-11-04 Thread Giel van Schijndel
Author: muggenhor Date: Mon Nov 5 03:29:46 2007 New Revision: 2722 URL: http://svn.gna.org/viewcvs/warzone?rev=2722&view=rev Log: * Add AutoRevision to raw makefile system * Set raw makefiles up to use AutoRevision to generate src/autorevision.h Added: trunk/build_tools/Makefile.raw (wit

[Warzone-commits] r2723 - in /trunk: po/POTFILES.in po/da.po po/de.po po/la.po po/nb.po po/nl.po src/Makefile.am src/Makefile.raw src/clparse.c src/frontend.c src/main.c src/version.c src/version.h wa

2007-11-04 Thread Giel van Schijndel
Author: muggenhor Date: Mon Nov 5 03:31:09 2007 New Revision: 2723 URL: http://svn.gna.org/viewcvs/warzone?rev=2723&view=rev Log: * Add version.[ch] * this module uses the information extracted from the automatically generated file src/autorevision.h to add revision information to the project