[Warzone-commits] r6961 - /trunk/tools/lobby/ircbot.py

2009-04-16 Thread Giel van Schijndel
Author: muggenhor Date: Fri Apr 17 00:56:16 2009 New Revision: 6961 URL: http://svn.gna.org/viewcvs/warzone?rev=6961view=rev Log: Fix syntax error in lobby IRC bot Modified: trunk/tools/lobby/ircbot.py ___ Warzone-commits mailing list

[Warzone-commits] r6962 - in /trunk/tools/lobby: client.py ircbot.py

2009-04-16 Thread Giel van Schijndel
Author: muggenhor Date: Fri Apr 17 00:56:20 2009 New Revision: 6962 URL: http://svn.gna.org/viewcvs/warzone?rev=6962view=rev Log: Externalise code specific to querying the lobby server into a separate module Added: trunk/tools/lobby/client.py (with props) Modified:

[Warzone-commits] r6963 - /trunk/tools/lobby/client.py

2009-04-16 Thread Giel van Schijndel
Author: muggenhor Date: Fri Apr 17 00:56:23 2009 New Revision: 6963 URL: http://svn.gna.org/viewcvs/warzone?rev=6963view=rev Log: Use a contextmanager and python's with-statement to manage the socket's lifetime, this guarantees exception safety Modified: trunk/tools/lobby/client.py

[Warzone-commits] r6964 - /trunk/tools/lobby/client.py

2009-04-16 Thread Giel van Schijndel
Author: muggenhor Date: Fri Apr 17 00:56:26 2009 New Revision: 6964 URL: http://svn.gna.org/viewcvs/warzone?rev=6964view=rev Log: Comment on why the endian swapping is performed (while on the protocol level it shouldn't be needed) Modified: trunk/tools/lobby/client.py

[Warzone-commits] r6967 - /trunk/tools/lobby/ircbot.py

2009-04-16 Thread Giel van Schijndel
Author: muggenhor Date: Fri Apr 17 00:56:36 2009 New Revision: 6967 URL: http://svn.gna.org/viewcvs/warzone?rev=6967view=rev Log: Use a regular expression to extract messages intended for us (i.e. the lobby bot) instead of string manipulation with split find Modified:

[Warzone-commits] r6959 - /trunk/tools/lobby/ircbot.py

2009-04-07 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 7 11:19:35 2009 New Revision: 6959 URL: http://svn.gna.org/viewcvs/warzone?rev=6959view=rev Log: Don't use an IRC specific string representation of games Modified: trunk/tools/lobby/ircbot.py ___ Warzone-commits

[Warzone-commits] r6958 - /trunk/tools/lobby/ircbot.py

2009-04-06 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 6 22:28:00 2009 New Revision: 6958 URL: http://svn.gna.org/viewcvs/warzone?rev=6958view=rev Log: Committing on behalf of and with Gerard's permission: The initial version of the IRC bot for Warzone's lobby with the GPLv2 added. Added:

[Warzone-commits] r6957 - /trunk/lib/script/stack.c

2009-04-05 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 6 00:04:51 2009 New Revision: 6957 URL: http://svn.gna.org/viewcvs/warzone?rev=6957view=rev Log: Allow code passing and retrieving of enums as vararg parameters in C++ as well. In C++ enums are treated differently from integers in some cases, causing GCC to emit

[Warzone-commits] r6927 - in /trunk/data/mods: global/makefile.win32 multiplay/makefile.win32

2009-03-30 Thread Giel van Schijndel
Author: muggenhor Date: Mon Mar 30 11:27:25 2009 New Revision: 6927 URL: http://svn.gna.org/viewcvs/warzone?rev=6927view=rev Log: * Don't use touch on Windows, as Windows doesn't have that command - Instead use echo file file Modified: trunk/data/mods/global/makefile.win32

[Warzone-commits] r6926 - in /branches/terrain/data/mods: global/makefile.win32 multiplay/makefile.win32

2009-03-30 Thread Giel van Schijndel
Author: muggenhor Date: Mon Mar 30 11:19:01 2009 New Revision: 6926 URL: http://svn.gna.org/viewcvs/warzone?rev=6926view=rev Log: * Don't use touch on Windows, as Windows doesn't have that command - Instead use echo file file Modified: branches/terrain/data/mods/global/makefile.win32

[Warzone-commits] r6930 - /trunk/lib/framework/wzglobal.h

2009-03-30 Thread Giel van Schijndel
Author: muggenhor Date: Mon Mar 30 17:23:54 2009 New Revision: 6930 URL: http://svn.gna.org/viewcvs/warzone?rev=6930view=rev Log: Make sure that WZ_ASSERT_STATIC_STRING works properly in C++ as well In fact, WZ_ASSERT_STATIC_STRING should now work on ''all'' valid C++ compilers. Modified:

[Warzone-commits] r6907 - in /trunk/tools/lobbyserver_cpp: ./ src/ src/lobby/ src/networking/

2009-03-29 Thread Giel van Schijndel
Author: muggenhor Date: Sun Mar 29 17:02:37 2009 New Revision: 6907 URL: http://svn.gna.org/viewcvs/warzone?rev=6907view=rev Log: Remove the C++ implementation of the lobby server since it isn't used nor is it being maintained Removed: trunk/tools/lobbyserver_cpp/COPYING

[Warzone-commits] r6908 - /trunk/tools/lobbyserver_cpp/

2009-03-29 Thread Giel van Schijndel
Author: muggenhor Date: Sun Mar 29 17:05:05 2009 New Revision: 6908 URL: http://svn.gna.org/viewcvs/warzone?rev=6908view=rev Log: Apparently git-svn doesn't remove directories: so complete the work from r6907 Removed: trunk/tools/lobbyserver_cpp/

[Warzone-commits] r6909 - /trunk/tests/maptest.c

