Hard Light Productions Forums

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

Title: Nightly (OS X): 16 Dec 2015 - Revision 175640d
Post by: SirKnightly on December 16, 2015, 10:04:58 am
Here is the nightly for OS X on 16 Dec 2015 - Revision 175640d

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

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

Code: [Select]
------------------------------------------------------------------------
commit 9b7ebff
Author: DahBlount <Sun Dec 13 22:21:29 2015 -0700>
Commit: DahBlount <Tue Dec 15 09:54:34 2015 -0700>

    Change NULL to nullptr and change fighter beam flag comparison from > to !=
 code/ai/aiturret.cpp |  4 ++--
 code/weapon/beam.cpp | 34 +++++++++++++++++-----------------
 2 files changed, 19 insertions(+), 19 deletions(-)

------------------------------------------------------------------------
commit 1491d4a
Author: DahBlount <Sat Dec 5 12:38:31 2015 -0700>
Commit: DahBlount <Tue Dec 15 09:54:32 2015 -0700>

    Create "share fire direction" subsystem flag
 code/ai/aiturret.cpp | 54 ++++++++++++++++++++++++++++++++++--
 code/model/model.h   |  1 +
 code/ship/ship.cpp   |  1 +
 code/weapon/beam.cpp | 78 ++++++++++++++++++++++++++++++++++++++++++----------
 4 files changed, 117 insertions(+), 17 deletions(-)

------------------------------------------------------------------------
commit 236857e
Author: SamuelCho <Mon Dec 7 22:59:28 2015 -0800>
Commit: SamuelCho <Mon Dec 7 22:59:28 2015 -0800>

    Changed bitmap_lookup to use ubyte instead of floats for the color channels. Should make reading bitmaps faster.
 code/bmpman/bmpman.cpp            | 10 +++++-----
 code/bmpman/bmpman.h              |  2 +-
 code/graphics/gropengltexture.cpp |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)