Author Topic: Nightly: 29 January 2022 - Revision 244a1aac2  (Read 338 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 29 January 2022 - Revision 244a1aac2
Here is the nightly for 29 January 2022 - Revision 244a1aac2



Group: Win64-SSE2
nightly_20220129_244a1aac2-builds-x64-SSE2.zip (Mirror)


Group: Linux
nightly_20220129_244a1aac2-builds-Linux.tar.gz (Mirror)


Group: Win32-SSE2
nightly_20220129_244a1aac2-builds-Win32-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 244a1aac2
Author: Goober5000
Commit: GitHub

    fix initial positions of submodels in FRED (#3975)
 fred2/management.cpp | 3 ---
 1 file changed, 3 deletions(-)

------------------------------------------------------------------------
commit 43078c9d2
Author: Birk Magnussen
Commit: Birk Magnussen

    Fix moveable flicker by forcing recalculation outside of animation stepping
 code/model/modelanimation_moveables.cpp | 8 ++++++++
 1 file changed, 8 insertions(+)

------------------------------------------------------------------------
commit e58af85c0
Author: Birk Magnussen
Commit: Birk Magnussen

    Keep canonical_prev_orient correct
 code/model/modelanimation.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit ac2f47458
Author: Goober5000
Commit: Goober5000

    use the whole submodel hierarchy in FRED
 fred2/fredrender.cpp                | 67 +++++++++++++++++++++++--------------
 qtfred/src/mission/FredRenderer.cpp | 67 +++++++++++++++++++++++--------------
 2 files changed, 84 insertions(+), 50 deletions(-)

------------------------------------------------------------------------
commit adfc8e0db
Author: Birk Magnussen
Commit: Birk Magnussen

    Log addition of Can_move flag
 code/model/modelanimation.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit e862c2775
Author: Birk Magnussen
Commit: Birk Magnussen

    Tidy up
 code/model/modelanimation.cpp | 4 ----
 1 file changed, 4 deletions(-)

------------------------------------------------------------------------
commit 4ce2d3e02
Author: Birk Magnussen
Commit: Birk Magnussen

    Fix various issues in vm_closest_angle_to_matrix
 code/math/vecmat.cpp | 48 +++++++++++++++++++++++++++++-------------------
 1 file changed, 29 insertions(+), 19 deletions(-)

------------------------------------------------------------------------
commit 3aa44671d
Author: Birk Magnussen
Commit: Birk Magnussen

    Set can move flag for all submodels that have been requested by the animations
 code/model/modelanimation.cpp | 5 +++++
 1 file changed, 5 insertions(+)

------------------------------------------------------------------------
commit 7674474bb
Author: Goober5000
Commit: Goober5000

    make clang happy, and anticipate a potential problem in the collision code
 code/model/modelread.cpp | 10 +++++++---
 code/ship/ship.cpp       |  4 +---
 2 files changed, 8 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 68fc94783
Author: Goober5000
Commit: Goober5000

    replicate submodels that aren't associated with subsystems
 code/model/model.h       | 25 ++++++++++++++++++
 code/model/modelread.cpp | 68 +++++++++++++++++-------------------------------
 code/ship/ship.cpp       | 27 ++++++++++++++++++-
 3 files changed, 75 insertions(+), 45 deletions(-)