2009-03-29 Thread Giel van Schijndel
Author: muggenhor Date: Sun Mar 29 17:27:57 2009 New Revision: 6909 URL: http://svn.gna.org/viewcvs/warzone?rev=6909view=rev Log: Slightly better documenting of code and error messages Modified: trunk/tests/maptest.c ___ Warzone-commits mailing

[Warzone-commits] r6910 - /trunk/tools/map/mapload.c

2009-03-29 Thread Giel van Schijndel
Author: muggenhor Date: Sun Mar 29 17:28:00 2009 New Revision: 6910 URL: http://svn.gna.org/viewcvs/warzone?rev=6910view=rev Log: Prevent leaking memory in mapFree by deallocating all memory we allocated Modified: trunk/tools/map/mapload.c ___

[Warzone-commits] r6920 - in /trunk: lib/exceptionhandler/dumpinfo.cpp lib/framework/stdio_ext.h src/version.h

2009-03-29 Thread Giel van Schijndel
Author: muggenhor Date: Sun Mar 29 23:49:25 2009 New Revision: 6920 URL: http://svn.gna.org/viewcvs/warzone?rev=6920view=rev Log: Allow compiling and linking with lib/framework/stdio_ext.h and src/version.h from C++ code Modified: trunk/lib/exceptionhandler/dumpinfo.cpp

[Warzone-commits] r6921 - /trunk/lib/exceptionhandler/dumpinfo.cpp

2009-03-29 Thread Giel van Schijndel
Author: muggenhor Date: Sun Mar 29 23:49:30 2009 New Revision: 6921 URL: http://svn.gna.org/viewcvs/warzone?rev=6921view=rev Log: An end of line character is \r on the Mac Modified: trunk/lib/exceptionhandler/dumpinfo.cpp ___ Warzone-commits

[Warzone-commits] r6895 - in /trunk: .gitignore doc/ doc/SQLite-stats-status.tex

2009-03-26 Thread Giel van Schijndel
Author: muggenhor Date: Thu Mar 26 22:26:53 2009 New Revision: 6895 URL: http://svn.gna.org/viewcvs/warzone?rev=6895view=rev Log: Add a document describing design decisions and the current status of the SQLization of the stats Added: trunk/doc/SQLite-stats-status.tex (with props)

[Warzone-commits] r6896 - in /trunk/src: droid.c game.c stats.c

2009-03-26 Thread Giel van Schijndel
Author: muggenhor Date: Thu Mar 26 23:31:22 2009 New Revision: 6896 URL: http://svn.gna.org/viewcvs/warzone?rev=6896view=rev Log: * Access arrays with array-indexing syntax - i.e. array[index] instead of *(array + index) * Access a variable's size using sizeof(variable) - Instead of

[Warzone-commits] r6897 - /trunk/src/statsdef.h

2009-03-26 Thread Giel van Schijndel
Author: muggenhor Date: Thu Mar 26 23:31:27 2009 New Revision: 6897 URL: http://svn.gna.org/viewcvs/warzone?rev=6897view=rev Log: Document the meaning and purpose of BODY_UPGRADE's member variables Modified: trunk/src/statsdef.h ___

[Warzone-commits] r6726 - /trunk/src/console.h

2009-02-24 Thread Giel van Schijndel
Author: muggenhor Date: Tue Feb 24 13:48:01 2009 New Revision: 6726 URL: http://svn.gna.org/viewcvs/warzone?rev=6726view=rev Log: debug_console isn't a function anymore (it's a macro) so don't declare it as a function anymore Modified: trunk/src/console.h

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

2009-02-22 Thread Giel van Schijndel
Author: muggenhor Date: Mon Feb 23 00:42:07 2009 New Revision: 6707 URL: http://svn.gna.org/viewcvs/warzone?rev=6707view=rev Log: Don't use the deprecated git-$command interface anymore, instead use git $command Modified: trunk/build_tools/autorevision/autorevision.cpp

[Warzone-commits] r6708 - in /branches/2.2: ./ build_tools/autorevision/autorevision.cpp

2009-02-22 Thread Giel van Schijndel
Author: muggenhor Date: Mon Feb 23 00:48:02 2009 New Revision: 6708 URL: http://svn.gna.org/viewcvs/warzone?rev=6708view=rev Log: Merged revision r6707 into the 2.2 branch via svnmerge from trunk r6707 | muggenhor | 2009-02-23 00:42:07 +0100 (ma, 23 feb 2009) | 1 line Don't use

[Warzone-commits] r6709 - in /branches/2.1: ./ build_tools/autorevision/autorevision.cpp

2009-02-22 Thread Giel van Schijndel
Author: muggenhor Date: Mon Feb 23 00:49:34 2009 New Revision: 6709 URL: http://svn.gna.org/viewcvs/warzone?rev=6709view=rev Log: Merged revision r6707 into the 2.1 branch via svnmerge from trunk r6707 | muggenhor | 2009-02-23 00:42:07 +0100 (ma, 23 feb 2009) | 1 line Don't use

[Warzone-commits] r6710 - in /trunk/src: feature.c feature.h structure.c

2009-02-22 Thread Giel van Schijndel
Author: muggenhor Date: Mon Feb 23 01:21:42 2009 New Revision: 6710 URL: http://svn.gna.org/viewcvs/warzone?rev=6710view=rev Log: Change global var oilResFeature to what it's used as: a pointer to a FEATURE_STATS containing the oil resource's stats The previous variable contained an integer

[Warzone-commits] r6711 - in /trunk/src: aiexperience.c console.c console.h scriptfuncs.c

2009-02-22 Thread Giel van Schijndel
Author: muggenhor Date: Mon Feb 23 01:21:46 2009 New Revision: 6711 URL: http://svn.gna.org/viewcvs/warzone?rev=6711view=rev Log: * Rename printf_console to debug_console because it only prints messages to the ingame console in debug builds * Define debug_console in terms of console() -

