Author Topic: Nightly: 02 May 2019 - Revision 1da2c03  (Read 902 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 02 May 2019 - Revision 1da2c03
Here is the nightly for 02 May 2019 - Revision 1da2c03



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 8653d82
Author: Thomas Jansen <Wed May 1 18:09:52 2019 +0200>
Commit: Thomas Jansen <Wed May 1 18:32:26 2019 +0200>

    fix bug #1827: targeting brackets stuck in top left corner
 code/hud/hudtarget.cpp | 4 ++++
 1 file changed, 4 insertions(+)

------------------------------------------------------------------------
commit 2134220
Author: Goober5000 <Fri Apr 19 00:34:39 2019 -0400>
Commit: Goober5000 <Fri Apr 19 00:34:39 2019 -0400>

    KNOWN_ values aren't returned after all, derp
 code/parse/sexp.cpp | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 41aff9d
Author: Goober5000 <Fri Apr 19 00:14:53 2019 -0400>
Commit: Goober5000 <Fri Apr 19 00:14:53 2019 -0400>

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

------------------------------------------------------------------------
commit 337ca94
Author: Goober5000 <Thu Apr 18 01:18:05 2019 -0400>
Commit: Goober5000 <Thu Apr 18 01:18:05 2019 -0400>

    write out the full word 'number'
 code/parse/sexp.cpp | 14 +++++++-------
 code/parse/sexp.h   |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 13f5037
Author: Goober5000 <Thu Apr 18 01:12:00 2019 -0400>
Commit: Goober5000 <Thu Apr 18 01:12:00 2019 -0400>

    add is-nan, nan-t-num, and functional-if-then-else
 code/parse/sexp.cpp | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 code/parse/sexp.h   |   4 ++
 2 files changed, 113 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 221d96f
Author: Goober5000 <Thu Apr 18 01:11:19 2019 -0400>
Commit: Goober5000 <Thu Apr 18 01:11:19 2019 -0400>

    defensively check both regular and known sexp boolean values
 code/parse/sexp.cpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit bd64410
Author: Goober5000 <Thu Apr 18 01:09:36 2019 -0400>
Commit: Goober5000 <Thu Apr 18 01:09:36 2019 -0400>

    optimize eval_sexp by not reconciling positive/negative if we have a magic number
 code/parse/sexp.cpp | 2 +-
 code/parse/sexp.h   | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 14b6e86
Author: Goober5000 <Wed Apr 17 12:32:51 2019 -0400>
Commit: Goober5000 <Wed Apr 17 12:32:51 2019 -0400>

    made the SEXP_ numbers even more unlikely, in case someone wants to use large negative numbers
 code/parse/sexp.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)