Author Topic: Nightly: 23 March 2024 - Revision fecb9b16a  (Read 183 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 23 March 2024 - Revision fecb9b16a
Here is the nightly for 23 March 2024 - Revision fecb9b16a


Code: [Select]
------------------------------------------------------------------------
commit 74c2a204c
Author: Mike Nelson
Commit: GitHub

    API to get the PXO urls (#6054)
 code/scripting/api/libs/ui.cpp | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

------------------------------------------------------------------------
commit 1aee2401e
Author: Goober5000
Commit: Goober5000

    fix a few lighting bugs
 code/graphics/opengl/gropengldeferred.cpp       |  2 +-
 code/graphics/opengl/gropenglpostprocessing.cpp |  3 +-
 code/lighting/lighting.cpp                      | 52 ++++++++++++++++++++-----
 code/lighting/lighting.h                        | 20 +++++++---
 code/missionui/missionscreencommon.cpp          |  6 +--
 code/ship/shipfx.cpp                            |  4 +-
 code/ship/shipfx.h                              |  2 +-
 code/starfield/starfield.cpp                    |  8 +---
 freespace2/freespace.cpp                        | 16 +++++---
 9 files changed, 77 insertions(+), 36 deletions(-)

------------------------------------------------------------------------
commit 38cd1bff8
Author: John Fernandez
Commit: John Fernandez

    Restore accidental const removals
 code/scripting/doc_parser.cpp     | 4 ++--
 test/src/scripting/doc_parser.cpp | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 71ee9501f
Author: John Fernandez
Commit: John Fernandez

    Turns out coverity was optimistic
 code/scripting/doc_parser.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 221670589
Author: John Fernandez
Commit: John Fernandez

    Undo Overzealous changes
 test/src/scripting/doc_parser.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 9a47a664f
Author: John Fernandez
Commit: John Fernandez

    Whoops, no std::move here
 code/parse/sexp/sexp_lookup.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 7b7b19b71
Author: John Fernandez
Commit: John Fernandez

    Change many references to const auto&
 code/controlconfig/controlsconfig.cpp              |  4 +--
 code/graphics/light.cpp                            |  4 +--
 code/graphics/matrix.cpp                           | 10 +++---
 code/graphics/opengl/gropenglpostprocessing.cpp    |  4 +--
 code/lab/dialogs/lab_ui_helpers.cpp                |  2 +-
 code/parse/sexp/sexp_lookup.cpp                    | 11 +++----
 code/scripting/ade.cpp                             |  6 ++--
 code/scripting/api/libs/base.cpp                   |  3 +-
 code/scripting/api/libs/ui.cpp                     |  6 ++--
 code/scripting/doc_parser.cpp                      |  8 ++---
 .../actions/expression/test_ExpressionParser.cpp   |  2 +-
 test/src/scripting/doc_parser.cpp                  | 36 +++++++++++-----------
 12 files changed, 45 insertions(+), 51 deletions(-)

------------------------------------------------------------------------
commit 666b9a575
Author: John Fernandez
Commit: John Fernandez

    Missed another conversion specifier
 freespace2/freespace.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 8421d8d8e
Author: John Fernandez
Commit: John Fernandez

    Adjust conversion specifiers
 code/network/multi_log.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 63ed4c825
Author: John Fernandez
Commit: John Fernandez

    Remove this time tracking
 freespace2/freespace.cpp | 4 ----
 1 file changed, 4 deletions(-)

------------------------------------------------------------------------
commit 3124c5564
Author: John Fernandez
Commit: John Fernandez

    Change various varibales to time_t
 code/network/multi.cpp     | 10 +++++-----
 code/network/multi.h       |  4 ++--
 code/network/multi_log.cpp | 12 ++++++------
 code/network/multiutil.cpp |  4 ++--
 freespace2/freespace.cpp   | 18 ++++++++++--------
 5 files changed, 25 insertions(+), 23 deletions(-)