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 15, 2015, 10:43:15 am
-
Here is the nightly for Windows on 15 Nov 2015 - Revision 96ede6f
Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 124
Group: NO-SSE
fso_NO-SSE_20151115_96ede6f.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20151115_96ede6f.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20151115_96ede6f.md5)
Group: SSE
fso_SSE_20151115_96ede6f.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20151115_96ede6f.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20151115_96ede6f.md5)
Group: AVX
fso_AVX_20151115_96ede6f.7z (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20151115_96ede6f.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20151115_96ede6f.md5)
Group: Standard
fso_Standard_20151115_96ede6f.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20151115_96ede6f.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20151115_96ede6f.md5)
------------------------------------------------------------------------
commit f790b3b
Author: The E <Sat Nov 14 23:13:32 2015 +0100>
Commit: The E <Sat Nov 14 23:13:32 2015 +0100>
small error correction
code/mission/missionmessage.cpp | 1 -
1 file changed, 1 deletion(-)
------------------------------------------------------------------------
commit 9d6b373
Author: Yarn366 <Tue Nov 10 23:22:34 2015 -0500>
Commit: Yarn366 <Tue Nov 10 23:22:34 2015 -0500>
Undid the function name changes
code/fred2/bgbitmapdlg.cpp | 2 +-
code/mission/missionparse.cpp | 2 +-
code/starfield/starfield.cpp | 6 +++---
code/starfield/starfield.h | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
------------------------------------------------------------------------
commit 320fd33
Author: Yarn366 <Tue Nov 10 19:48:54 2015 -0500>
Commit: Yarn366 <Tue Nov 10 19:48:54 2015 -0500>
If even one element in the first mission background is missing, fall back to the second background if it exists
code/fred2/bgbitmapdlg.cpp | 2 +-
code/mission/missionparse.cpp | 2 +-
code/starfield/starfield.cpp | 65 ++++++++++++++++++-------------------------
code/starfield/starfield.h | 4 +--
4 files changed, 31 insertions(+), 42 deletions(-)
------------------------------------------------------------------------
commit 4849f44
Author: niffiwan <Sun Nov 8 14:51:04 2015 +1000>
Commit: niffiwan <Sun Nov 8 14:51:04 2015 +1000>
Missed two places to use killer_infop
code/weapon/weapons.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit aff81fe
Author: niffiwan <Sun Nov 8 14:38:05 2015 +1000>
Commit: niffiwan <Sun Nov 8 14:42:29 2015 +1000>
Countermeasures can detonate a single missile
code/weapon/weapon.h | 1 +
code/weapon/weapons.cpp | 33 +++++++++++++++++++++++----------
2 files changed, 24 insertions(+), 10 deletions(-)
------------------------------------------------------------------------
commit 26d4055
Author: niffiwan <Sun Nov 8 12:33:02 2015 +1000>
Commit: niffiwan <Sun Nov 8 14:41:40 2015 +1000>
Allow countermeasure kill-distance to be moddable
code/cmeasure/cmeasure.cpp | 1 +
code/cmeasure/cmeasure.h | 1 +
code/weapon/weapon.h | 1 +
code/weapon/weapons.cpp | 23 ++++++++++++++++-------
4 files changed, 19 insertions(+), 7 deletions(-)