Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on February 01, 2016, 02:29:07 pm

Title: Nightly (FreeBSD): 01 Feb 2016 - Revision 17c6b7c
Post by: SirKnightly on February 01, 2016, 02:29:07 pm
Here is the nightly for FreeBSD on 01 Feb 2016 - Revision 17c6b7c

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

Code: [Select]
------------------------------------------------------------------------
commit f12d239
Author: Lari Nieminen <Sun Jan 31 23:27:52 2016 +0200>
Commit: Lari Nieminen <Sun Jan 31 23:27:52 2016 +0200>

    Fixed $Acceleration Time not working right on non-homing secondaries
 code/weapon/weapons.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit fc6bc3a
Author: asarium <Fri Jan 29 22:00:58 2016 +0100>
Commit: asarium <Fri Jan 29 22:00:58 2016 +0100>

    Remove some unused code from timer.h/.cpp
 code/freespace2/freespace.cpp |   7 +-
 code/io/timer.cpp             | 221 ------------------------------------------
 code/io/timer.h               |  32 ------
 3 files changed, 1 insertion(+), 259 deletions(-)

------------------------------------------------------------------------
commit 5bcc89b
Author: Goober5000 <Fri Jan 29 12:37:14 2016 -0500>
Commit: Goober5000 <Fri Jan 29 12:37:14 2016 -0500>

    one small bugfix, one small comment tweak
 code/hud/hudlock.cpp     | 2 +-
 code/model/modelread.cpp | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 54b2edd
Author: asarium <Thu Jan 28 16:39:10 2016 +0100>
Commit: asarium <Thu Jan 28 16:39:10 2016 +0100>

    Change timestamp integer handling again
 code/freespace2/freespace.cpp | 4 +++-
 code/io/timer.cpp             | 5 ++---
 code/io/timer.h               | 2 +-
 code/menuui/credits.cpp       | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)