Author Topic: Nightly: 04 March 2023 - Revision 8153e3235  (Read 374 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 04 March 2023 - Revision 8153e3235
Here is the nightly for 04 March 2023 - Revision 8153e3235



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 02805be74
Author: Asteroth
Commit: Asteroth

    fix damage scaling oversight
 code/ship/shiphit.cpp | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit a0e94eca9
Author: Asteroth
Commit: Asteroth

    update some movement flags to work for AI too
 code/ai/aicode.cpp | 9 +++++++++
 1 file changed, 9 insertions(+)

------------------------------------------------------------------------
commit eca7db031
Author: Goober5000
Commit: Goober5000

    allow personas to be used by more than one species
 code/mission/missionmessage.cpp            | 25 ++++++++++++++++++-------
 code/mission/missionmessage.h              |  2 +-
 fred2/shipeditordlg.cpp                    | 15 +++++++++++++--
 qtfred/src/ui/dialogs/ShipEditorDialog.cpp | 15 +++++++++++++--
 4 files changed, 45 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit be4d7acb6
Author: Goober5000
Commit: Goober5000

    change substitute_missing_messages to an actual flag, and add a no automatic assignment flag
 code/mission/missionmessage.cpp | 46 ++++++++++++++++++++++++++++++++---------
 code/mission/missionmessage.h   |  6 ++++--
 2 files changed, 40 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit 02e5cc435
Author: Goober5000
Commit: Goober5000

    remove PERSONA_FLAG_VASUDAN, since it is no longer assigned, and fix the -Vas suffix on the personas, which has apparently been broken since the species upgrade
 code/mission/missionmessage.h              |  1 -
 fred2/shipeditordlg.cpp                    | 14 +++++++-------
 qtfred/src/ui/dialogs/ShipEditorDialog.cpp | 10 +++++++---
 3 files changed, 14 insertions(+), 11 deletions(-)