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, 05:16:54 am

Title: Nightly (FreeBSD): 13 Nov 2015 - Revision e9a3e45
Post by: SirKnightly on November 13, 2015, 05:16:54 am
Here is the nightly for FreeBSD on 13 Nov 2015 - Revision e9a3e45

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_20151113_e9a3e45.tar.bz2 (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20151113_e9a3e45.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20151113_e9a3e45.md5)

Code: [Select]
------------------------------------------------------------------------
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(-)