Author Topic: Nightly: 18 May 2018 - Revision 469270d  (Read 1209 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 18 May 2018 - Revision 469270d
Here is the nightly for 18 May 2018 - Revision 469270d



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit c1196f8
Author: Goober5000 <Tue May 15 21:56:39 2018 -0400>
Commit: Goober5000 <Tue May 15 21:56:39 2018 -0400>

    requested changes from code review
 code/parse/sexp.cpp                 | 5 ++++-
 qtfred/src/ui/widgets/sexp_tree.cpp | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 40cd9e4
Author: Goober5000 <Mon May 7 18:44:58 2018 -0400>
Commit: Goober5000 <Mon May 7 18:44:58 2018 -0400>

    make the set-bit and is-bit-set operators fail gracefully
 code/parse/sexp.cpp | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 62aae9d
Author: Goober5000 <Sun Apr 15 18:24:58 2018 -0400>
Commit: Goober5000 <Sun Apr 15 18:24:58 2018 -0400>

    add optional argument for distance/range
 code/parse/sexp.cpp | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 15663a3
Author: Goober5000 <Sun Apr 15 17:59:04 2018 -0400>
Commit: Goober5000 <Sun Apr 15 17:59:04 2018 -0400>

    add is-in-turret-fov sexp
 code/parse/sexp.cpp | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 code/parse/sexp.h   |  1 +
 fred2/sexp_tree.cpp |  1 +
 3 files changed, 74 insertions(+)