[Warzone-commits] r4835 - /trunk/src/effects.c

2008-04-28 Thread Per I. Mathisen
Author: per Date: Mon Apr 28 18:35:37 2008 New Revision: 4835 URL: http://svn.gna.org/viewcvs/warzone?rev=4835&view=rev Log: Fix bug #11586: crash when reaching transport destination in mission beta 7 reported by Jan Dittberner. Smoke effect coordinates were not properly clipped. Modified: tr

[Warzone-commits] r4836 - /branches/2.1/po/nb.po

2008-04-28 Thread Per I. Mathisen
Author: per Date: Mon Apr 28 18:36:04 2008 New Revision: 4836 URL: http://svn.gna.org/viewcvs/warzone?rev=4836&view=rev Log: Add a few more Norwegian translation strings. Modified: branches/2.1/po/nb.po ___ Warzone-commits mailing list Warzone-com

[Warzone-commits] r4837 - /branches/2.1/src/effects.c

2008-04-28 Thread Per I. Mathisen
Author: per Date: Mon Apr 28 18:36:50 2008 New Revision: 4837 URL: http://svn.gna.org/viewcvs/warzone?rev=4837&view=rev Log: 2,1: Fix bug #11586: crash when reaching transport destination in mission beta 7 reported by Jan Dittberner. Smoke effect coordinates were not properly clipped. Modifie

[Warzone-commits] r4838 - /trunk/lib/ivis_opengl/tex.c

2008-04-28 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 28 18:51:03 2008 New Revision: 4838 URL: http://svn.gna.org/viewcvs/warzone?rev=4838&view=rev Log: Add a Doxygen comment to function iV_GetTexture Modified: trunk/lib/ivis_opengl/tex.c ___ Warzone-commits mailing li

[Warzone-commits] r4839 - in /trunk: AUTHORS src/astar.c

2008-04-28 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 28 19:02:00 2008 New Revision: 4839 URL: http://svn.gna.org/viewcvs/warzone?rev=4839&view=rev Log: Rip out the hash table from the pathfinding code and replace it with a two dimensional array Part of patch #1059 by Dennis Luxen; * I ripped out the iteration-count

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

2008-04-28 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 28 19:33:17 2008 New Revision: 4840 URL: http://svn.gna.org/viewcvs/warzone?rev=4840&view=rev Log: * Fix several Doxygen comments and assign some to the group pathfinding * Use ARRAY_SIZE(nodeArray[x]) to determine the amount of elements in nodeArray[x], instead

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

2008-04-28 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 28 20:42:25 2008 New Revision: 4842 URL: http://svn.gna.org/viewcvs/warzone?rev=4842&view=rev Log: Optimise the management of the 2D node-table `nodeArray`: * Implement lazy deletion: * Keep a counter, `resetIterationCount`, and only treat nodes that have it's `

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

2008-04-28 Thread Per I. Mathisen
Author: per Date: Mon Apr 28 20:33:07 2008 New Revision: 4841 URL: http://svn.gna.org/viewcvs/warzone?rev=4841&view=rev Log: Also restore the LOS optimization of paths for trunk, removed in r4637, so that long paths work again. Modified: trunk/src/astar.c ___

[Warzone-commits] r4843 - in /trunk/src: action.c game.c structure.c structuredef.h

2008-04-28 Thread Per I. Mathisen
Author: per Date: Mon Apr 28 21:06:21 2008 New Revision: 4843 URL: http://svn.gna.org/viewcvs/warzone?rev=4843&view=rev Log: Make repair facilities that are close to each other share the workload if one is overloaded and others are out of work. Modified: trunk/src/action.c trunk/src/game.

[Warzone-commits] r4844 - in /trunk/lib/exceptionhandler: dumpinfo.cpp dumpinfo.h exceptionhandler.c

2008-04-28 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 28 22:45:28 2008 New Revision: 4844 URL: http://svn.gna.org/viewcvs/warzone?rev=4844&view=rev Log: Pass programCommand to dbgDumpInit() so that it can use that to set up debug dump info Modified: trunk/lib/exceptionhandler/dumpinfo.cpp trunk/lib/exceptionh

