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, 2022, 12:51:23 am
-
Here is the nightly for 01 February 2022 - Revision e7d9f5a55
Group: Win32-SSE2
nightly_20220201_e7d9f5a55-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220201_e7d9f5a55/nightly_20220201_e7d9f5a55-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220201_e7d9f5a55/nightly_20220201_e7d9f5a55-builds-Win32-SSE2.zip))
Group: Linux
nightly_20220201_e7d9f5a55-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220201_e7d9f5a55/nightly_20220201_e7d9f5a55-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220201_e7d9f5a55/nightly_20220201_e7d9f5a55-builds-Linux.tar.gz))
Group: Win64-SSE2
nightly_20220201_e7d9f5a55-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220201_e7d9f5a55/nightly_20220201_e7d9f5a55-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220201_e7d9f5a55/nightly_20220201_e7d9f5a55-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit e7d9f5a55
Author: BMagnu
Commit: GitHub
fix absolute moveable (#3995)
code/model/modelanimation_moveables.cpp | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit 34e74aad7
Author: wookieejedi
Commit: GitHub
Fix limitations of GetColor script function (#3992)
code/hud/hud.cpp | 18 +++++++++++++++---
code/scripting/api/objs/object.cpp | 24 ++++++++++++++++++++++++
2 files changed, 39 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit 6ab17aba2
Author: Goober5000
Commit: Goober5000
move inline functions to the header file so Linux will compile
code/math/vecmat.cpp | 23 -----------------------
code/math/vecmat.h | 36 ++++++++++++++++++++++++++++++++----
2 files changed, 32 insertions(+), 27 deletions(-)
------------------------------------------------------------------------
commit d8987b3de
Author: Goober5000
Commit: Goober5000
set some mod flags by default in 22.0
code/mod_table/mod_table.cpp | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
------------------------------------------------------------------------
commit f6a903f2b
Author: Goober5000
Commit: Goober5000
correctly calculate the vector for pointing the camera
code/camera/camera.cpp | 69 ++++++++++++++++++++++++++++++++++----------------
code/camera/camera.h | 2 +-
2 files changed, 48 insertions(+), 23 deletions(-)
------------------------------------------------------------------------
commit 8a29586ef
Author: Goober5000
Commit: Goober5000
properly calculate submodel host orient
code/camera/camera.cpp | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)
------------------------------------------------------------------------
commit f5517eb78
Author: JohnAFernandez
Commit: JohnAFernandez
Partially revert 3313 to fix missiles never dying
code/weapon/weapons.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit bd9078149
Author: Goober5000
Commit: Goober5000
rename a couple variables for clarification
code/camera/camera.cpp | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
------------------------------------------------------------------------
commit 059babea5
Author: Goober5000
Commit: Goober5000
add game_settings flag
code/mod_table/mod_table.cpp | 12 ++++++++++++
code/mod_table/mod_table.h | 1 +
2 files changed, 13 insertions(+)