Author Topic: Nightly: 12 November 2023 - Revision 4b5d4320f  (Read 164 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 12 November 2023 - Revision 4b5d4320f
Here is the nightly for 12 November 2023 - Revision 4b5d4320f



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 17dfa0ddb
Author: Goober5000
Commit: Goober5000

    fix 5773
 code/ai/aiturret.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 5f511e34e
Author: Goober5000
Commit: Goober5000

    FRED missionsave updates
 fred2/missionsave.cpp              | 25 ++++++++++++++++++-------
 qtfred/src/mission/missionsave.cpp | 25 ++++++++++++++++++-------
 2 files changed, 36 insertions(+), 14 deletions(-)

------------------------------------------------------------------------
commit 09c885c4a
Author: wookieejedi
Commit: GitHub

    Add built-in xstrs for SCP-added custom controls (#5790)
 code/controlconfig/controlsconfigcommon.cpp | 10 +++++-----
 code/localization/localize.cpp              |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit fa49d05e0
Author: Goober5000
Commit: Goober5000

    feedback
 code/ship/ship.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 187d24c2f
Author: Goober5000
Commit: Goober5000

    rcs thruster refactor
 code/globalincs/flagset.h |   4 +-
 code/ship/ship.cpp        | 149 ++++++++++++++++++++++------------------------
 code/ship/ship.h          |  13 ++--
 3 files changed, 79 insertions(+), 87 deletions(-)

------------------------------------------------------------------------
commit a0b7134b9
Author: Goober5000
Commit: Goober5000

    refactor argument functions
 code/parse/sexp.cpp        | 64 ++++++++++++++++++++++++----------------------
 code/parse/sexp.h          |  7 +++++
 fred2/messageeditordlg.cpp |  6 +----
 3 files changed, 42 insertions(+), 35 deletions(-)

------------------------------------------------------------------------
commit 26df8e9a4
Author: Goober5000
Commit: Goober5000

    assert -> assertion
 code/ship/ship.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit bb3e3eadf
Author: Goober5000
Commit: Goober5000

    additional optimizations
 code/object/object.cpp | 6 +++---
 code/ship/ship.cpp     | 9 ++++++---
 2 files changed, 9 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit b5e215a85
Author: Goober5000
Commit: Goober5000

    optimization for checking whether subsystems are blown
 code/ai/aicode.cpp     | 18 +++++++++---------
 code/ai/aiturret.cpp   |  2 +-
 code/object/object.cpp |  4 ++--
 code/ship/ship.cpp     | 22 +++++++++++++++++++++-
 code/ship/ship.h       |  3 ++-
 code/ship/shipfx.cpp   |  2 +-
 6 files changed, 36 insertions(+), 15 deletions(-)