[Warzone-commits] r4845 - in /trunk/makerules: exe.mk lib.mk

2008-04-28 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 28 22:46:33 2008 New Revision: 4845 URL: http://svn.gna.org/viewcvs/warzone?rev=4845&view=rev Log: Allow proper linking of the exceptionhandler with the raw Makefile system Modified: trunk/makerules/exe.mk trunk/makerules/lib.mk __

[Warzone-commits] r4846 - in /trunk/makerules: exe.mk lib.mk

2008-04-28 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 28 22:58:13 2008 New Revision: 4846 URL: http://svn.gna.org/viewcvs/warzone?rev=4846&view=rev Log: Lets use some proper make rules! * Use $@ and $< to refer to the targets and dependencies of make rules * Don't refer to make rule dependencies and targets by copyin

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

2008-04-28 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 28 23:16:51 2008 New Revision: 4847 URL: http://svn.gna.org/viewcvs/warzone?rev=4847&view=rev Log: Only truncate the programPath if it's followed by an EOL Modified: trunk/lib/exceptionhandler/dumpinfo.cpp ___ Warzo

[Warzone-commits] r4848 - in /trunk: data/images/frontend.img data/images/frontend4.png src/frend.h src/multiint.c

2008-04-28 Thread Per I. Mathisen
Author: per Date: Mon Apr 28 23:34:16 2008 New Revision: 4848 URL: http://svn.gna.org/viewcvs/warzone?rev=4848&view=rev Log: Add highlighting for player flags in MP dialog. Icons by Elio. Modified: trunk/data/images/frontend.img trunk/data/images/frontend4.png trunk/src/frend.h tr

[Warzone-commits] r4849 - in /trunk: lib/exceptionhandler/exceptionhandler.c macosx/Warzone.xcodeproj/project.pbxproj

2008-04-28 Thread Giel van Schijndel
Author: muggenhor Date: Mon Apr 28 23:41:12 2008 New Revision: 4849 URL: http://svn.gna.org/viewcvs/warzone?rev=4849&view=rev Log: Merge r4804 from the 2.1 branch into trunk (except for the removal of the SQLite stuff from the XCode projectfile) Modified: trunk/lib/exceptionhandler/exception

[Warzone-commits] r4851 - /branches/2.1/

2008-04-28 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 29 00:39:49 2008 New Revision: 4851 URL: http://svn.gna.org/viewcvs/warzone?rev=4851&view=rev Log: Move all merged revisions from the svnmerge-blocked list to the svnmerge-integraded list (which are all revisions from the block list) Modified: branches/2.1/

[Warzone-commits] r4850 - in /branches/2.1: ./ data/ data/images/ data/mp/ lib/exceptionhandler/ lib/ivis_opengl/ makerules/ src/

2008-04-28 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 29 00:03:05 2008 New Revision: 4850 URL: http://svn.gna.org/viewcvs/warzone?rev=4850&view=rev Log: Merged revisions r4833:4838, r4844:4849 into the 2.1 branch via svnmerge from trunk r4833 | muggenhor | 2008-04-28 02:41:59 +0200 (ma, 28 apr 2008) | 3 li

[Warzone-commits] r4852 - /trunk/data/images/frontend2.svg

2008-04-28 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 29 01:35:35 2008 New Revision: 4852 URL: http://svn.gna.org/viewcvs/warzone?rev=4852&view=rev Log: Add a (partial) Scalable Vector Graphics (svg for short) version of frontend2.png By Elio, from this topic: http://forums.wz2100.net/?topic=1608.msg15980#msg15980 A

[Warzone-commits] r4853 - /trunk/data/images/frontend2.svg

2008-04-28 Thread Giel van Schijndel
Author: muggenhor Date: Tue Apr 29 02:02:46 2008 New Revision: 4853 URL: http://svn.gna.org/viewcvs/warzone?rev=4853&view=rev Log: Stuff frontend2.png on the background of frontend2.svg so that the improvements are more easily visible Modified: trunk/data/images/frontend2.svg _