Author Topic: Nightly: 15 April 2020 - Revision 32730fc  (Read 625 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 15 April 2020 - Revision 32730fc
Here is the nightly for 15 April 2020 - Revision 32730fc

At least one of the nightly builds failed!


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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 892f0a8
Author: Goober5000
Commit: Goober5000

    actually fix the weapon-bank check
 code/missionui/missionshipchoice.cpp | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit f5edccd
Author: Goober5000
Commit: Goober5000

    add a missing edge case to the weapon bank check
 code/missionui/missionshipchoice.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit ae41e35
Author: Goober5000
Commit: Goober5000

    reduce duplicate code
 code/parse/sexp.cpp | 47 ++++++++++++++++++-----------------------------
 1 file changed, 18 insertions(+), 29 deletions(-)

------------------------------------------------------------------------
commit 43d5179
Author: Goober5000
Commit: Goober5000

    apply formatter
 code/parse/sexp.cpp | 61 +++++++++++++++++++++++++++++++----------------------
 1 file changed, 36 insertions(+), 25 deletions(-)

------------------------------------------------------------------------
commit f739a3e
Author: Goober5000
Commit: Goober5000

    fix clang complaint
 code/parse/sexp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 33c3f55
Author: Goober5000
Commit: Goober5000

    sanity check missing numeric sexp arguments
 code/parse/sexp.cpp | 29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)