Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on July 31, 2015, 11:30:58 am

Title: Nightly (Windows): 31 Jul 2015 - Revision 44c4c7d
Post by: SirKnightly on July 31, 2015, 11:30:58 am
Here is the nightly for Windows on 31 Jul 2015 - Revision 44c4c7d

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

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

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

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

Code: [Select]
------------------------------------------------------------------------
commit b50bd75
Author: jg18 <Thu Jul 30 15:27:36 2015 -0700>
Commit: jg18 <Thu Jul 30 15:27:36 2015 -0700>

    Log OpenAL info for selected device.
 code/sound/ds.cpp     | 7 +++++++
 code/sound/openal.cpp | 5 -----
 2 files changed, 7 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit d973c9e
Author: DahBlount <Thu Jul 30 15:22:31 2015 -0500>
Commit: DahBlount <Thu Jul 30 15:22:31 2015 -0500>

    Add cases for turret ammo setter multi_sexps
 code/parse/sexp.cpp | 8 ++++++++
 1 file changed, 8 insertions(+)

------------------------------------------------------------------------
commit 9e3cb6b
Author: DahBlount <Thu Jul 30 15:06:04 2015 -0500>
Commit: DahBlount <Thu Jul 30 15:06:04 2015 -0500>

    Multi_SEXP Turret Ammo Functions
 code/parse/sexp.cpp | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

------------------------------------------------------------------------
commit 0fd43da
Author: DahBlount <Wed Jul 29 12:25:24 2015 -0500>
Commit: DahBlount <Wed Jul 29 12:25:24 2015 -0500>

    Turret Ammo SEXPs
 code/ai/aiturret.cpp |  22 +++-
 code/parse/sexp.cpp  | 304 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 code/parse/sexp.h    |   7 ++
 3 files changed, 331 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 688baa2
Author: DahBlount <Wed Jun 24 16:28:06 2015 -0700>
Commit: DahBlount <Tue Jul 28 12:32:08 2015 -0500>

    Turret Ammo Implementation
 code/ai/aiturret.cpp  | 81 +++++++++++++++++++++++++++++++++++++++++++++++++--
 code/model/model.h    |  1 +
 code/ship/ship.cpp    |  3 +-
 code/weapon/swarm.cpp | 16 ++++++++--
 4 files changed, 94 insertions(+), 7 deletions(-)