[Warzone-commits] r6712 - /branches/2.2/

2009-02-22 Thread Giel van Schijndel
Author: muggenhor Date: Mon Feb 23 01:27:36 2009 New Revision: 6712 URL: http://svn.gna.org/viewcvs/warzone?rev=6712view=rev Log: Recorded merge of revisions r6677:6680, r6692 and r6705 into the 2.2 branch via svnmerge from trunk Modified: branches/2.2/ (props changed)

[Warzone-commits] r6713 - in /branches/2.2: ./ lib/framework/debug.c lib/framework/debug.h src/action.c src/droid.c src/keybind.c src/multibot.c src/multigifts.c src/multistruct.c src/multisync.c src/

2009-02-22 Thread Giel van Schijndel
Author: muggenhor Date: Mon Feb 23 01:29:57 2009 New Revision: 6713 URL: http://svn.gna.org/viewcvs/warzone?rev=6713view=rev Log: Merged revisions r6673:6675, r6693:6694, r6697:6699 into the 2.2 branch via svnmerge from trunk r6673 | buginator | 2009-02-21 22:37:30 +0100 (za, 21 feb

[Warzone-commits] r6714 - in /trunk/src: aiexperience.c aiexperience.h

2009-02-22 Thread Giel van Schijndel
Author: muggenhor Date: Mon Feb 23 02:26:18 2009 New Revision: 6714 URL: http://svn.gna.org/viewcvs/warzone?rev=6714view=rev Log: aiexperience: * Make functions not used outside of aiexperience.c static * Remove unused functions * Compose paths using sasprintf instead of nasty string

[Warzone-commits] r6670 - in /trunk: build_tools/code-generators/c_sqliteload_cg.pm data/base/stats-sql/stats.db src/stats-db2.c

2009-02-21 Thread Giel van Schijndel
Author: muggenhor Date: Sat Feb 21 22:09:37 2009 New Revision: 6670 URL: http://svn.gna.org/viewcvs/warzone?rev=6670view=rev Log: * Update SQLite stats database * Fix loading of stats from the SQLite database (utilised in the campaign) This fixes #276 and #269. Modified:

[Warzone-commits] r6671 - /branches/2.2/

2009-02-21 Thread Giel van Schijndel
Author: muggenhor Date: Sat Feb 21 22:15:28 2009 New Revision: 6671 URL: http://svn.gna.org/viewcvs/warzone?rev=6671view=rev Log: Initialized merge tracking via svnmerge with revisions r1:6659 from trunk Modified: branches/2.2/ (props changed)

[Warzone-commits] r6672 - in /branches/2.2: ./ build_tools/code-generators/c_sqliteload_cg.pm data/base/stats-sql/stats.db src/stats-db2.c

2009-02-21 Thread Giel van Schijndel
Author: muggenhor Date: Sat Feb 21 22:16:57 2009 New Revision: 6672 URL: http://svn.gna.org/viewcvs/warzone?rev=6672view=rev Log: Merged revisions r6670 via svnmerge from trunk r6670 | muggenhor | 2009-02-21 22:09:37 +0100 (za, 21 feb 2009) | 4 lines * Update SQLite stats

[Warzone-commits] r6646 - in /trunk: build_tools/code-generators/c_sqliteload_cg.pm build_tools/code-generators/sql_tabledef_cg.pm data/base/stats-sql/stats-db2.schema.sql src/stats-db2.c

2009-02-15 Thread Giel van Schijndel
Author: muggenhor Date: Sun Feb 15 13:32:29 2009 New Revision: 6646 URL: http://svn.gna.org/viewcvs/warzone?rev=6646view=rev Log: * Generate CREATE VIEW statements in the SQL schema * Use these VIEWs instead of rather complicated SELECT statements in the C SQLite loading code Modified:

[Warzone-commits] r6647 - in /trunk: data/base/stats-sql/stats-db2.schema.sql src/stats-db2.tpl

2009-02-15 Thread Giel van Schijndel
Author: muggenhor Date: Sun Feb 15 13:32:40 2009 New Revision: 6647 URL: http://svn.gna.org/viewcvs/warzone?rev=6647view=rev Log: iAudioFireID and iAudioImpactID aren't stored in the CSV files, so don't store them in the database either (for now) Modified:

[Warzone-commits] r6648 - /trunk/data/base/stats-sql/stats-db2.data.sql

2009-02-15 Thread Giel van Schijndel
Author: muggenhor Date: Sun Feb 15 13:46:42 2009 New Revision: 6648 URL: http://svn.gna.org/viewcvs/warzone?rev=6648view=rev Log: Bring stats-db2.data.sql in sync with the stats Modified: trunk/data/base/stats-sql/stats-db2.data.sql ___

[Warzone-commits] r6650 - in /trunk/build_tools/code-generators: test_code.tpl test_code.tpl.sql.c test_code.tpl.struct.h

2009-02-15 Thread Giel van Schijndel
Author: muggenhor Date: Sun Feb 15 14:05:19 2009 New Revision: 6650 URL: http://svn.gna.org/viewcvs/warzone?rev=6650view=rev Log: Remove testing code which is no longer needed (because src/stats-db2.* serves the same purpose now) Removed: trunk/build_tools/code-generators/test_code.tpl

[Warzone-commits] r6635 - /trunk/src/action.c

2009-02-12 Thread Giel van Schijndel
Author: muggenhor Date: Thu Feb 12 19:31:59 2009 New Revision: 6635 URL: http://svn.gna.org/viewcvs/warzone?rev=6635view=rev Log: Fix compiling by using C89 style variable declarations This fixes #256 (r6634 broke MSVC compilation); patch by Buginator Modified: trunk/src/action.c

[Warzone-commits] r6632 - /trunk/src/action.h

