Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 03, 2015, 10:04:20 am

Title: Nightly (OS X): 03 Aug 2015 - Revision aed2b60
Post by: SirKnightly on August 03, 2015, 10:04:20 am
Here is the nightly for OS X on 03 Aug 2015 - Revision aed2b60

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 125

Group: Standard
fso_Standard_20150803_aed2b60.tgz (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20150803_aed2b60.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso_Standard_20150803_aed2b60.md5)

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(-)

------------------------------------------------------------------------
commit 0450ce7
Author: The E <Fri Jul 31 22:25:25 2015 +0200>
Commit: The E <Fri Jul 31 22:25:25 2015 +0200>

    Make this assertion in modelanim a bit more useful.
 code/model/modelanim.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit d93f2e9
Author: asarium <Sat Jul 25 16:31:58 2015 +0200>
Commit: asarium <Sun Jul 26 14:08:31 2015 +0200>

    Add format specifying macros
 code/globalincs/pstypes.h    |  72 ++++++++++++++++-------
 code/globalincs/windebug.cpp |   2 +-
 code/osapi/outwnd.h          |   5 +-
 code/windows_stub/stubs.cpp  |  14 ++---
 fs2open.Doxyfile             | 132 +++++++++++++++++++++----------------------
 5 files changed, 128 insertions(+), 97 deletions(-)