Author Topic: Nightly: 16 November 2022 - Revision bd062d155  (Read 217 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 16 November 2022 - Revision bd062d155
Here is the nightly for 16 November 2022 - Revision bd062d155

At least one of the nightly builds failed!


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 6255b9b15
Author: JohnAFernandez
Commit: GitHub

    Make sure that we check the correct instance (#4897)
 code/network/multiutil.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 3e57da168
Author: Taylor Richards
Commit: GitHub

    add support for subfolders to cfile (#4771)
 cmake/platform-win32.cmake                         |   1 +
 code/bmpman/bmpman.cpp                             |   2 +-
 code/cfile/cfile.cpp                               |  73 +-
 code/cfile/cfile.h                                 |  69 +-
 code/cfile/cfilesystem.cpp                         | 784 ++++++++++++++-------
 code/cfile/cfilesystem.h                           |   4 +-
 code/def_files/data/scripts/cfile_require.lua      |   2 +-
 code/graphics/generic.cpp                          |   2 +-
 code/graphics/software/FontManager.cpp             |  16 +-
 code/localization/localize.cpp                     |  31 +
 code/localization/localize.h                       |   1 +
 code/pilotfile/csg_convert.cpp                     |   2 +-
 code/pilotfile/plr_convert.cpp                     |   2 +-
 code/sound/ffmpeg/FFmpegWaveFile.cpp               |   4 +-
 fred2/campaigneditordlg.cpp                        |   2 +-
 test/src/cfile/cfile.cpp                           |  76 +-
 .../cfile/subfolder_list/data/tables/file.tbl      |   0
 .../subfolder_list/data/tables/folder/file.tbl     |   0
 .../cfile/subfolders/data/tables/file.tbl          |   0
 .../cfile/subfolders/data/tables/sub/file2.tbl     |   0
 .../subfolders/data/tables/sub/folder/file3.tbl    |   0
 21 files changed, 732 insertions(+), 339 deletions(-)

------------------------------------------------------------------------
commit f2f53b718
Author: BMagnu
Commit: GitHub

    Actually assign enum value for constants (#4896)
 code/scripting/lua.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 495872e8f
Author: mjn-mixael
Commit: mjn-mixael

    ordering
 code/mod_table/mod_table.cpp | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit abec56ee0
Author: mjn-mixael
Commit: mjn-mixael

    use a single variable array
 code/mod_table/mod_table.cpp        | 40 +++++++++++++++----------------------
 code/mod_table/mod_table.h          |  3 +--
 fred2/briefingeditordlg.cpp         |  2 +-
 fred2/fredrender.cpp                | 10 +++++-----
 qtfred/src/mission/FredRenderer.cpp | 10 +++++-----
 5 files changed, 28 insertions(+), 37 deletions(-)

------------------------------------------------------------------------
commit bab0752af
Author: mjn-mixael
Commit: mjn-mixael

    increase default window size and allow custom setting
 code/mission/missionbriefcommon.h   |  4 ++--
 code/mod_table/mod_table.cpp        | 26 ++++++++++++++++++++++++++
 code/mod_table/mod_table.h          |  2 ++
 fred2/briefingeditordlg.cpp         |  3 ++-
 fred2/fredrender.cpp                | 10 +++++-----
 qtfred/src/mission/FredRenderer.cpp | 11 ++++++-----
 6 files changed, 43 insertions(+), 13 deletions(-)