Author Topic: Nightly: 01 September 2017 - Revision 0c70672  (Read 802 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 01 September 2017 - Revision 0c70672
Here is the nightly for 01 September 2017 - Revision 0c70672



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 67e6bcc
Author: Goober5000 <Mon Aug 28 14:08:55 2017 -0400>
Commit: Goober5000 <Thu Aug 31 04:16:15 2017 -0400>

    make "same emp time for capships" actually work
 code/parse/sexp.cpp | 46 +++++++++++++++++++++++++++++-----------------
 code/weapon/emp.cpp |  2 +-
 2 files changed, 30 insertions(+), 18 deletions(-)

------------------------------------------------------------------------
commit b786b8e
Author: Goober5000 <Thu Aug 31 02:10:01 2017 -0400>
Commit: Goober5000 <Thu Aug 31 02:10:01 2017 -0400>

    fix another mismatch
 code/parse/sexp.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 9dc3083
Author: Goober5000 <Wed Aug 30 16:03:15 2017 -0400>
Commit: Goober5000 <Wed Aug 30 16:03:15 2017 -0400>

    fix some warnings I missed earlier
 code/parse/sexp.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit c7673f0
Author: Goober5000 <Tue Aug 29 20:25:04 2017 -0400>
Commit: Goober5000 <Tue Aug 29 20:25:04 2017 -0400>

    swap order of parameters to avoid short-circuiting
 code/parse/sexp.cpp | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 000d0c3
Author: Goober5000 <Tue Aug 29 14:11:35 2017 -0400>
Commit: Goober5000 <Tue Aug 29 14:11:35 2017 -0400>

    change |= and &= to be the more verbose and correct logical operators
 code/parse/sexp.cpp | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit ec19f9b
Author: Goober5000 <Tue Aug 29 13:50:22 2017 -0400>
Commit: Goober5000 <Tue Aug 29 13:50:22 2017 -0400>

    change is_sexp_true return type from int to bool
 code/parse/sexp.cpp     | 219 +++++++++++++++++++++++++-----------------------
 code/parse/sexp.h       |   2 +-
 code/sound/audiostr.cpp |   4 +-
 code/sound/audiostr.h   |   4 +-
 4 files changed, 119 insertions(+), 110 deletions(-)