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 05, 2021, 12:39:23 am
-
Here is the nightly for 05 February 2021 - Revision 994e42a27
Group: Win64-SSE2
nightly_20210205_994e42a27-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210205_994e42a27/nightly_20210205_994e42a27-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210205_994e42a27/nightly_20210205_994e42a27-builds-x64-SSE2.zip))
Group: Linux
nightly_20210205_994e42a27-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20210205_994e42a27/nightly_20210205_994e42a27-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210205_994e42a27/nightly_20210205_994e42a27-builds-Linux.tar.gz))
Group: Win32-SSE2
nightly_20210205_994e42a27-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20210205_994e42a27/nightly_20210205_994e42a27-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20210205_994e42a27/nightly_20210205_994e42a27-builds-Win32-SSE2.zip))
------------------------------------------------------------------------
commit 0c0a9e4f2
Author: Baezon
Commit: Baezon
typo
code/ship/ship.cpp | 4 ++--
code/weapon/weapons.cpp | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit eb1d74890
Author: Baezon
Commit: Baezon
safety
code/ship/ship.cpp | 11 ++++++++++-
code/weapon/weapons.cpp | 7 ++++++-
2 files changed, 16 insertions(+), 2 deletions(-)
------------------------------------------------------------------------
commit 66c38c43c
Author: Baezon
Commit: Baezon
clean up
code/ship/ship.cpp | 51 ++++++++++++++++++++++++++++++++++++++++++++-----
code/ship/ship.h | 3 +++
code/weapon/trails.cpp | 2 +-
code/weapon/trails.h | 1 +
code/weapon/weapons.cpp | 8 ++++++++
5 files changed, 59 insertions(+), 6 deletions(-)
------------------------------------------------------------------------
commit 4e5c74d72
Author: Baezon
Commit: Baezon
add trail alpha decay exponent
code/weapon/trails.cpp | 10 ++++++++--
code/weapon/trails.h | 1 +
code/weapon/weapons.cpp | 4 ++++
3 files changed, 13 insertions(+), 2 deletions(-)