2009-02-11 Thread Giel van Schijndel
Author: muggenhor Date: Wed Feb 11 23:00:40 2009 New Revision: 6632 URL: http://svn.gna.org/viewcvs/warzone?rev=6632view=rev Log: Add a FIXME note to actionUpdateDroid indicating that it's in need of a major refactoring Modified: trunk/src/action.h

[Warzone-commits] r6634 - in /trunk/src: action.c weapondef.h

2009-02-11 Thread Giel van Schijndel
Author: muggenhor Date: Wed Feb 11 23:00:47 2009 New Revision: 6634 URL: http://svn.gna.org/viewcvs/warzone?rev=6634view=rev Log: Major (but partly) cleanup of actionUpdateDroid: * Move variables into a more local scope - I don't think I screwed up start-at-block-declaration rules for MSVC,

[Warzone-commits] r6577 - /trunk/lib/exceptionhandler/dumpinfo.cpp

2009-02-01 Thread Giel van Schijndel
Author: muggenhor Date: Sun Feb 1 12:54:25 2009 New Revision: 6577 URL: http://svn.gna.org/viewcvs/warzone?rev=6577view=rev Log: * Fix warnings about possibly dangerous code added in r6570: - Don't ignore write(2)'s return value, instead handle it properly to deal with the cases where

[Warzone-commits] r6556 - in /trunk: configure.ac lib/framework/strlfuncs.h m4/strlfuncs.m4

2009-01-24 Thread Giel van Schijndel
Author: muggenhor Date: Sat Jan 24 19:15:19 2009 New Revision: 6556 URL: http://svn.gna.org/viewcvs/warzone?rev=6556view=rev Log: * Check whether the system itself already provides strlcpy and/or strlcat - If it does, check whether it's behaviour is consistent with our implementation - If

[Warzone-commits] r6558 - /branches/2.1/ChangeLog /trunk/ChangeLog

2009-01-24 Thread Giel van Schijndel
Author: muggenhor Date: Sat Jan 24 19:22:46 2009 New Revision: 6558 URL: http://svn.gna.org/viewcvs/warzone?rev=6558view=rev Log: Add the changes of r6556 (backported to [milestone:2.1] in r6557) to the changelog Modified: branches/2.1/ChangeLog trunk/ChangeLog

[Warzone-commits] r6559 - /trunk/src/clparse.c

2009-01-24 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jan 25 01:06:25 2009 New Revision: 6559 URL: http://svn.gna.org/viewcvs/warzone?rev=6559view=rev Log: Give --join's parameter value a name: host Modified: trunk/src/clparse.c ___ Warzone-commits mailing list

[Warzone-commits] r6560 - in /trunk/po: cs.po da.po de.po en_GB.po es.po fi.po fr.po fy.po ga.po it.po la.po lt.po nb.po nl.po pl.po pt.po pt_BR.po ro.po ru.po zh_CN.po

2009-01-24 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jan 25 01:07:00 2009 New Revision: 6560 URL: http://svn.gna.org/viewcvs/warzone?rev=6560view=rev Log: make -C po update-po (to include newly added translations, among which the one from r6559) Modified: trunk/po/cs.po trunk/po/da.po trunk/po/de.po

[Warzone-commits] r6561 - in /branches/2.1: ./ configure.ac lib/sound/cdaudio.c lib/sound/openal_error.c lib/sound/openal_track.c

2009-01-24 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jan 25 02:07:43 2009 New Revision: 6561 URL: http://svn.gna.org/viewcvs/warzone?rev=6561view=rev Log: Merged revision r6542 into the 2.1 branch via svnmerge from trunk r6542 | muggenhor | 2009-01-11 15:34:38 +0100 (zo, 11 jan 2009) | 1 line Don't

[Warzone-commits] r6562 - in /branches/2.1: ChangeLog lib/sound/openal_track.c

2009-01-24 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jan 25 02:21:22 2009 New Revision: 6562 URL: http://svn.gna.org/viewcvs/warzone?rev=6562view=rev Log: Bugfix: When sound isn't enabled (at runtime, unrelated to --disable-sound, e.g. when no sound device is available) do not attempt to set up an AUDIO_STREAM

[Warzone-commits] r6563 - /trunk/ChangeLog

2009-01-24 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jan 25 02:22:53 2009 New Revision: 6563 URL: http://svn.gna.org/viewcvs/warzone?rev=6563view=rev Log: Update trunk changelog with r6562's changes to 2.1 Modified: trunk/ChangeLog ___ Warzone-commits mailing list

[Warzone-commits] r6553 - in /trunk: build_tools/code-generators/db-lang.pl build_tools/code-generators/sql_insertdef_cg.pm data/base/stats-sql/stats-db2.data.sql data/base/stats-sql/stats-db2.schema.

2009-01-22 Thread Giel van Schijndel
Author: muggenhor Date: Thu Jan 22 23:18:48 2009 New Revision: 6553 URL: http://svn.gna.org/viewcvs/warzone?rev=6553view=rev Log: * Add a new struct-level qualifier: %csv-field-override - This qualifier allows overriding of CSV field numbers given in base classes - This is required for the

[Warzone-commits] r6542 - in /trunk: configure.ac lib/sequence/sequence.c lib/sound/cdaudio.c lib/sound/openal_error.c lib/sound/openal_track.c

2009-01-11 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jan 11 15:34:38 2009 New Revision: 6542 URL: http://svn.gna.org/viewcvs/warzone?rev=6542view=rev Log: Don't depend on OpenAL and Vorbis when compiling with --disable-sound Modified: trunk/configure.ac trunk/lib/sequence/sequence.c trunk/lib/sound/cdaudio.c

[Warzone-commits] r6544 - in /trunk/data/base/audio/proxmessages: c1prox.doc c1prox.fodt

