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

2010-02-18 Thread sendai
Revision: 9848
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9848&view=rev
Author:   sendai
Date: 2010-02-18 15:26:40 + (Thu, 18 Feb 2010)

Log Message:
---
Allow loading maps of with erroneously placed features if asserts are turned 
off.

Modified Paths:
--
trunk/src/feature.c
trunk/src/game.c


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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs 
proactively, and fine-tune applications for parallel performance. 
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[9849] branches/lua2/src

2010-02-18 Thread sendai
Revision: 9849
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9849&view=rev
Author:   sendai
Date: 2010-02-18 16:18:23 + (Thu, 18 Feb 2010)

Log Message:
---
lua: Port scavenger active function, so that scavs can work again.

Modified Paths:
--
branches/lua2/src/scriptfuncs.c
branches/lua2/src/scriptfuncs.h


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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[9850] branches/lua2/src/scriptfuncs.c

2010-02-18 Thread sendai
Revision: 9850
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9850&view=rev
Author:   sendai
Date: 2010-02-18 16:29:08 + (Thu, 18 Feb 2010)

Log Message:
---
lua: Fix argument check for feature iteration - cannot check valid player 
range, since -1 is used for 'all players'.

Modified Paths:
--
branches/lua2/src/scriptfuncs.c


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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[9851] branches/lua2/data/base/multiplay/skirmish/ ai.slo

2010-02-18 Thread sendai
Revision: 9851
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9851&view=rev
Author:   sendai
Date: 2010-02-18 16:36:30 + (Thu, 18 Feb 2010)

Log Message:
---
lua: Fix unknown event warning

Modified Paths:
--
branches/lua2/data/base/multiplay/skirmish/ai.slo


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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[9852] branches/2.3/ChangeLog

2010-02-18 Thread sendai
Revision: 9852
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9852&view=rev
Author:   sendai
Date: 2010-02-18 16:49:03 + (Thu, 18 Feb 2010)

Log Message:
---
2.3: Start new changelog

Modified Paths:
--
branches/2.3/ChangeLog


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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[9853] branches/lua2/src/scriptfuncs.c

2010-02-18 Thread sendai
Revision: 9853
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9853&view=rev
Author:   sendai
Date: 2010-02-18 17:03:53 + (Thu, 18 Feb 2010)

Log Message:
---
lua: Fix crash when research lab built. Used uninitialized lua hack pointer in 
function that
was not supposed to be ported (not a lua function). Remove said ugly hack.

Modified Paths:
--
branches/lua2/src/scriptfuncs.c


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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


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

2010-02-18 Thread sendai
Revision: 9854
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9854&view=rev
Author:   sendai
Date: 2010-02-18 19:35:37 + (Thu, 18 Feb 2010)

Log Message:
---
Add backend support for gates using new REF_GATE structure type. See 
ticket:1179 for more info.

Modified Paths:
--
trunk/src/action.c
trunk/src/display.c
trunk/src/display3d.c
trunk/src/edit3d.c
trunk/src/fpath.c
trunk/src/function.c
trunk/src/map.c
trunk/src/move.c
trunk/src/multiopt.c
trunk/src/research.c
trunk/src/scriptai.c
trunk/src/structure.c
trunk/src/structuredef.h
trunk/src/visibility.c


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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


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

2010-02-18 Thread sendai
Revision: 9855
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9855&view=rev
Author:   sendai
Date: 2010-02-18 19:40:20 + (Thu, 18 Feb 2010)

Log Message:
---
Remove unused tileVisBits - now superseded by tileExploredBits.

Modified Paths:
--
trunk/src/advvis.c
trunk/src/map.c
trunk/src/map.h
trunk/src/visibility.c


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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


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

2010-02-18 Thread sendai
Revision: 9856
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9856&view=rev
Author:   sendai
Date: 2010-02-18 20:18:38 + (Thu, 18 Feb 2010)

Log Message:
---
Contrary to base definition, the inFire variable is not a boolean. It is used a 
triple state variable.

Modified Paths:
--
trunk/src/basedef.h
trunk/src/droid.c
trunk/src/structure.c


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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


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

2010-02-18 Thread sendai
Revision: 9857
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9857&view=rev
Author:   sendai
Date: 2010-02-18 21:24:17 + (Thu, 18 Feb 2010)

Log Message:
---
Unify the treatment of the bTargetted hack, which displays crosshairs for enemy 
objects targetted 
by your sensor droids, and also removes duplicate feature tracking of object 
born time. Patch
reviewed by stiv.

Modified Paths:
--
trunk/src/basedef.h
trunk/src/display3d.c
trunk/src/droid.c
trunk/src/droiddef.h
trunk/src/feature.c
trunk/src/featuredef.h
trunk/src/map.c
trunk/src/structure.c
trunk/src/structuredef.h
trunk/src/visibility.c


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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[9858] branches/2.3/src/scriptobj.c

2010-02-18 Thread buginator
Revision: 9858
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9858&view=rev
Author:   buginator
Date: 2010-02-18 23:12:20 + (Thu, 18 Feb 2010)

Log Message:
---
Don't abort() out if an object can't be loaded from a savegame.

While this will "fix" the issue of ticket:1133, it does not solve the problem 
of how this happened in the first place.

Closes ticket:1133

Modified Paths:
--
branches/2.3/src/scriptobj.c


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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[9859] branches/2.3/ChangeLog

2010-02-18 Thread buginator
Revision: 9859
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9859&view=rev
Author:   buginator
Date: 2010-02-18 23:19:46 + (Thu, 18 Feb 2010)

Log Message:
---
Update Changelog

Modified Paths:
--
branches/2.3/ChangeLog


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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[9860] branches/2.3/src/display3d.c

2010-02-18 Thread buginator
Revision: 9860
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9860&view=rev
Author:   buginator
Date: 2010-02-18 23:20:45 + (Thu, 18 Feb 2010)

Log Message:
---
Show level name & time on release builds as well.

Modified Paths:
--
branches/2.3/src/display3d.c


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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[9861] branches/2.3/src/multijoin.c

2010-02-18 Thread buginator
Revision: 9861
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=9861&view=rev
Author:   buginator
Date: 2010-02-18 23:22:01 + (Thu, 18 Feb 2010)

Log Message:
---
Change LOG_INFO to LOG_NET.  That info isn't needed anymore under normal 
operating conditions.

Modified Paths:
--
branches/2.3/src/multijoin.c


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

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits