Author Topic: Nightly: 04 April 2023 - Revision 884d47611  (Read 663 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 04 April 2023 - Revision 884d47611
Here is the nightly for 04 April 2023 - Revision 884d47611



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit a786e2d54
Author: Fabian Woltermann
Commit: Fabian Woltermann

    fix rare division-by-zero caused by unchecked data
 code/model/modelrender.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 0dd4daf2e
Author: Mike Nelson
Commit: GitHub

    modular traitor + cleanup (#5188)
 code/stats/scoring.cpp   | 59 ++++++++++++++++++++++++++++++------------------
 code/stats/scoring.h     |  2 +-
 freespace2/freespace.cpp |  2 +-
 3 files changed, 39 insertions(+), 24 deletions(-)

------------------------------------------------------------------------
commit 949141c61
Author: naomimyselfandi
Commit: GitHub

    Message filter follow up (#5304)
 code/hud/hudsquadmsg.cpp        | 27 +++++++++++----------------
 code/mission/missionmessage.cpp | 33 ++++++++++++++++++++++++---------
 2 files changed, 35 insertions(+), 25 deletions(-)

------------------------------------------------------------------------
commit 837ac8d08
Author: Tyler Blount
Commit: Tyler Blount

    Also force if the option is set, but Vulkan could not be found
 code/CMakeLists.txt | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 6cac2af8e
Author: Tyler Blount
Commit: Tyler Blount

    Default to OFF for FSO_BUILD_WITH_VULKAN
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit ede86efa9
Author: Goober5000
Commit: Goober5000

    move self-destruct mission logging to ship_hit_kill
 code/ship/shiphit.cpp | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)