Author Topic: Nightly: 06 May 2020 - Revision f8e5c9f  (Read 557 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 06 May 2020 - Revision f8e5c9f
Here is the nightly for 06 May 2020 - Revision f8e5c9f



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit aef4c1b
Author: Goober5000
Commit: Goober5000

    address feedback
 code/localization/localize.cpp | 2 +-
 code/menuui/readyroom.cpp      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit aa4e300
Author: wookieejedi
Commit: wookieejedi

    switch to correct hook type
 code/ship/shiphit.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 3695f0f
Author: wookieejedi
Commit: wookieejedi

    remove unneeded CHAPAINFLASH
 code/scripting/scripting.h | 3 +--
 code/ship/shiphit.cpp      | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 7dc38f7
Author: wookieejedi
Commit: wookieejedi

    Update to new script format
 code/scripting/scripting.cpp |  1 -
 code/ship/shiphit.cpp        | 11 ++++++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 5ab611a
Author: Goober5000
Commit: Goober5000

    this reason is only applicable in debug builds
 code/menuui/readyroom.cpp | 4 ++++
 1 file changed, 4 insertions(+)

------------------------------------------------------------------------
commit 0577b69
Author: Goober5000
Commit: Goober5000

    address CI complaint
 code/io/keycontrol.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 6897024
Author: wookieejedi
Commit: wookieejedi

    Adds `On Pain Flash` Scripting Hook
 code/scripting/scripting.cpp | 1 +
 code/scripting/scripting.h   | 3 ++-
 code/ship/shiphit.cpp        | 9 +++++++++
 3 files changed, 12 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit e985961
Author: Goober5000
Commit: Goober5000

    add two useful cheat keys
 code/io/keycontrol.cpp         | 47 +++++++++++++++++++++++++++++++++++++++++-
 code/localization/localize.cpp |  2 +-
 2 files changed, 47 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 89a722d
Author: Goober5000
Commit: Goober5000

    placeholder for future feature implementation
 code/io/keycontrol.cpp | 7 +++++++
 1 file changed, 7 insertions(+)

------------------------------------------------------------------------
commit 3ca1871
Author: Goober5000
Commit: Goober5000

    move comment
 code/ai/aiturret.cpp | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 35e67d4
Author: Goober5000
Commit: Goober5000

    possibly fix some code rot
 code/ai/aiturret.cpp | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 8b7253c
Author: wookieejedi
Commit: wookieejedi

    Updates glowmap settings for a ship to also apply to ship's cockpit
 code/ship/ship.cpp | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit c89ea8e
Author: Goober5000
Commit: Goober5000

    update test case
 test/src/menuui/test_intel_parse.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit d6c1a3d
Author: Goober5000
Commit: Goober5000

    implement XSTR check as described in Mantis 2942
 code/localization/localize.cpp | 117 +++++++++++++++++++++++++++++++----------
 code/localization/localize.h   |   7 ++-
 code/menuui/readyroom.cpp      |  19 ++++++-
 code/mission/missionparse.cpp  |  15 +++---
 code/network/multiui.cpp       |  11 +++-
 5 files changed, 128 insertions(+), 41 deletions(-)