[Warzone2100-commits] SF.net SVN: warzone2100:[11187] trunk/src

2010-07-12 Thread buginator
Revision: 11187
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11187&view=rev
Author:   buginator
Date: 2010-07-13 02:45:37 + (Tue, 13 Jul 2010)

Log Message:
---
Prevent division by 0 when a object has 0 original hit points.
Add a check for that condition on load, and complain about it, and assign 1 hit 
point to the object.

Correct some typos, clean / fix up some comments / debug lines

fixes ticket:1711
Original patch by MegabytePhreak

NOTE: the feature.txt file wasn't fixed in the commit.
2.3: r11186

Modified Paths:
--
trunk/src/combat.c
trunk/src/droid.c
trunk/src/feature.c
trunk/src/projectile.c
trunk/src/structure.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11186] branches/2.3/src

2010-07-12 Thread buginator
Revision: 11186
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11186&view=rev
Author:   buginator
Date: 2010-07-13 01:42:52 + (Tue, 13 Jul 2010)

Log Message:
---
Prevent division by 0 when a object has 0 original hit points.
Add a check for that condition on load, and complain about it, and assign 1 hit 
point to the object.

Correct some typos, clean / fix up some comments / debug lines

fixes ticket:1711
Original patch by MegabytePhreak

NOTE: the feature.txt file wasn't fixed in the commit.

Modified Paths:
--
branches/2.3/src/combat.c
branches/2.3/src/droid.c
branches/2.3/src/feature.c
branches/2.3/src/projectile.c
branches/2.3/src/structure.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11185] trunk/lib/netplay/netplay.c

2010-07-12 Thread buginator
Revision: 11185
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11185&view=rev
Author:   buginator
Date: 2010-07-13 01:13:22 + (Tue, 13 Jul 2010)

Log Message:
---
Bump revision number for netcode, since the addition of r11182 (the map) it 
would fubar if all clients are not the same, and host was using said map.

Modified Paths:
--
trunk/lib/netplay/netplay.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11184] trunk

2010-07-12 Thread buginator
Revision: 11184
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11184&view=rev
Author:   buginator
Date: 2010-07-12 23:17:15 + (Mon, 12 Jul 2010)

Log Message:
---
Commit these project settings defines to disable extra checking which causes a 
huge performance hit.  (VS2k8 was already committed in r9639, this was 
forgotten.)

_HAS_ITERATOR_DEBUGGING=0
http://msdn.microsoft.com/en-us/library/aa985939(VS.80).aspx
_SECURE_SCL=0
http://msdn.microsoft.com/en-us/library/aa985896(VS.80).aspx
For more info on checked iterators see:
http://msdn.microsoft.com/en-us/library/aa985965(v=VS.80).aspx
and
http://msdn.microsoft.com/en-us/library/aa985982(v=VS.80).aspx

Modified Paths:
--
trunk/lib/netplay/netplay.vcproj
trunk/win32/Warzone2100.vcproj


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11183] originals/maps/Pyramidal.lnd

2010-07-12 Thread mysteryem
Revision: 11183
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11183&view=rev
Author:   mysteryem
Date: 2010-07-12 19:17:16 + (Mon, 12 Jul 2010)

Log Message:
---
Add original LND file for Pyramidal

Added Paths:
---
originals/maps/Pyramidal.lnd


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11182] trunk/data

2010-07-12 Thread sendai
Revision: 11182
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11182&view=rev
Author:   sendai
Date: 2010-07-12 19:00:11 + (Mon, 12 Jul 2010)

Log Message:
---
Add new map 'Pyramidal' by Mysteryem.

Modified Paths:
--
trunk/data/mp/addon.lev

Added Paths:
---
trunk/data/base/multiplay/maps/4c-pyramidal/
trunk/data/base/multiplay/maps/4c-pyramidal/dinit.bjo
trunk/data/base/multiplay/maps/4c-pyramidal/feat.bjo
trunk/data/base/multiplay/maps/4c-pyramidal/game.map
trunk/data/base/multiplay/maps/4c-pyramidal/struct.bjo
trunk/data/base/multiplay/maps/4c-pyramidal/taglist.tag
trunk/data/base/multiplay/maps/4c-pyramidal/ttypes.ttp
trunk/data/base/multiplay/maps/4c-pyramidal.gam


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11181] branches/2.3/data/base/challenges

2010-07-12 Thread sendai
Revision: 11181
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11181&view=rev
Author:   sendai
Date: 2010-07-12 18:32:07 + (Mon, 12 Jul 2010)

Log Message:
---
2.3: Add challenge descriptions. Patch by BlueMaxima, though I shortened the 
Back to Basics description somewhat. Closes ticket:1986

Modified Paths:
--
branches/2.3/data/base/challenges/b2basics.ini
branches/2.3/data/base/challenges/hidebehind.ini
branches/2.3/data/base/challenges/noplace.ini


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11180] trunk/data/base/challenges

2010-07-12 Thread sendai
Revision: 11180
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11180&view=rev
Author:   sendai
Date: 2010-07-12 18:29:46 + (Mon, 12 Jul 2010)

Log Message:
---
Add challenge descriptions. Patch by BlueMaxima, though I shortened the Back to 
Basics description somewhat. Closes ticket:1986

Modified Paths:
--
trunk/data/base/challenges/b2basics.ini
trunk/data/base/challenges/hidebehind.ini
trunk/data/base/challenges/noplace.ini


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11179] branches/pathfinding/src/astar.cpp

2010-07-12 Thread sendai
Revision: 11179
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11179&view=rev
Author:   sendai
Date: 2010-07-12 18:12:40 + (Mon, 12 Jul 2010)

Log Message:
---
path branch: Backport r11178 (accidental fix of bad sorting function in 
astar.cpp from newnet branch) from trunk.

Modified Paths:
--
branches/pathfinding/src/astar.cpp


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits