[Warzone-commits] r4628 - /trunk/data/mp/stats/weapons.txt

2008-04-15 Thread Roman
Author: troman Date: Tue Apr 15 15:44:49 2008 New Revision: 4628 URL: http://svn.gna.org/viewcvs/warzone?rev=4628view=rev Log: Weapon Balance: -increase LasSat damage and splash damage by 50% Modified: trunk/data/mp/stats/weapons.txt ___

[Warzone-commits] r4629 - /trunk/data/mods/global/aivolution/multiplay/skirmish/player0.slo

2008-04-15 Thread Roman
Author: troman Date: Tue Apr 15 16:37:11 2008 New Revision: 4629 URL: http://svn.gna.org/viewcvs/warzone?rev=4629view=rev Log: Aivolution AI: -fix AA defenses construction Modified: trunk/data/mods/global/aivolution/multiplay/skirmish/player0.slo

[Warzone-commits] r4630 - in /trunk/src: ai.c cmddroid.c cmddroid.h display.c display3d.c droid.c game.c multibot.c order.c structure.c

2008-04-15 Thread Roman
Author: troman Date: Tue Apr 15 17:15:19 2008 New Revision: 4630 URL: http://svn.gna.org/viewcvs/warzone?rev=4630view=rev Log: - units get effectiveness boost (equal to the promotion to the next rank) just by being assigned to a commander - commander-related cleanups Modified:

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

2008-04-15 Thread Per I. Mathisen
Author: per Date: Tue Apr 15 18:55:44 2008 New Revision: 4631 URL: http://svn.gna.org/viewcvs/warzone?rev=4631view=rev Log: Do not assert with invalid position if a droid tries to build where it stands, and it has no HQ or landing lights to guide it away from there. Modified:

[Warzone-commits] r4632 - in /branches/2.1/src: action.c action.h

2008-04-15 Thread Per I. Mathisen
Author: per Date: Tue Apr 15 18:58:19 2008 New Revision: 4632 URL: http://svn.gna.org/viewcvs/warzone?rev=4632view=rev Log: 2.1: Do not assert with invalid position if a droid tries to build where it stands, and it has no HQ or landing lights to guide it away from there. Modified:

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

2008-04-15 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 15 20:45:35 2008 New Revision: 4635 URL: http://svn.gna.org/viewcvs/warzone?rev=4635view=rev Log: #define PACKAGE_DISTRIBUTOR to UNKNOWN if it isn't defined at the compiler commandline Modified: trunk/lib/exceptionhandler/dumpinfo.cpp

[Warzone-commits] r4634 - /trunk/src/droid.c

2008-04-15 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 15 20:32:51 2008 New Revision: 4634 URL: http://svn.gna.org/viewcvs/warzone?rev=4634view=rev Log: Throw out my dirty preprocessor abuse to prevent duplication of a few characters in favour of code reability (apparently for MSVC as well) Modified:

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

2008-04-15 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 15 20:52:16 2008 New Revision: 4636 URL: http://svn.gna.org/viewcvs/warzone?rev=4636view=rev Log: Lets not depend on the preprocessor's ability to concatenate strings as MSVC doesn't seem to be that good at it Modified: trunk/lib/exceptionhandler/exchndl.c

[Warzone-commits] r4637 - in /trunk/src: Makefile.am Makefile.raw astar.c display.c droid.c feature.c fpath.c gateway.c gateway.h gatewayroute.c gatewayroute.h map.c mission.c structure.c

2008-04-15 Thread Per I. Mathisen
Author: per Date: Tue Apr 15 22:52:53 2008 New Revision: 4637 URL: http://svn.gna.org/viewcvs/warzone?rev=4637view=rev Log: Remove zones and gateway routing. Also remove optimization of path steps by line of sight raycasting. This removes two whole classes of path-finding bugs at the cost of some

[Warzone-commits] r4638 - in /trunk: warzone2100.cbp win32/Warzone2100.vcproj

2008-04-15 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 15 22:55:57 2008 New Revision: 4638 URL: http://svn.gna.org/viewcvs/warzone?rev=4638view=rev Log: Update the Code::Blocks and MSVC projects for r4637 Modified: trunk/warzone2100.cbp trunk/win32/Warzone2100.vcproj

[Warzone-commits] r4639 - /trunk/data/tagdefinitions/savegame/map.def

2008-04-15 Thread Per I. Mathisen
Author: per Date: Tue Apr 15 22:58:53 2008 New Revision: 4639 URL: http://svn.gna.org/viewcvs/warzone?rev=4639view=rev Log: Remove zones from tagdefinitions Modified: trunk/data/tagdefinitions/savegame/map.def ___ Warzone-commits mailing list

