Author Topic: Nightly: 28 August 2022 - Revision d25a477ff  (Read 241 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 28 August 2022 - Revision d25a477ff
Here is the nightly for 28 August 2022 - Revision d25a477ff



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


Group: MacOSX
nightly_20220828_d25a477ff-builds-Mac.tar.gz (Mirror)


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


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

Code: [Select]
------------------------------------------------------------------------
commit 150608a98
Author: MjnMixael
Commit: GitHub

    Base method to determine Debug vs Release (#4597)
 code/scripting/api/libs/base.cpp | 8 ++++++++
 1 file changed, 8 insertions(+)

------------------------------------------------------------------------
commit 4dfb29f9d
Author: Goober5000
Commit: Goober5000

    adjust MOI values per feedback
 code/math/vecmat.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit e67ea6312
Author: Goober5000
Commit: Goober5000

    use std::max
 code/ai/aibig.cpp        | 2 +-
 code/ai/aicode.cpp       | 2 +-
 code/hud/hudconfig.cpp   | 2 +-
 code/math/floating.h     | 2 +-
 code/physics/physics.cpp | 2 +-
 code/ship/ship.cpp       | 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 60540d2a5
Author: Goober5000
Commit: Goober5000

    floating-point followup
 code/math/floating.h     |  7 +++++--
 code/math/vecmat.h       | 36 +++++++++++++++++++++++++-----------
 code/model/modelread.cpp | 10 +++++-----
 code/ship/ship.cpp       |  6 +++---
 4 files changed, 38 insertions(+), 21 deletions(-)