[Warzone-commits] r6361 - /trunk/lib/betawidget/table.h

2008-11-22 Thread Freddie Witherden
Author: evilguru Date: Sat Nov 22 14:55:01 2008 New Revision: 6361 URL: http://svn.gna.org/viewcvs/warzone?rev=6361view=rev Log: Fix an indentation error in table.h Modified: trunk/lib/betawidget/table.h ___ Warzone-commits mailing list

[Warzone-commits] r6362 - in /branches/terrain: ./ data/base/texpages/ data/mp/wrf/ src/

2008-11-22 Thread Gerard Krol
Author: gerard_ Date: Sat Nov 22 18:53:25 2008 New Revision: 6362 URL: http://svn.gna.org/viewcvs/warzone?rev=6362view=rev Log: Conversion logic textures for the urban tileset. The textures 48-rubble and 50-rocks are currently not used but might be useful for future mapmakers. Added:

[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] r6364 - in /branches/terrain/data/base/texpages: page-40-ground-plants.png page-41-slightly-cracked-concrete.png page-42-rock.png page-43-mud.png page-53-cracked-concrete.png

2008-11-22 Thread Gerard Krol
Author: gerard_ Date: Sat Nov 22 22:21:19 2008 New Revision: 6364 URL: http://svn.gna.org/viewcvs/warzone?rev=6364view=rev Log: Tristan Bethe of imageafter.com just licensed the source images for these as GPL version 2. Added: branches/terrain/data/base/texpages/page-40-ground-plants.png

[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