[Warzone-commits] r5681 - in /trunk/src: multigifts.c transporter.c transporter.h

2008-07-27 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jul 27 15:38:17 2008 New Revision: 5681 URL: http://svn.gna.org/viewcvs/warzone?rev=5681view=rev Log: * Add a new function transporterIsEmpty to determine whether a transporter holds no droids * Allow sending of transporter droids when they're empty Addresses

[Warzone-commits] r5680 - in /branches/2.1: ./ lib/framework/resource_lexer.l lib/framework/strres_lexer.l lib/gamelib/audp_lexer.l lib/script/chat_lexer.l lib/script/script_lexer.l src/level_lexer.l

2008-07-27 Thread Giel van Schijndel
Author: muggenhor Date: Sun Jul 27 15:37:28 2008 New Revision: 5680 URL: http://svn.gna.org/viewcvs/warzone?rev=5680view=rev Log: Merged revision r5679 into the 2.1 branch via svnmerge from trunk r5679 | muggenhor | 2008-07-27 15:34:58 +0200 (zo, 27 jul 2008) | 3 lines Allow

[Warzone-commits] r5682 - /trunk/src/structure.c

2008-07-27 Thread Per I. Mathisen
Author: per Date: Sun Jul 27 21:57:56 2008 New Revision: 5682 URL: http://svn.gna.org/viewcvs/warzone?rev=5682view=rev Log: Allow the placement of droids from ctrl+o cheat menu on water when they can drive on it. Also move a variable into more local scope. Modified: trunk/src/structure.c

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

2008-07-27 Thread Per I. Mathisen
Author: per Date: Sun Jul 27 22:13:41 2008 New Revision: 5683 URL: http://svn.gna.org/viewcvs/warzone?rev=5683view=rev Log: Remove unused code and fix some indentation. Modified: trunk/src/hci.c ___ Warzone-commits mailing list

[Warzone-commits] r5685 - in /trunk: lib/framework/strres.c lib/framework/strres.h lib/framework/treap.c lib/framework/treap.h src/droid.c src/game.c src/message.c src/scriptobj.c src/scriptvals_parse

2008-07-27 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 28 01:58:49 2008 New Revision: 5685 URL: http://svn.gna.org/viewcvs/warzone?rev=5685view=rev Log: Get rid of the ID number cruft in the string resource system: * At the only place where these ID numbers where used (scrValDefSave and scrValDefLoad), use the

[Warzone-commits] r5684 - in /trunk/src: scriptvals.c scriptvals.h scriptvals_parser.y

2008-07-27 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 28 01:51:56 2008 New Revision: 5684 URL: http://svn.gna.org/viewcvs/warzone?rev=5684view=rev Log: Remove useless wrapper function scrvGetString, which does nothing more than to forward its call to strresGetStringByID Modified: trunk/src/scriptvals.c

[Warzone-commits] r5690 - in /trunk/data/base: messages/strings/ script/data/ script/text/

2008-07-27 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 28 04:46:36 2008 New Revision: 5690 URL: http://svn.gna.org/viewcvs/warzone?rev=5690view=rev Log: * Remove several unused strings * Move some strings to scripts Modified: trunk/data/base/messages/strings/genstrings.txt

[Warzone-commits] r5689 - in /trunk/src: scriptfuncs.c scriptfuncs.h scripttabs.c

2008-07-27 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 28 04:12:59 2008 New Revision: 5689 URL: http://svn.gna.org/viewcvs/warzone?rev=5689view=rev Log: Add these gettext macros to the scripting engine: N_, P_, PE_, NP_, gettext_noop and pgettext, which work just like their C counterparts Modified:

[Warzone-commits] r5688 - in /trunk/data/base/messages/strings: cam1strings.txt cam2strings.txt cam3strings.txt scrstrings.txt

2008-07-27 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 28 04:12:52 2008 New Revision: 5688 URL: http://svn.gna.org/viewcvs/warzone?rev=5688view=rev Log: Remove several unused strings Modified: trunk/data/base/messages/strings/cam1strings.txt trunk/data/base/messages/strings/cam2strings.txt

[Warzone-commits] r5687 - in /trunk: data/base/messages/strings/ data/base/script/data/ data/base/script/text/ data/base/wrf/ po/

2008-07-27 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 28 04:12:42 2008 New Revision: 5687 URL: http://svn.gna.org/viewcvs/warzone?rev=5687view=rev Log: * Move all translatable strings used by the tutorial into the tutorial's script file and out of the string resource file (`tutstrings.txt`) * make -C po update-po

[Warzone-commits] r5686 - in /trunk: po/POTFILES.in po/update-po.sh src/scriptfuncs.c src/scriptfuncs.h src/scripttabs.c

2008-07-27 Thread Giel van Schijndel
Author: muggenhor Date: Mon Jul 28 04:12:12 2008 New Revision: 5686 URL: http://svn.gna.org/viewcvs/warzone?rev=5686view=rev Log: * Add '_' and 'gettext' function, for gettext translation, to the script engine * Include all *.slo files when parsing for translatable strings with xgettext