[Warzone-commits] r4640 - /trunk/src/droid.c

2008-04-15 Thread Freddie Witherden
Author: evilguru Date: Tue Apr 15 23:00:20 2008 New Revision: 4640 URL: http://svn.gna.org/viewcvs/warzone?rev=4640view=rev Log: Commit patch #1055 which cleans up droid.c by removing a large amount of dead code. There should be no functionality changes. Modified: trunk/src/droid.c

[Warzone-commits] r4641 - /trunk/data/tagdefinitions/savegame/map.def

2008-04-15 Thread Per I. Mathisen
Author: per Date: Tue Apr 15 23:03:50 2008 New Revision: 4641 URL: http://svn.gna.org/viewcvs/warzone?rev=4641view=rev Log: Add tile rotation to tagfile definition file Modified: trunk/data/tagdefinitions/savegame/map.def ___ Warzone-commits

[Warzone-commits] r4643 - /trunk/src/fpath.c

2008-04-15 Thread Per I. Mathisen
Author: per Date: Tue Apr 15 23:20:53 2008 New Revision: 4643 URL: http://svn.gna.org/viewcvs/warzone?rev=4643view=rev Log: Remove impossible conditional Modified: trunk/src/fpath.c ___ Warzone-commits mailing list Warzone-commits@gna.org

[Warzone-commits] r4645 - in /trunk/src: drive.c gateway.c init.c mechanics.c

2008-04-15 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 15 23:35:19 2008 New Revision: 4645 URL: http://svn.gna.org/viewcvs/warzone?rev=4645view=rev Log: Don't include astar.h if it isn't necessary Modified: trunk/src/drive.c trunk/src/gateway.c trunk/src/init.c trunk/src/mechanics.c

[Warzone-commits] r4644 - in /trunk/src: astar.c fpath.c

2008-04-15 Thread Per I. Mathisen
Author: per Date: Tue Apr 15 23:31:35 2008 New Revision: 4644 URL: http://svn.gna.org/viewcvs/warzone?rev=4644view=rev Log: Weed out some forgotten dead code. Modified: trunk/src/astar.c trunk/src/fpath.c ___ Warzone-commits mailing list

[Warzone-commits] r4646 - in /trunk/src: configuration.c display3d.c drive.c gateway.c multistat.c

2008-04-15 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 15 23:41:47 2008 New Revision: 4646 URL: http://svn.gna.org/viewcvs/warzone?rev=4646view=rev Log: Don't include fpath.h if it isn't necessary Modified: trunk/src/configuration.c trunk/src/display3d.c trunk/src/drive.c trunk/src/gateway.c

[Warzone-commits] r4647 - /trunk/src/astar.c

2008-04-15 Thread Freddie Witherden
Author: evilguru Date: Tue Apr 15 23:46:03 2008 New Revision: 4647 URL: http://svn.gna.org/viewcvs/warzone?rev=4647view=rev Log: Update fpathRandChoice to use rand() as opposed to a custom generator. Modified: trunk/src/astar.c ___

[Warzone-commits] r4648 - in /trunk/src: fpath.c fpath.h

2008-04-15 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 15 23:51:26 2008 New Revision: 4648 URL: http://svn.gna.org/viewcvs/warzone?rev=4648view=rev Log: * Make static array aDirOffset const * Rewrite the Doxygen comment for fpathUpdate() * Some style fixes Modified: trunk/src/fpath.c trunk/src/fpath.h

[Warzone-commits] r4652 - in /trunk/src: action.c droid.c formation.c formation.h formationdef.h fpath.c game.c move.c order.c

2008-04-15 Thread Giel van Schijndel
Author: muggenhor Date: Wed Apr 16 02:01:41 2008 New Revision: 4652 URL: http://svn.gna.org/viewcvs/warzone?rev=4652view=rev Log: * Formations work purely, and only with DROIDs, so rather than casting back and forth to BASE_OBJECT* pointers, just stick to using DROID* pointers only * Huge

[Warzone-commits] r4653 - in /trunk/src: mapgrid.c mapgrid.h move.c multisync.c

2008-04-15 Thread Giel van Schijndel
Author: muggenhor Date: Wed Apr 16 02:15:29 2008 New Revision: 4653 URL: http://svn.gna.org/viewcvs/warzone?rev=4653view=rev Log: * Replace some uses of BASE_OBJECT* with DROID* to reduce yet some casting * Fix indentation Modified: trunk/src/mapgrid.c trunk/src/mapgrid.h