Author Topic: Nightly: 02 September 2022 - Revision 05495cd1b  (Read 236 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 02 September 2022 - Revision 05495cd1b
Here is the nightly for 02 September 2022 - Revision 05495cd1b



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


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


Group: MacOSX
nightly_20220902_05495cd1b-builds-Mac.tar.gz (Mirror)


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

Code: [Select]
------------------------------------------------------------------------
commit 05495cd1b
Author: Kiloku
Commit: GitHub

    Add optional Drop Shadows to HUD (#4543)
 code/controlconfig/controlsconfig.h         |  2 ++
 code/controlconfig/controlsconfigcommon.cpp |  3 +++
 code/hud/hud.cpp                            | 23 +++++++++++++++++++++++
 code/hud/hud.h                              |  2 ++
 code/hud/hudets.cpp                         | 19 +++++++++++++++++++
 code/hud/hudreticle.cpp                     | 18 ++++++++++++++++++
 code/io/keycontrol.cpp                      |  7 +++++++
 code/scripting/api/objs/control_info.cpp    |  1 +
 8 files changed, 75 insertions(+)

------------------------------------------------------------------------
commit d90541059
Author: wookieejedi
Commit: GitHub

    Allow mods to change Emp flash color, intensity, and string (#4607)
 code/hud/hud.cpp               |  2 +-
 code/localization/localize.cpp |  2 +-
 code/mod_table/mod_table.cpp   | 42 ++++++++++++++++++++++++++++++++++++------
 code/mod_table/mod_table.h     |  2 ++
 code/weapon/emp.cpp            |  8 ++++++--
 5 files changed, 46 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit a1b48d0a9
Author: Fabian Woltermann
Commit: Fabian Woltermann

    defer adding new scripting hooks until after hook processing is done
 code/scripting/scripting.cpp | 11 ++++++++++-
 code/scripting/scripting.h   |  5 +++++
 2 files changed, 15 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit bb06c75cb
Author: Taylor Richards
Commit: GitHub

    handle irc motd error to prevent connection hang (#4610)
 code/network/chat_api.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit ea2d9d916
Author: Taylor Richards
Commit: GitHub

    prepend PXO game identity to chat lobby window (#4606)
 code/network/multi_pxo.cpp | 3 +++
 1 file changed, 3 insertions(+)