Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on June 13, 2015, 05:59:47 am
-
Here is the nightly for Windows on 13 Jun 2015 - Revision 3cb6cc3
Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 123
Group: Standard
fso_Standard_20150613_3cb6cc3.7z (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150613_3cb6cc3.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_Standard_20150613_3cb6cc3.md5)
Group: NO-SSE
fso_NO-SSE_20150613_3cb6cc3.7z (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150613_3cb6cc3.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_NO-SSE_20150613_3cb6cc3.md5)
Group: AVX
fso_AVX_20150613_3cb6cc3.7z (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150613_3cb6cc3.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_AVX_20150613_3cb6cc3.md5)
Group: SSE
fso_SSE_20150613_3cb6cc3.7z (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150613_3cb6cc3.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso_SSE_20150613_3cb6cc3.md5)
------------------------------------------------------------------------
commit 5f63e86
Author: DahBlount <Fri Jun 12 09:56:13 2015 -0700>
Commit: DahBlount <Fri Jun 12 09:56:13 2015 -0700>
Add sanity checks and an extra parameter
code/object/collideshipweapon.cpp | 2 ++
code/weapon/weapon.h | 1 +
code/weapon/weapons.cpp | 20 ++++++++++++++++++++
3 files changed, 23 insertions(+)
------------------------------------------------------------------------
commit e8f58f5
Author: DahBlount <Thu Jun 11 13:48:56 2015 -0700>
Commit: DahBlount <Fri Jun 12 05:01:21 2015 -0700>
Create Weapon Damage Decay framework
code/object/collideshipweapon.cpp | 10 +++++++++-
code/weapon/weapon.h | 2 ++
code/weapon/weapons.cpp | 10 ++++++++++
3 files changed, 21 insertions(+), 1 deletion(-)