Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on January 27, 2022, 12:43:19 am

Title: Nightly: 27 January 2022 - Revision 1fb136888
Post by: SirKnightly on January 27, 2022, 12:43:19 am
Here is the nightly for 27 January 2022 - Revision 1fb136888



Group: Linux
nightly_20220127_1fb136888-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220127_1fb136888/nightly_20220127_1fb136888-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220127_1fb136888/nightly_20220127_1fb136888-builds-Linux.tar.gz))


Group: Win64-SSE2
nightly_20220127_1fb136888-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220127_1fb136888/nightly_20220127_1fb136888-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220127_1fb136888/nightly_20220127_1fb136888-builds-x64-SSE2.zip))


Group: Win32-SSE2
nightly_20220127_1fb136888-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220127_1fb136888/nightly_20220127_1fb136888-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220127_1fb136888/nightly_20220127_1fb136888-builds-Win32-SSE2.zip))

Code: [Select]
------------------------------------------------------------------------
commit 1fb136888
Author: wookieejedi
Commit: GitHub

    Add `getHUDConfigShowStatus` for scripting (#3961)
 code/scripting/api/libs/hud.cpp | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

------------------------------------------------------------------------
commit 17bcaebd5
Author: BMagnu
Commit: GitHub

    Add axis rotation Animation Segment (#3966)
 code/model/modelanimation.cpp           |   2 +
 code/model/modelanimation_moveables.cpp |  81 ++++++++++-
 code/model/modelanimation_moveables.h   |  14 ++
 code/model/modelanimation_segments.cpp  | 249 ++++++++++++++++++++++++++++++++
 code/model/modelanimation_segments.h    |  36 +++++
 5 files changed, 381 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 795947a60
Author: wookieejedi
Commit: GitHub

    Enable `Use Cargo Icon` for briefing icons (#3964)
 code/mission/missionparse.cpp      | 7 +++++++
 fred2/missionsave.cpp              | 6 ++++++
 qtfred/src/mission/missionsave.cpp | 6 ++++++
 3 files changed, 19 insertions(+)

------------------------------------------------------------------------
commit 21d4690eb
Author: BMagnu
Commit: GitHub

    Inverse Kinematics for Animations (#3962)
 code/math/ik_solver.cpp                 | 220 ++++++++++++++++++++++++++++++++
 code/math/ik_solver.h                   |  78 +++++++++++
 code/math/vecmat.h                      |   4 +-
 code/model/modelanimation.cpp           |   6 +-
 code/model/modelanimation.h             |   4 +
 code/model/modelanimation_moveables.cpp | 144 +++++++++++++++++++++
 code/model/modelanimation_moveables.h   |  20 +++
 code/model/modelanimation_segments.cpp  | 139 +++++++++++++++++++-
 code/model/modelanimation_segments.h    |  38 +++++-
 code/source_groups.cmake                |   2 +
 10 files changed, 647 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 1b118e9b5
Author: BMagnu
Commit: GitHub

    Fix lab animation triggers (#3965)
 code/lab/dialogs/actions.cpp  |  2 +-
 code/model/modelanimation.cpp | 21 +++++++++++++++++++++
 code/model/modelanimation.h   |  1 +
 3 files changed, 23 insertions(+), 1 deletion(-)