Author Topic: Nightly: 04 September 2020 - Revision 2f69429  (Read 606 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 04 September 2020 - Revision 2f69429
Here is the nightly for 04 September 2020 - Revision 2f69429



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


Group: Win32
nightly_20200904_2f69429-builds-Win32.zip (Mirror)


Group: MacOSX
nightly_20200904_2f69429-builds-MacOSX.tar.gz (Mirror)


Group: Win64
nightly_20200904_2f69429-builds-Win64.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 492fe46
Author: asarium
Commit: asarium

    Allow overwriting hook variables
 code/scripting/scripting.h          | 2 +-
 test/src/scripting/api/hookvars.cpp | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 96fd388
Author: faceman
Commit: faceman

    changes turret code to log instead of int3 when turret tries to fire on protected ship
 code/ai/aiturret.cpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 51692f1
Author: Taylor Richards
Commit: Taylor Richards

    properly set multi flag when using last multi pilot
 code/menuui/playermenu.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

------------------------------------------------------------------------
commit 9d15b2b
Author: Goober5000
Commit: Goober5000

    fix main hall indexing in modular tables
 code/menuui/mainhallmenu.cpp | 5 +++++
 1 file changed, 5 insertions(+)

------------------------------------------------------------------------
commit 48ea203
Author: Goober5000
Commit: Goober5000

    handle audio pause/unpause for all of the F2 screens
 code/menuui/optionsmenu.cpp | 16 ----------------
 freespace2/freespace.cpp    | 20 +++++++++++++++++++-
 2 files changed, 19 insertions(+), 17 deletions(-)