Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on March 10, 2022, 12:49:47 am

Title: Nightly: 10 March 2022 - Revision 26417e215
Post by: SirKnightly on March 10, 2022, 12:49:47 am
Here is the nightly for 10 March 2022 - Revision 26417e215



Group: Win32-SSE2
nightly_20220310_26417e215-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220310_26417e215/nightly_20220310_26417e215-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220310_26417e215/nightly_20220310_26417e215-builds-Win32-SSE2.zip))


Group: Linux
nightly_20220310_26417e215-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220310_26417e215/nightly_20220310_26417e215-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220310_26417e215/nightly_20220310_26417e215-builds-Linux.tar.gz))


Group: Win64-SSE2
nightly_20220310_26417e215-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220310_26417e215/nightly_20220310_26417e215-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220310_26417e215/nightly_20220310_26417e215-builds-x64-SSE2.zip))

Code: [Select]
------------------------------------------------------------------------
commit 222f3e00a
Author: BMagnu
Commit: GitHub

    Fix moving submodel collision speed calculation (#4067)
 code/model/model.h              |  4 ++--
 code/model/modelread.cpp        |  8 ++++----
 code/object/collideshipship.cpp | 39 ++++++++++-----------------------------
 3 files changed, 16 insertions(+), 35 deletions(-)

------------------------------------------------------------------------
commit 9ab7a4626
Author: BMagnu
Commit: GitHub

    Fix nested and animated submodel collisions (#4065)
 code/asteroid/asteroid.cpp        |  14 +--
 code/debris/debris.cpp            |  14 +--
 code/model/model.h                |  49 +++++---
 code/model/modelanimation.cpp     |  26 ++++-
 code/model/modelanimation.h       |   2 +
 code/model/modelread.cpp          | 235 +++++++++++++++++---------------------
 code/object/collideshipship.cpp   |  55 ++++-----
 code/object/collideshipweapon.cpp |   5 +-
 code/ship/shipfx.cpp              |  11 +-
 test/src/model/test_modelread.cpp |  86 ++++++++++++++
 test/src/source_groups.cmake      |   4 +
 11 files changed, 295 insertions(+), 206 deletions(-)

------------------------------------------------------------------------
commit 5f3dc91a2
Author: Asteroth
Commit: Asteroth

    use header's bbox, not detail0's
 code/model/modelread.cpp | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)