2009-01-11 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jan 11 16:31:38 2009 New Revision: 6544 URL: http://svn.gna.org/viewcvs/warzone?rev=6544view=rev Log: Convert MSWord document c1prox.doc to an OpenDocument Flat XML document Added: trunk/data/base/audio/proxmessages/c1prox.fodt (contents, props changed) -

[Warzone-commits] r6545 - in /trunk/tools/editworld/doc: shortcuts.odt shortcuts.txt todo.odt todo.txt

2009-01-11 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jan 11 21:49:43 2009 New Revision: 6545 URL: http://svn.gna.org/viewcvs/warzone?rev=6545view=rev Log: Convert OpenDocument documents shortcuts.odt and todo.odt to reStructuredText (easier to edit and view) Added: trunk/tools/editworld/doc/shortcuts.txt (with

[Warzone-commits] r6546 - /trunk/po/nl.po

2009-01-11 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jan 11 22:11:54 2009 New Revision: 6546 URL: http://svn.gna.org/viewcvs/warzone?rev=6546view=rev Log: Update Dutch translation: * Add 859 newly translated messages (49% translated) This closes #200, patch by Mathijs vanRillandBath Modified: trunk/po/nl.po

[Warzone-commits] r6548 - /branches/2.1/ChangeLog /branches/2.1/configure.ac /branches/2.1/lib/framework/config-macosx.h /branches/2.1/pkg/dpkg/changelog /branches/2.1/win32/warzone2100.rc /trunk/Chan

2009-01-11 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jan 11 22:34:54 2009 New Revision: 6548 URL: http://svn.gna.org/viewcvs/warzone?rev=6548view=rev Log: Update changelogs and bump version numbers in prepration of releasing 2.1.1 This addresses #202 Modified: branches/2.1/ChangeLog branches/2.1/configure.ac

[Warzone-commits] r6549 - /branches/2.1/ChangeLog /trunk/ChangeLog

2009-01-11 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jan 11 22:37:01 2009 New Revision: 6549 URL: http://svn.gna.org/viewcvs/warzone?rev=6549view=rev Log: Include the update of the Dutch translation in the ChangeLog Modified: branches/2.1/ChangeLog trunk/ChangeLog

[Warzone-commits] r6550 - /tags/2.1.1/

2009-01-11 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jan 11 22:47:35 2009 New Revision: 6550 URL: http://svn.gna.org/viewcvs/warzone?rev=6550view=rev Log: Tag of 2.1.1 from the [milestone:2.1] branch This closes #202. Added: tags/2.1.1/ - copied from r6549, branches/2.1/

[Warzone-commits] r6551 - /tags/2.1.1/autorevision.conf

2009-01-11 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jan 11 22:49:05 2009 New Revision: 6551 URL: http://svn.gna.org/viewcvs/warzone?rev=6551view=rev Log: Update autorevision.conf Modified: tags/2.1.1/autorevision.conf ___ Warzone-commits mailing list

[Warzone-commits] r6552 - /trunk/lib/sequence/sequence.c

2009-01-11 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jan 12 00:35:28 2009 New Revision: 6552 URL: http://svn.gna.org/viewcvs/warzone?rev=6552view=rev Log: Add parentheses to resolve operator precedence problems Modified: trunk/lib/sequence/sequence.c ___ Warzone-commits

[Warzone-commits] r6540 - /trunk/lib/betawidget/configure.ac

2009-01-07 Thread Giel van Schijndel
Author: muggenhor Date: Wed Jan 7 21:05:45 2009 New Revision: 6540 URL: http://svn.gna.org/viewcvs/warzone?rev=6540view=rev Log: Set the m4 macro directory in betawidget's configure script Modified: trunk/lib/betawidget/configure.ac ___

[Warzone-commits] r6532 - in /originals/newbasestructures: hq/texture-vector.svg powergen/texture.xcf.gz

2009-01-03 Thread Giel van Schijndel
Author: muggenhor Date: Sat Jan 3 12:33:34 2009 New Revision: 6532 URL: http://svn.gna.org/viewcvs/warzone?rev=6532view=rev Log: Lets not mark data files as executable Modified: originals/newbasestructures/hq/texture-vector.svg (props changed)

[Warzone-commits] r6512 - /trunk/src/game.c

2008-12-28 Thread Giel van Schijndel
Author: muggenhor Date: Sun Dec 28 15:31:54 2008 New Revision: 6512 URL: http://svn.gna.org/viewcvs/warzone?rev=6512view=rev Log: * Do not perform endian swapping twice when loading, as it'll undo the first swap * Make saving and loading of move controls symmetric This should fix #96, #127

[Warzone-commits] r6513 - in /branches/2.1: ./ src/game.c

2008-12-28 Thread Giel van Schijndel
Author: muggenhor Date: Sun Dec 28 15:43:22 2008 New Revision: 6513 URL: http://svn.gna.org/viewcvs/warzone?rev=6513view=rev Log: Merged revision r6512 into the 2.1 branch via svnmerge from trunk r6512 | muggenhor | 2008-12-28 15:31:54 +0100 (zo, 28 dec 2008) | 5 lines * Do not

[Warzone-commits] r6507 - /trunk/po/POTFILES.in

2008-12-26 Thread Giel van Schijndel
Author: muggenhor Date: Fri Dec 26 14:47:30 2008 New Revision: 6507 URL: http://svn.gna.org/viewcvs/warzone?rev=6507view=rev Log: Update POTFILES.in Modified: trunk/po/POTFILES.in ___ Warzone-commits mailing list Warzone-commits@gna.org

[Warzone-commits] r6476 - in /trunk/data/mods/multiplay: ntw mod/ ntw/

2008-12-24 Thread Giel van Schijndel
Author: muggenhor Date: Wed Dec 24 20:55:26 2008 New Revision: 6476 URL: http://svn.gna.org/viewcvs/warzone?rev=6476view=rev Log: Rename the NTW mod's directory back to ntw r6474 changed it to ntw mod, but that directory path adds little, and introduces problems with our build systems due to

