Author Topic: Nightly (Windows): 04 Aug 2015 - Revision aed2b60  (Read 723 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 04 Aug 2015 - Revision aed2b60
Here is the nightly for Windows on 04 Aug 2015 - Revision aed2b60

Open non-feature issues in Mantis: 125

Group: Standard
fso_Standard_20150804_aed2b60.7z
MD5Sum

Group: NO-SSE
fso_NO-SSE_20150804_aed2b60.7z
MD5Sum

Group: AVX
fso_AVX_20150804_aed2b60.7z
MD5Sum

Group: SSE
fso_SSE_20150804_aed2b60.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 1bf8653
Author: Lari Nieminen <Mon Aug 3 13:20:14 2015 +0300>
Commit: Lari Nieminen <Mon Aug 3 13:20:14 2015 +0300>

    Added $Collision LOD ship table property, for using a LOD for collision detection
 code/debris/debris.cpp            |  4 ++++
 code/model/model.h                |  1 +
 code/model/modelcollide.cpp       | 17 ++++++++++++++++-
 code/model/modelread.cpp          |  6 ++++++
 code/object/collideshipship.cpp   |  4 ++++
 code/object/collideshipweapon.cpp | 11 +++++------
 code/ship/ship.cpp                |  8 ++++++++
 code/ship/ship.h                  |  1 +
 8 files changed, 45 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit bdc90c0
Author: Echelon9 <Mon Aug 3 19:04:10 2015 +1000>
Commit: Echelon9 <Mon Aug 3 19:04:10 2015 +1000>

    Ensure grammar works as a whole.
 code/ship/ship.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 88ca967
Author: Echelon9 <Mon Aug 3 19:03:17 2015 +1000>
Commit: Echelon9 <Mon Aug 3 19:03:17 2015 +1000>

    Improve the warning documentation associated with a faulty ship copy flag.
 code/ship/ship.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 9ea2ae4
Author: Echelon9 <Mon Aug 3 18:01:13 2015 +1000>
Commit: Echelon9 <Mon Aug 3 18:01:13 2015 +1000>

    Add correct argument to printf format string.
 code/ship/ship.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 3b26eb8
Author: Echelon9 <Sun Aug 2 20:02:44 2015 +1000>
Commit: Echelon9 <Sun Aug 2 20:02:44 2015 +1000>

    Resolve Coverity-reported incorrect for() loops.
 code/ai/aiturret.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)