Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on November 13, 2015, 11:22:10 pm

Title: Nightly (Windows): 13 Nov 2015 - Revision 47d82a0
Post by: SirKnightly on November 13, 2015, 11:22:10 pm
Here is the nightly for Windows on 13 Nov 2015 - Revision 47d82a0

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

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

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

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

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

Code: [Select]
------------------------------------------------------------------------
commit 3e6fb11
Author: DahBlount <Thu Nov 12 23:27:55 2015 -0700>
Commit: DahBlount <Fri Nov 13 12:26:04 2015 -0700>

    Deprecate +Min Damage and +Max Damage, add +Attenuation Damage:
 code/object/collideshipweapon.cpp |  8 +++-----
 code/weapon/weapon.h              |  3 +--
 code/weapon/weapons.cpp           | 28 +++++++---------------------
 3 files changed, 11 insertions(+), 28 deletions(-)

------------------------------------------------------------------------
commit 28c9512
Author: asarium <Fri Nov 13 11:52:52 2015 +0100>
Commit: asarium <Fri Nov 13 11:52:52 2015 +0100>

    Fix compilation
 code/network/multimsgs.h | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 34a7f7d
Author: asarium <Wed Nov 11 14:56:14 2015 +0100>
Commit: asarium <Wed Nov 11 14:56:14 2015 +0100>

    Check the size of data in multi packets
 code/network/multimsgs.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 647f6a8
Author: The E <Tue Nov 10 15:55:46 2015 +0100>
Commit: The E <Tue Nov 10 15:55:46 2015 +0100>

    Upped MAX_SHIP_CLASSES to 500
 code/globalincs/globals.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 89d072e
Author: DahBlount <Tue Nov 3 00:33:18 2015 -0700>
Commit: DahBlount <Mon Nov 9 14:28:40 2015 -0700>

    Add +Directonal Glow:
 code/weapon/beam.cpp    | 148 ++++++++++++++++++++++++++++++++++++++----------
 code/weapon/weapon.h    |   2 +
 code/weapon/weapons.cpp |   7 +++
 3 files changed, 128 insertions(+), 29 deletions(-)

------------------------------------------------------------------------
commit b1e7a2a
Author: Yarn366 <Mon Nov 9 00:31:40 2015 -0500>
Commit: Yarn366 <Mon Nov 9 00:31:40 2015 -0500>

    Don't add an extension to a sound's file name if the extension is supposed to be present already
 code/sound/audiostr.cpp | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)