[Warzone-commits] r6469 - /trunk/po/fr.po

2008-12-21 Thread Giel van Schijndel
Author: muggenhor Date: Sun Dec 21 18:18:37 2008 New Revision: 6469 URL: http://svn.gna.org/viewcvs/warzone?rev=6469view=rev Log: Fix several translations and inconsistencies in the French translation This closes #191, patch by gene69 Modified: trunk/po/fr.po

[Warzone-commits] r6470 - /branches/2.1/po/fr.po

2008-12-21 Thread Giel van Schijndel
Author: muggenhor Date: Sun Dec 21 19:25:36 2008 New Revision: 6470 URL: http://svn.gna.org/viewcvs/warzone?rev=6470view=rev Log: Update French translation for the [milestone:2.1] branch This addresses #90 by backporting its changes (though more than just #90 is backported) Modified:

[Warzone-commits] r6471 - /branches/2.1/ChangeLog /branches/2.1/configure.ac /branches/2.1/lib/framework/config-macosx.h /branches/2.1/pkg/dpkg/changelog /branches/2.1/win32/warzone2100.rc /trunk/Chan

2008-12-21 Thread Giel van Schijndel
Author: muggenhor Date: Sun Dec 21 19:34:29 2008 New Revision: 6471 URL: http://svn.gna.org/viewcvs/warzone?rev=6471view=rev Log: Update changelogs and bump version numbers in prepration of releasing [milestone:2.1] This addresses #172. Modified: branches/2.1/ChangeLog

[Warzone-commits] r6464 - in /trunk/src: structure.c structure.h

2008-12-13 Thread Giel van Schijndel
Author: muggenhor Date: Sat Dec 13 18:58:25 2008 New Revision: 6464 URL: http://svn.gna.org/viewcvs/warzone?rev=6464view=rev Log: * Make function countAssignedDroids static because it's only used in the file where it's defined * Code clean up * Make countAssignedDroids const correct * Make

[Warzone-commits] r6467 - /trunk/po/fr.po

2008-12-13 Thread Giel van Schijndel
Author: muggenhor Date: Sat Dec 13 19:58:36 2008 New Revision: 6467 URL: http://svn.gna.org/viewcvs/warzone?rev=6467view=rev Log: Update french translation: * Fixed several typos Closes #154, patch by Cyril Brulebois kibi NOTE: Non-breakable spaces used, they might break something. Do not

[Warzone-commits] r6436 - in /trunk/lib/betawidget/m4: ac_pkg_swig.m4 ax_compare_version.m4 ax_with_prog.m4

2008-12-06 Thread Giel van Schijndel
Author: muggenhor Date: Sat Dec 6 16:12:18 2008 New Revision: 6436 URL: http://svn.gna.org/viewcvs/warzone?rev=6436view=rev Log: Alter the AC_PROG_SWIG macro: * Make its dependency on AC_PROG_SED and AC_PROG_GREP explicit (AC_REQUIRE) * Depend on AX_WITH_PROG for finding out about SWIG's

[Warzone-commits] r6438 - in /trunk/lib/betawidget/src: betawidget.i lua_memberfnptr.i

2008-12-06 Thread Giel van Schijndel
Author: muggenhor Date: Sat Dec 6 21:00:20 2008 New Revision: 6438 URL: http://svn.gna.org/viewcvs/warzone?rev=6438view=rev Log: Betawidget Lua interface: * Alter the (callback handler, callback destructor, void *userData) typemap such that it can be used as a more generic member-function

[Warzone-commits] r6439 - in /trunk/lib/betawidget/src: Makefile.am betawidget.i lua_table_as_array.i

2008-12-06 Thread Giel van Schijndel
Author: muggenhor Date: Sun Dec 7 02:29:59 2008 New Revision: 6439 URL: http://svn.gna.org/viewcvs/warzone?rev=6439view=rev Log: * Generate the (size_t count, const T* array) typemap using a SWIG macro * Use this macro definition for widget:addAnimation(frames) instead of the previously

[Warzone-commits] r6440 - in /trunk/lib/betawidget: configure.ac src/Makefile.am

2008-12-06 Thread Giel van Schijndel
Author: muggenhor Date: Sun Dec 7 04:03:50 2008 New Revision: 6440 URL: http://svn.gna.org/viewcvs/warzone?rev=6440view=rev Log: * Compile and link in svgManager.[ch] (its complaining about linker errors otherwise) * Detect libsvg-cairo in the configure script * Link against libsvg-cairo

[Warzone-commits] r6430 - in /branches/2.1/lib: gamelib/audp_lexer.l gamelib/audp_parser.y script/chat_parser.y script/chat_processing.h script/parse.h

2008-12-04 Thread Giel van Schijndel
Author: muggenhor Date: Thu Dec 4 13:46:17 2008 New Revision: 6430 URL: http://svn.gna.org/viewcvs/warzone?rev=6430view=rev Log: * Don't use an yyerror implementation with printf-format parsing for parsers/lexers that don't use it - This reduces the complexity of those functions

[Warzone-commits] r6431 - in /branches/2.1/lib: gamelib/audp_lexer.l gamelib/audp_parser.y script/chat_parser.y script/chat_processing.h script/parse.h

2008-12-04 Thread Giel van Schijndel
Author: muggenhor Date: Thu Dec 4 13:47:25 2008 New Revision: 6431 URL: http://svn.gna.org/viewcvs/warzone?rev=6431view=rev Log: Revert r6430 I didn't notice I was working on [milestone:2.1] Modified: branches/2.1/lib/gamelib/audp_lexer.l branches/2.1/lib/gamelib/audp_parser.y

[Warzone-commits] r6432 - in /trunk/lib: gamelib/audp_lexer.l gamelib/audp_parser.y script/chat_parser.y script/chat_processing.h script/parse.h

