Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on October 21, 2015, 08:18:04 am

Title: Nightly (Windows): 21 Oct 2015 - Revision 76b6f95
Post by: SirKnightly on October 21, 2015, 08:18:04 am
Here is the nightly for Windows on 21 Oct 2015 - Revision 76b6f95

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

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

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

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

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

Code: [Select]
------------------------------------------------------------------------
commit 064a073
Author: MageKing17 <Thu Oct 15 18:58:27 2015 -0700>
Commit: MageKing17 <Thu Oct 15 18:58:27 2015 -0700>

    Fixes numerous SEXPs accessing the wrong nodes.
 code/parse/sexp.cpp | 54 +++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 40 insertions(+), 14 deletions(-)

------------------------------------------------------------------------
commit 7852d13
Author: MageKing17 <Mon Oct 12 22:48:15 2015 -0700>
Commit: MageKing17 <Mon Oct 12 22:48:15 2015 -0700>

    Check IS_VEC_NULL(&wp->homing_pos) for det_radius and arm_radius.
 code/weapon/weapons.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 75ae511
Author: MageKing17 <Mon Oct 12 16:10:05 2015 -0700>
Commit: MageKing17 <Mon Oct 12 16:10:05 2015 -0700>

    Stop comparing/setting homing_object to NULL.
 code/network/multimsgs.cpp |  2 +-
 code/parse/lua.cpp         |  4 ++--
 code/weapon/weapons.cpp    | 10 +++++-----
 3 files changed, 8 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit ccd6d1e
Author: MageKing17 <Mon Oct 12 15:12:13 2015 -0700>
Commit: MageKing17 <Mon Oct 12 15:12:13 2015 -0700>

    Fix a typo in the weapon editor dialogue for turret bank 3 ammo.
 code/fred2/weaponeditordlg.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)