Author Topic: Nightly: 27 November 2023 - Revision 7afb00e97  (Read 402 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 27 November 2023 - Revision 7afb00e97
Here is the nightly for 27 November 2023 - Revision 7afb00e97

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit f7dddc35d
Author: mjn-mixael
Commit: mjn-mixael

    inline and remove signed check for size_t
 code/globalincs/vmallocator.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit b8806e958
Author: mjn-mixael
Commit: mjn-mixael

    do not translate these if setting is enabled
 code/hud/hudtargetbox.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 40cf32133
Author: mjn-mixael
Commit: mjn-mixael

    in bounds check for language ext
 code/globalincs/vmallocator.h  | 10 ++++++++++
 code/localization/localize.cpp |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 691ec7440
Author: Mike Nelson
Commit: GitHub

    Mission custom strings (#5544)
 code/mission/missionparse.cpp       |  26 +++
 code/mission/missionparse.h         |   8 +
 code/scripting/api/libs/mission.cpp |  34 ++++
 code/scripting/global_hooks.cpp     |   6 +
 code/scripting/global_hooks.h       |   3 +
 fred2/CMakeLists.txt                |   2 +
 fred2/customstringsdlg.cpp          | 380 ++++++++++++++++++++++++++++++++++++
 fred2/customstringsdlg.h            |  73 +++++++
 fred2/fred.h                        |   1 +
 fred2/fred.rc                       |  35 +++-
 fred2/fredview.cpp                  |   1 +
 fred2/missionnotesdlg.cpp           |  19 ++
 fred2/missionnotesdlg.h             |   1 +
 fred2/missionsave.cpp               |  26 +++
 fred2/resource.h                    |   8 +-
 qtfred/src/mission/missionsave.cpp  |  28 +++
 16 files changed, 648 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 9b86d2f16
Author: Mike Nelson
Commit: GitHub

    Scpui language selector (#5826)
 code/graphics/software/font.cpp |   7 +--
 code/localization/localize.cpp  | 128 +++++++++++++++++++++++++++++++---------
 code/localization/localize.h    |   4 ++
 code/mod_table/mod_table.cpp    |   8 +++
 code/mod_table/mod_table.h      |   1 +
 5 files changed, 114 insertions(+), 34 deletions(-)

------------------------------------------------------------------------
commit 072e80286
Author: Goober5000
Commit: Goober5000

    add Lua function for movie duration
 code/cutscene/Decoder.h                  |  1 +
 code/cutscene/ffmpeg/FFMPEGDecoder.cpp   |  1 +
 code/scripting/api/objs/movie_player.cpp | 22 ++++++++++++++++++++--
 3 files changed, 22 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 267fcfc6f
Author: Goober5000
Commit: Goober5000

    also check ship_info_size()
 code/scripting/api/objs/cockpit_display.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 5406445ed
Author: Goober5000
Commit: Goober5000

    replace pointers with indexes in WarpEffect
 code/ship/ship.cpp   |   3 -
 code/ship/shipfx.cpp | 271 ++++++++++++++++++++++++++++++---------------------
 code/ship/shipfx.h   |  51 +++++-----
 3 files changed, 184 insertions(+), 141 deletions(-)

------------------------------------------------------------------------
commit 301b9453b
Author: Goober5000
Commit: Goober5000

    replace pointers with indexes in cockpit_display
 code/scripting/api/objs/cockpit_display.cpp | 78 ++++++++++++++---------------
 code/scripting/api/objs/cockpit_display.h   | 26 +++++-----
 code/scripting/api/objs/ship.cpp            |  2 +-
 3 files changed, 53 insertions(+), 53 deletions(-)