Author Topic: Nightly: 18 May 2022 - Revision 4d66740f7  (Read 279 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 18 May 2022 - Revision 4d66740f7
Here is the nightly for 18 May 2022 - Revision 4d66740f7



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 0d3290f14
Author: The Force
Commit: GitHub

    Enable Doxygen for QTFred (#4281)
 cmake/doxygen.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 4581897b0
Author: Taylor Richards
Commit: Taylor Richards

    remove obsolete time stoppage for screenshots
 freespace2/freespace.cpp | 3 ---
 1 file changed, 3 deletions(-)

------------------------------------------------------------------------
commit 883566ad0
Author: The Force
Commit: GitHub

    Add TBL Viewer (#4233)
 qtfred/source_groups.cmake                        |   5 +
 qtfred/src/mission/dialogs/ShipTBLViewerModel.cpp | 155 ++++++++++++++++++++++
 qtfred/src/mission/dialogs/ShipTBLViewerModel.h   |  22 +++
 qtfred/src/ui/dialogs/ShipEditorDialog.cpp        |  20 ++-
 qtfred/src/ui/dialogs/ShipEditorDialog.h          |   7 +
 qtfred/src/ui/dialogs/ShipTBLViewer.cpp           |  46 +++++++
 qtfred/src/ui/dialogs/ShipTBLViewer.h             |  40 ++++++
 qtfred/ui/ShipTBLViewer.ui                        |  33 +++++
 8 files changed, 326 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 62f41ceb7
Author: Taylor Richards
Commit: Taylor Richards

    fix options screen breaking multi
 freespace2/freespace.cpp | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit df6cf572a
Author: Taylor Richards
Commit: Taylor Richards

    convert multi timestamp()'s to ui_timestamp() where appropriate
 code/io/timer.cpp                |  11 ++++
 code/io/timer.h                  |   1 +
 code/network/multi.cpp           |  32 +++++------
 code/network/multi.h             | 121 +++++++++++++++++++++++++++++++++++++--
 code/network/multi_fstracker.cpp |   2 +-
 code/network/multi_ingame.cpp    |  14 ++---
 code/network/multi_kick.cpp      |   4 +-
 code/network/multi_observer.cpp  |  13 ++---
 code/network/multi_options.cpp   |   5 +-
 code/network/multi_pmsg.cpp      |  26 ++++-----
 code/network/multi_pxo.cpp       |  42 +++++++-------
 code/network/multi_respawn.cpp   |   2 +-
 code/network/multi_voice.cpp     | 106 +++++++++++++++++-----------------
 code/network/multi_xfer.cpp      |  55 +++++++++++-------
 code/network/multimsgs.cpp       |   8 +--
 code/network/multiui.cpp         |  79 +++++++++++++------------
 code/network/multiutil.cpp       |  35 +++++------
 code/object/collideshipship.cpp  |   2 +-
 freespace2/freespace.cpp         |   3 +-
 19 files changed, 347 insertions(+), 214 deletions(-)

------------------------------------------------------------------------
commit 1d16bb28a
Author: Adam Leach
Commit: Adam Leach

    Keep clang tidy happy (NULL->nullptr)
 code/graphics/opengl/gropengl.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 862cf0d82
Author: Adam Leach
Commit: Adam Leach

    Keep clang -Werror=unused-but-set-variable happy.
 code/graphics/opengl/gropengl.cpp | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit ead4376f4
Author: Taylor Richards
Commit: Taylor Richards

    fix unittests when non-interactive is used
 code/osapi/dialogs.cpp | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit a8618a569
Author: Taylor Richards
Commit: Taylor Richards

    add improvements to aid in multi troubleshooting:
 code/cmdline/cmdline.cpp       | 31 +++++++++++++++++++++++++++++++
 code/network/multi_log.cpp     | 29 +++++++++++++++++++++++++++++
 code/network/multi_options.cpp |  3 +++
 3 files changed, 63 insertions(+)

------------------------------------------------------------------------
commit 98846a3f8
Author: Adam Leach
Commit: Adam Leach

    Clean up comments
 code/graphics/2d.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit dbd7b2f49
Author: Adam Leach
Commit: Adam Leach

    Update usage info in lab with M key
 code/lab/renderer/lab_renderer.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 743cd5035
Author: Adam Leach
Commit: Adam Leach

    Flip Y coord
 code/def_files/data/effects/envmap-sphere-warp-f.sdr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 22b1f0859
Author: Adam Leach
Commit: Adam Leach

    Cleanup render target and don't produce cubemap images
 code/graphics/opengl/gropengl.cpp | 42 +++++++++++++++++----------------------
 1 file changed, 18 insertions(+), 24 deletions(-)

------------------------------------------------------------------------
commit 530118785
Author: Adam Leach
Commit: Adam Leach

    spherical environment map generation
 .../data/effects/envmap-sphere-warp-f.sdr          | 20 +++++++++++++
 code/graphics/2d.h                                 |  2 ++
 code/graphics/opengl/gropengl.cpp                  | 33 ++++++++++++++++++++--
 code/graphics/opengl/gropenglshader.cpp            |  3 ++
 code/source_groups.cmake                           |  1 +
 5 files changed, 56 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit d84486c35
Author: Adam Leach
Commit: Adam Leach

    remove superfluous filepath format
 code/graphics/opengl/gropengl.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

------------------------------------------------------------------------
commit 2744af109
Author: Adam Leach
Commit: Adam Leach

    Dump Environment maps with "M" key in lab
 code/graphics/2d.h                |  4 ++++
 code/graphics/opengl/gropengl.cpp | 35 +++++++++++++++++++++++++++++++++++
 code/lab/manager/lab_manager.cpp  |  6 +++++-
 code/lab/renderer/lab_renderer.h  |  4 +++-
 4 files changed, 47 insertions(+), 2 deletions(-)