2008-12-04 Thread Giel van Schijndel
Author: muggenhor Date: Thu Dec 4 13:58:42 2008 New Revision: 6432 URL: http://svn.gna.org/viewcvs/warzone?rev=6432view=rev Log: * Don't use an yyerror implementation with printf-format parsing for parsers/lexers that don't use it - This reduces the complexity of those functions

[Warzone-commits] r6433 - in /trunk/src: baseobject.c scores.c structure.c

2008-12-04 Thread Giel van Schijndel
Author: muggenhor Date: Thu Dec 4 15:19:21 2008 New Revision: 6433 URL: http://svn.gna.org/viewcvs/warzone?rev=6433view=rev Log: * Make sure that we use the correct printf formats * Use ASSERT_HELPER where required (and ASSERT as used) Modified: trunk/src/baseobject.c

[Warzone-commits] r6429 - in /trunk/lib/framework: input.c input.h

2008-12-03 Thread Giel van Schijndel
Author: muggenhor Date: Wed Dec 3 22:16:15 2008 New Revision: 6429 URL: http://svn.gna.org/viewcvs/warzone?rev=6429view=rev Log: Remove unused functions setMouseDown and setMouseDown Modified: trunk/lib/framework/input.c trunk/lib/framework/input.h

[Warzone-commits] r6427 - /branches/terrain/po/POTFILES.in

2008-12-02 Thread Giel van Schijndel
Author: muggenhor Date: Wed Dec 3 00:53:26 2008 New Revision: 6427 URL: http://svn.gna.org/viewcvs/warzone?rev=6427view=rev Log: Update POTFILES.in for the terrain branch Modified: branches/terrain/po/POTFILES.in ___ Warzone-commits mailing list

[Warzone-commits] r6409 - /branches/2.1/po/it.po

2008-11-30 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 30 15:43:09 2008 New Revision: 6409 URL: http://svn.gna.org/viewcvs/warzone?rev=6409view=rev Log: Italian translation: * Add 1034 newly translated messages (100% translated) This closes #150, patch by Federico Aromolo doom3r Modified: branches/2.1/po/it.po

[Warzone-commits] r6411 - /trunk/po/it.po

2008-11-30 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 30 16:21:03 2008 New Revision: 6411 URL: http://svn.gna.org/viewcvs/warzone?rev=6411view=rev Log: Italian translation: * Add 1073 newly translated messages (93% translated) This addresses #150 and applies it to trunk. Patch by Cristiano Odorico and Federico

[Warzone-commits] r6412 - /branches/2.1/ChangeLog /branches/2.1/configure.ac /branches/2.1/lib/framework/config-macosx.h /branches/2.1/pkg/dpkg/changelog /branches/2.1/win32/warzone2100.rc /trunk/Chan

2008-11-30 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 30 16:27:37 2008 New Revision: 6412 URL: http://svn.gna.org/viewcvs/warzone?rev=6412view=rev Log: Bump version numbers for 2.1 RC2 and update changelogs Addresses #165 Modified: branches/2.1/ChangeLog branches/2.1/configure.ac

[Warzone-commits] r6413 - in /tags/2.1_rc2: ./ autorevision.conf

2008-11-30 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 30 16:32:30 2008 New Revision: 6413 URL: http://svn.gna.org/viewcvs/warzone?rev=6413view=rev Log: Tag of 2.1_rc2 for the second release candidate of [milestone:2.1] This closes #165 Added: tags/2.1_rc2/ - copied from r6412, branches/2.1/ Modified:

[Warzone-commits] r6414 - /trunk/pkg/nsis/warzone2100.nsi

2008-11-30 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 30 19:05:27 2008 New Revision: 6414 URL: http://svn.gna.org/viewcvs/warzone?rev=6414view=rev Log: music_1.0.wz got renamed to community-music_1.0.wz so update the URL in the installer Modified: trunk/pkg/nsis/warzone2100.nsi

[Warzone-commits] r6415 - in /branches/2.1: ./ pkg/nsis/warzone2100.nsi

2008-11-30 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 30 19:07:44 2008 New Revision: 6415 URL: http://svn.gna.org/viewcvs/warzone?rev=6415view=rev Log: Merged revision r6414 into the 2.1 branch via svnmerge from trunk r6414 | muggenhor | 2008-11-30 19:05:27 +0100 (zo, 30 nov 2008) | 1 line

[Warzone-commits] r6416 - in /tags/2.1_rc2: ./ pkg/nsis/warzone2100.nsi

2008-11-30 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 30 19:08:11 2008 New Revision: 6416 URL: http://svn.gna.org/viewcvs/warzone?rev=6416view=rev Log: Merged revision r6414 into the 2.1_rc2 tag via svnmerge from trunk r6414 | muggenhor | 2008-11-30 19:05:27 +0100 (zo, 30 nov 2008) | 1 line

[Warzone-commits] r6392 - in /branches/lua2: ./ build_tools/code-generators/ data/ data/base/ data/base/multiplay/skirmish/ data/base/stats-sql/ data/base/stats-sql/data/ data/base/stats-sql/schema/ d

2008-11-26 Thread Giel van Schijndel
Author: muggenhor Date: Wed Nov 26 21:07:04 2008 New Revision: 6392 URL: http://svn.gna.org/viewcvs/warzone?rev=6392view=rev Log: Merge r6305:6391 from trunk into the lua2 branch Added: branches/lua2/build_tools/code-generators/sql_insertdef_cg.pm - copied unchanged from r6391,

[Warzone-commits] r6385 - in /trunk: lib/exceptionhandler/exceptionhandler.vcproj src/keybind.c

2008-11-25 Thread Giel van Schijndel
Author: muggenhor Date: Wed Nov 26 00:53:44 2008 New Revision: 6385 URL: http://svn.gna.org/viewcvs/warzone?rev=6385view=rev Log: Fix compiling on MSVC: * Use C89 style variable declarations (i.e. at the beginning of scope-blocks) * Use a proper set of #include paths This should fix #160,

