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, 05:36:30 am

Title: Nightly (Windows): 01 Feb 2016 - Revision 17c6b7c
Post by: SirKnightly on February 01, 2016, 05:36:30 am
Here is the nightly for Windows 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: SSE
fso_SSE_20160201_17c6b7c.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20160201_17c6b7c.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20160201_17c6b7c.md5)

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

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

Group: Standard
fso_Standard_20160201_17c6b7c.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20160201_17c6b7c.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/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(-)