Author Topic: Nightly: 27 April 2022 - Revision 05b94bb26  (Read 260 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 27 April 2022 - Revision 05b94bb26
Here is the nightly for 27 April 2022 - Revision 05b94bb26



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 3e00b94a8
Author: Asteroth
Commit: GitHub

    Early return instead of assert on 0 or less sized hud brackets (#4215)
 code/hud/hudbrackets.cpp | 4 ++--
 code/hud/hudbrackets.h   | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit fe236b337
Author: Joshua Glatt
Commit: GitHub

    SEXP containers, Part 4: Text replacement (#3490)
 code/camera/camera.cpp              |   2 +
 code/mission/missionmessage.cpp     |   6 +-
 code/mission/missiontraining.cpp    |   6 +-
 code/missionui/missionbrief.cpp     |   3 +
 code/missionui/missioncmdbrief.cpp  |   6 +-
 code/missionui/missiondebrief.cpp   |   4 +
 code/parse/sexp.cpp                 |   7 +-
 code/parse/sexp_container.cpp       | 270 ++++++++++++++++++++++++++++++++++--
 code/parse/sexp_container.h         |  11 +-
 code/scripting/api/objs/message.cpp |   2 +
 10 files changed, 294 insertions(+), 23 deletions(-)

------------------------------------------------------------------------
commit e08805a5e
Author: David Gibson
Commit: David Gibson

    actually remove the removed function
 code/lighting/lighting_profiles.cpp | 10 ----------
 1 file changed, 10 deletions(-)

------------------------------------------------------------------------
commit a5091a4cb
Author: David Gibson
Commit: David Gibson

    Move of special parsing functions out of lighting_profiles into new file
 code/lighting/lighting_profiles.cpp | 13 +++++++------
 code/parse/parsehi.cpp              | 19 +++++++++++++++++++
 code/parse/parsehi.h                |  7 +++++++
 code/source_groups.cmake            |  2 ++
 4 files changed, 35 insertions(+), 6 deletions(-)