[Warzone-commits] r6366 - in /trunk/build_tools/code-generators: c_sqliteload_cg.pm c_structdef_cg.pm db-lang.pl sql_insertdef_cg.pm sql_tabledef_cg.pm

2008-11-23 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 23 14:32:02 2008 New Revision: 6366 URL: http://svn.gna.org/viewcvs/warzone?rev=6366view=rev Log: * Use the more readable $arrayreference-[$index] and $hashreference-{$key} instead of ${$arrayreference}[$index] and ${$hashreference}{$key} respectively * Use 'my

[Warzone-commits] r6367 - /trunk/lib/framework/wzglobal.h

2008-11-23 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 23 18:24:48 2008 New Revision: 6367 URL: http://svn.gna.org/viewcvs/warzone?rev=6367view=rev Log: Only #define va_copy if it isn't #defined yet Modified: trunk/lib/framework/wzglobal.h ___ Warzone-commits mailing

[Warzone-commits] r6368 - in /trunk/lib/betawidget: Makefile.am configure.ac

2008-11-23 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 23 18:57:23 2008 New Revision: 6368 URL: http://svn.gna.org/viewcvs/warzone?rev=6368view=rev Log: Betawidget: * Use plain cairo instead of cairo-svg because cairo-svg is an ''output'' backend in which we're not interested * When re-running aclocal make sure to

[Warzone-commits] r6369 - in /trunk/lib/betawidget: ./ Makefile.am configure.ac tools/ tools/Makefile.am

2008-11-23 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 23 20:32:54 2008 New Revision: 6369 URL: http://svn.gna.org/viewcvs/warzone?rev=6369view=rev Log: * Use recursive make to build the test apps in lib/betawidget/tools/ - Make sure to build libbetawidget.la in lib/betawidget/ first though (because tools/ depends

[Warzone-commits] r6370 - in /trunk/lib/betawidget: ./ platform/ src/ src/platform/ src/platform/sdl/ tools/

2008-11-23 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 23 20:49:36 2008 New Revision: 6370 URL: http://svn.gna.org/viewcvs/warzone?rev=6370view=rev Log: Move the actual library code of betawidget from lib/betawidget/ into lib/betawidget/src/ Added: trunk/lib/betawidget/Makefile.am (with props)

[Warzone-commits] r6371 - /trunk/lib/betawidget/src/Makefile.am

2008-11-23 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 23 21:24:16 2008 New Revision: 6371 URL: http://svn.gna.org/viewcvs/warzone?rev=6371view=rev Log: Lets build table.[ch] along with the rest of betawidget Modified: trunk/lib/betawidget/src/Makefile.am ___

[Warzone-commits] r6372 - in /trunk/lib/betawidget: src/Makefile.am tools/Makefile.am

2008-11-23 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 23 21:26:26 2008 New Revision: 6372 URL: http://svn.gna.org/viewcvs/warzone?rev=6372view=rev Log: Include tools/sdl-testapp.lua, src/betawidget.i and src/lua-wrap.h as part of make dist (i.e. they're required at build time) Modified:

[Warzone-commits] r6373 - in /trunk/lib/betawidget: configure.ac src/ src/Makefile.am src/betawidget.pc.in

2008-11-23 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 23 21:58:30 2008 New Revision: 6373 URL: http://svn.gna.org/viewcvs/warzone?rev=6373view=rev Log: Lets generate a pkg-config .pc-file for betawidget. This allows easy detection of betawidget by means of pkg-config Added:

[Warzone-commits] r6374 - in /trunk/lib/betawidget: configure.ac src/Makefile.am src/betawidget.pc.in

2008-11-23 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 23 22:32:26 2008 New Revision: 6374 URL: http://svn.gna.org/viewcvs/warzone?rev=6374view=rev Log: * Don't bother trying to get at the libtool libraries (.la) - We currently do this for Lua - Libtool is apparently smart enough to find out about libtool

[Warzone-commits] r6375 - in /trunk/lib/betawidget: configure.ac src/Makefile.am

2008-11-23 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 23 22:38:25 2008 New Revision: 6375 URL: http://svn.gna.org/viewcvs/warzone?rev=6375view=rev Log: * Add libtool version information to betawidget - Use 0:0:0 as current version (API=0, API_IMPLEMENTATION=0, IMPLEMENTATION_AGE=0) Modified:

[Warzone-commits] r6376 - /trunk/po/POTFILES.in

2008-11-23 Thread Giel van Schijndel
Author: muggenhor Date: Mon Nov 24 02:39:38 2008 New Revision: 6376 URL: http://svn.gna.org/viewcvs/warzone?rev=6376view=rev Log: Update POTFILES.in Modified: trunk/po/POTFILES.in ___ Warzone-commits mailing list Warzone-commits@gna.org

[Warzone-commits] r6363 - in /trunk/src: action.c action.h

2008-11-22 Thread Giel van Schijndel
Author: muggenhor Date: Sat Nov 22 19:41:39 2008 New Revision: 6363 URL: http://svn.gna.org/viewcvs/warzone?rev=6363view=rev Log: * Use a spiral-like search for VTOL landing sites instead of expanding square search - This will result in smaller travel distances in some cases This closes #143

[Warzone-commits] r6365 - /trunk/build_tools/code-generators/c_sqliteload_cg.pm

2008-11-22 Thread Giel van Schijndel
Author: muggenhor Date: Sun Nov 23 01:18:12 2008 New Revision: 6365 URL: http://svn.gna.org/viewcvs/warzone?rev=6365view=rev Log: Use || as shortcut operator (I used or before, which didn't work as expected due to having a too low precedence) in assignment to $valprefix and $valsuffix to

  1   2   3   4   5   6   7   8   9   10   >