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 15, 2015, 04:59:06 am

Title: Nightly (Windows): 15 Jun 2015 - Revision b9f9afe
Post by: SirKnightly on June 15, 2015, 04:59:06 am
Here is the nightly for Windows on 15 Jun 2015 - Revision b9f9afe

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_20150615_b9f9afe.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150615_b9f9afe.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150615_b9f9afe.md5)

Group: NO-SSE
fso_NO-SSE_20150615_b9f9afe.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150615_b9f9afe.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150615_b9f9afe.md5)

Group: AVX
fso_AVX_20150615_b9f9afe.7z (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150615_b9f9afe.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150615_b9f9afe.md5)

Group: SSE
fso_SSE_20150615_b9f9afe.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150615_b9f9afe.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150615_b9f9afe.md5)

Code: [Select]
------------------------------------------------------------------------
commit b9f9afe
Author: Fabian Woltermann <Mon Jun 15 08:58:59 2015 +0200>
Commit: Fabian Woltermann <Mon Jun 15 08:58:59 2015 +0200>

    Revert "Merge pull request #181 from PeterMitsis/math-cleanup"
 code/math/floating.h                |   4 +-
 code/math/spline.cpp                |  32 ++--
 code/math/vecmat.cpp                | 319 +++++++++++++++++++-----------------
 code/math/vecmat.h                  | 156 +++++++++---------
 code/mission/missionbriefcommon.cpp |   2 +-
 5 files changed, 265 insertions(+), 248 deletions(-)

------------------------------------------------------------------------
commit 923d985
Author: DahBlount <Sun Jun 14 10:51:09 2015 -0700>
Commit: DahBlount <Sun Jun 14 10:51:09 2015 -0700>

    Create "don't spawn if shot" flag
 code/weapon/weapon.h    | 1 +
 code/weapon/weapons.cpp | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 418d17b
Author: FSCyborg <Sat Jun 13 13:16:56 2015 -0400>
Commit: FSCyborg <Sat Jun 13 13:16:56 2015 -0400>

    Resolve CID 1093428 & 1093429
 code/stats/stats.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)