Hard Light Productions Forums

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

Title: Nightly (OS X): 26 Jun 2015 - Revision 464d49d
Post by: SirKnightly on June 26, 2015, 10:04:40 am
Here is the nightly for OS X on 26 Jun 2015 - Revision 464d49d

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

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

Code: [Select]
------------------------------------------------------------------------
commit 6b95037
Author: asarium <Thu Jun 25 18:22:51 2015 +0200>
Commit: asarium <Thu Jun 25 18:22:51 2015 +0200>

    Fix usage of invalid iterator.
 code/hud/hudmessage.cpp | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 2cf8d0c
Author: Echelon9 <Thu Jun 25 23:39:17 2015 +1200>
Commit: Echelon9 <Thu Jun 25 23:39:17 2015 +1200>

    Improve alignment of color struct (28 bytes -> 24 bytes, c.14%).
 code/graphics/2d.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit b5610a5
Author: Echelon9 <Thu Jun 25 16:56:24 2015 +1200>
Commit: Echelon9 <Thu Jun 25 16:56:24 2015 +1200>

    Proposed refactor of #Cutscenes in mission files, per wiki documentation.
 code/mission/missionparse.cpp | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)