[Warzone-commits] r5606 - in /branches/2.1/po: cs.po de.po en_GB.po es.po eu.po fr.po fy.po it.po nb.po nl.po pl.po ru.po tr.po

2008-07-20 Thread Steven Koenig
Author: kreuvf Date: Sun Jul 20 11:30:57 2008 New Revision: 5606 URL: http://svn.gna.org/viewcvs/warzone?rev=5606view=rev Log: Checked every *.po for correct update of %u%% to %3.0f%% in %s - Damage %u%% to %s - Damage %3.0f%% Modified: branches/2.1/po/cs.po branches/2.1/po/de.po

[Warzone-commits] r5629 - in /trunk: lib/framework/resource_parser.y lib/script/interp.c src/cluster.c src/formation.c

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 21 02:52:33 2008 New Revision: 5629 URL: http://svn.gna.org/viewcvs/warzone?rev=5629view=rev Log: Don't #define DEBUG_GROUP0 in places where it cannot possibly be used Modified: trunk/lib/framework/resource_parser.y trunk/lib/script/interp.c

[Warzone-commits] r5624 - /trunk/win32/__BUILD_CONFIG

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 21 01:22:36 2008 New Revision: 5624 URL: http://svn.gna.org/viewcvs/warzone?rev=5624view=rev Log: Don't duplicate $CFLAGS in $__BOTHFLAGS Modified: trunk/win32/__BUILD_CONFIG ___ Warzone-commits mailing list

[Warzone-commits] r5617 - in /branches/2.1: pkg/nsis/warzone2100.nsi po/Makefile.raw

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 21 00:20:00 2008 New Revision: 5617 URL: http://svn.gna.org/viewcvs/warzone?rev=5617view=rev Log: Add the new translations to the NSIS installer and the raw Makefile system Modified: branches/2.1/pkg/nsis/warzone2100.nsi branches/2.1/po/Makefile.raw

[Warzone-commits] r5622 - in /branches/2.1: ./ lib/exceptionhandler/dumpinfo.cpp lib/exceptionhandler/exchndl.c src/multiint.c

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 21 00:50:55 2008 New Revision: 5622 URL: http://svn.gna.org/viewcvs/warzone?rev=5622view=rev Log: Merged revisions r5618:5621 into the 2.1 branch via svnmerge from trunk r5618 | muggenhor | 2008-07-21 00:46:26 +0200 (ma, 21 jul 2008) | 1 line In

[Warzone-commits] r5625 - in /branches/2.1: ./ win32/__BUILD_CONFIG

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 21 01:24:22 2008 New Revision: 5625 URL: http://svn.gna.org/viewcvs/warzone?rev=5625view=rev Log: Merged revisions r5623:5624 into the 2.1 branch via svnmerge from trunk r5623 | muggenhor | 2008-07-21 01:15:37 +0200 (ma, 21 jul 2008) | 1 line Use

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

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 21 00:46:46 2008 New Revision: 5619 URL: http://svn.gna.org/viewcvs/warzone?rev=5619view=rev Log: Remove the terminating newline ('\n') from ctime's output to allow different newline styles (e.g. \r\n on Windows) Modified:

[Warzone-commits] r5630 - in /trunk/lib/framework: strres.c strres.h

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 21 02:57:32 2008 New Revision: 5630 URL: http://svn.gna.org/viewcvs/warzone?rev=5630view=rev Log: * Use calloc instead of malloc followed by memset(0) * Use an unsigned int instead of UDWORD as we don't depend on the size guarantee * Move the definition of

[Warzone-commits] r5616 - in /branches/2.1: Makefile.raw makerules/configure.mk

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 21 00:16:34 2008 New Revision: 5616 URL: http://svn.gna.org/viewcvs/warzone?rev=5616view=rev Log: [2.1 branch] Fix the raw makefile system: * Build dependencies on the packaging directory, not pkg * Generate symbols and warnings on both debug and non-debug builds

[Warzone-commits] r5628 - in /trunk/lib/framework: strres.h treap.c treap.h

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 21 02:43:33 2008 New Revision: 5628 URL: http://svn.gna.org/viewcvs/warzone?rev=5628view=rev Log: Get rid of the custom TREAP* structure and instead use a pointer to a pointer to a TREAP_NODE** structure Modified: trunk/lib/framework/strres.h

[Warzone-commits] r5618 - /trunk/lib/exceptionhandler/exchndl.c

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 21 00:46:26 2008 New Revision: 5618 URL: http://svn.gna.org/viewcvs/warzone?rev=5618view=rev Log: In the MinGW stack dumper, use dbgDumpHeader to dump a generic debug info header, instead of custom crafted (and duplicated) code. Modified:

[Warzone-commits] r5621 - /trunk/src/multiint.c

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 21 00:46:55 2008 New Revision: 5621 URL: http://svn.gna.org/viewcvs/warzone?rev=5621view=rev Log: * Replace uses of strcpy, strcat and sprintf with sstrcpy, sstrcat and ssprintf where possible * Merge a translation string into it's printf formatting string (i.e.

[Warzone-commits] r5627 - in /trunk/lib/framework: strres.c treap.c treap.h

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 21 02:30:55 2008 New Revision: 5627 URL: http://svn.gna.org/viewcvs/warzone?rev=5627view=rev Log: * Don't associate line number and file information with calls to treapAdd, as it is only called once * Replace use of the forwarding macro TREAP_ADD with a direct

