Author Topic: Nightly: 01 July 2020 - Revision 48080ab  (Read 887 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 01 July 2020 - Revision 48080ab
Here is the nightly for 01 July 2020 - Revision 48080ab



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


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


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


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

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

    make clang happy
 code/hud/hudmessage.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 65cdb02
Author: Goober5000
Commit: Goober5000

    fix HUD message offset for messages that come from [none]
 code/hud/hudmessage.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit ec7bac9
Author: Goober5000
Commit: Goober5000

    handle vanished ships for sexps that check exited_index
 code/parse/sexp.cpp | 50 ++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 36 insertions(+), 14 deletions(-)

------------------------------------------------------------------------
commit a839862
Author: CasparKielwein
Commit: CasparKielwein

    in Sexp add to uncalled functions to list of multi_sexp_* calls.
 code/parse/sexp.cpp | 28 ++++++++++++++++++++++++++--
 1 file changed, 26 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit cbb3fda
Author: CasparKielwein
Commit: CasparKielwein

    in sexp.cpp use make indentation consistent using tabs
 code/parse/sexp.cpp | 294 ++++++++++++++++++++++++++--------------------------
 1 file changed, 147 insertions(+), 147 deletions(-)

------------------------------------------------------------------------
commit cb5a406
Author: CasparKielwein
Commit: CasparKielwein

    In sexp.cpp a bit of trivial cleanup as requested by clang-tidy.
 code/parse/sexp.cpp | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit ad0b0ba
Author: CasparKielwein
Commit: CasparKielwein

    In sexp.cpp remove a few unused functions and variable declarations.
 code/parse/sexp.cpp | 57 ++++++++++-------------------------------------------
 code/parse/sexp.h   |  2 --
 2 files changed, 10 insertions(+), 49 deletions(-)

------------------------------------------------------------------------
commit 4f384d5
Author: CasparKielwein
Commit: CasparKielwein

    in sexp.cpp replace NULL with nulltpr
 code/parse/sexp.cpp | 302 ++++++++++++++++++++++++++--------------------------
 1 file changed, 151 insertions(+), 151 deletions(-)