[Warzone-commits] r5623 - /trunk/win32/__BUILD_CONFIG

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 21 01:15:37 2008 New Revision: 5623 URL: http://svn.gna.org/viewcvs/warzone?rev=5623view=rev Log: Use some more options from the __BUILD_CONFIG.USER file in __BUILD_CONFIG Modified: trunk/win32/__BUILD_CONFIG ___

[Warzone-commits] r5631 - /trunk/lib/framework/strres.c

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 21 03:00:37 2008 New Revision: 5631 URL: http://svn.gna.org/viewcvs/warzone?rev=5631view=rev Log: Fix a wrong call to calloc (parameter list was malloc style) Modified: trunk/lib/framework/strres.c ___

[Warzone-commits] r5626 - in /trunk/lib/framework: strres.c treap.c treap.h

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 21 02:23:36 2008 New Revision: 5626 URL: http://svn.gna.org/viewcvs/warzone?rev=5626view=rev Log: * Don't associate line number and file information with calls to treapCreate, as it is only called once * Replace use of the forwarding macro TREAP_CREATE with a

[Warzone-commits] r5610 - /trunk/po/Makevars

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jul 20 15:50:48 2008 New Revision: 5610 URL: http://svn.gna.org/viewcvs/warzone?rev=5610view=rev Log: Allow UTF-8 strings in the sources when running xgettext over it Modified: trunk/po/Makevars ___ Warzone-commits

[Warzone-commits] r5614 - in /branches/2.1: ./ src/frontend.c

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jul 20 18:53:36 2008 New Revision: 5614 URL: http://svn.gna.org/viewcvs/warzone?rev=5614view=rev Log: Merged revision r5412 into the 2.1 branch via svnmerge from trunk r5412 | evilguru | 2008-07-07 17:36:55 +0200 (ma, 07 jul 2008) | 1 line Make it

[Warzone-commits] r5612 - /trunk/lib/exceptionhandler/exchndl.c

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jul 20 17:27:17 2008 New Revision: 5612 URL: http://svn.gna.org/viewcvs/warzone?rev=5612view=rev Log: Don't #include debug.h as we depend on dumpinfo.h instead (thus #include that file instead) Modified: trunk/lib/exceptionhandler/exchndl.c

[Warzone-commits] r5613 - /trunk/pkg/nsis/makefile.win32

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jul 20 18:18:34 2008 New Revision: 5613 URL: http://svn.gna.org/viewcvs/warzone?rev=5613view=rev Log: Don't define EXTDIR as a subdir of the devpackage, define it as the dir of the devpackage Modified: trunk/pkg/nsis/makefile.win32

[Warzone-commits] r5615 - in /branches/2.1: ./ doc/Readme.de doc/Readme.de.xhtml doc/Readme.en doc/Readme.en.xhtml doc/styles/readme.print.css doc/styles/readme.screen.css

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jul 20 19:58:52 2008 New Revision: 5615 URL: http://svn.gna.org/viewcvs/warzone?rev=5615view=rev Log: Merged revisions r5185,r5213,r5220,r5230,r5238 into the 2.1 branch via svnmerge from trunk r5185 | kreuvf | 2008-05-25 17:44:17 +0200 (zo, 25 mei 2008) |

[Warzone-commits] r5609 - in /tags/2.1_beta4/po: cs.po de.po en_GB.po es.po eu.po fr.po fy.po it.po nb.po nl.po pl.po ru.po tr.po

2008-07-20 Thread Dennis Schridde
Author: devurandom Date: Sun Jul 20 15:33:15 2008 New Revision: 5609 URL: http://svn.gna.org/viewcvs/warzone?rev=5609view=rev Log: Merge r5606: Checked every *.po for correct update of %u%% to %3.0f%% in %s - Damage %u%% to %s - Damage %3.0f%% Modified: tags/2.1_beta4/po/cs.po

[Warzone-commits] r5611 - in /branches/2.1: ./ po/Makevars

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jul 20 15:55:17 2008 New Revision: 5611 URL: http://svn.gna.org/viewcvs/warzone?rev=5611view=rev Log: Merged revision r5610 into the 2.1 branch via svnmerge from trunk r5610 | muggenhor | 2008-07-20 15:50:48 +0200 (zo, 20 jul 2008) | 1 line Allow UTF-8

[Warzone-commits] r5608 - in /branches/2.1: ./ po/POTFILES.in po/update-po.sh

2008-07-20 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jul 20 15:29:32 2008 New Revision: 5608 URL: http://svn.gna.org/viewcvs/warzone?rev=5608view=rev Log: Merged revision r5191 into the 2.1 branch via svnmerge from trunk r5191 | muggenhor | 2008-05-25 22:09:54 +0200 (zo, 25 mei 2008) | 1 line Update

[Warzone-commits] r5607 - /branches/2.1/lib/framework/i18n.c

2008-07-20 Thread Dennis Schridde
Author: devurandom Date: Sun Jul 20 15:04:15 2008 New Revision: 5607 URL: http://svn.gna.org/viewcvs/warzone?rev=5607view=rev Log: Merge r5603 from tags/2.1_beta4: Don't use UTF-8 characters, because it breaks xgettext Modified: branches/2.1/lib/framework/i18n.c