Author Topic: Nightly: 08 May 2019 - Revision 822e616  (Read 786 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 08 May 2019 - Revision 822e616
Here is the nightly for 08 May 2019 - Revision 822e616



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit b38f6aa
Author: Goober5000 <Mon May 6 14:07:11 2019 -0400>
Commit: Goober5000 <Mon May 6 14:07:11 2019 -0400>

    HA!
 code/parse/sexp.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit b84fe72
Author: niffiwan <Sun May 5 22:13:32 2019 +1000>
Commit: niffiwan <Sun May 5 22:13:32 2019 +1000>

    address feedback
 code/ship/shiphit.cpp | 1 -
 code/ship/shiphit.h   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

------------------------------------------------------------------------
commit c5e460a
Author: niffiwan <Sun May 5 10:07:21 2019 +1000>
Commit: niffiwan <Sun May 5 10:07:21 2019 +1000>

    Allow death max rotation to be set per ship
 code/ship/ship.cpp    | 27 +++++++++++++++++++++++++++
 code/ship/ship.h      |  3 +++
 code/ship/shiphit.cpp |  8 ++++----
 code/ship/shiphit.h   |  2 ++
 4 files changed, 36 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 8ebe012
Author: Goober5000 <Fri May 3 15:24:16 2019 -0400>
Commit: Goober5000 <Fri May 3 15:24:16 2019 -0400>

    more complaints
 code/parse/sexp.cpp | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit 92f1424
Author: Goober5000 <Fri May 3 14:07:13 2019 -0400>
Commit: Goober5000 <Fri May 3 14:07:13 2019 -0400>

    even more complaints
 code/parse/sexp.cpp | 64 +++++++++++++++++++++++++----------------------------
 1 file changed, 30 insertions(+), 34 deletions(-)

------------------------------------------------------------------------
commit cfb80cf
Author: Goober5000 <Fri May 3 13:59:48 2019 -0400>
Commit: Goober5000 <Fri May 3 13:59:48 2019 -0400>

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

------------------------------------------------------------------------
commit 39313ed
Author: Goober5000 <Fri May 3 13:06:51 2019 -0400>
Commit: Goober5000 <Fri May 3 13:06:51 2019 -0400>

    Address feedback.  Also fix a few things github complained about.  Also fix depart-node-delay by correctly handling the 'delay' parameter as a value of type 'fix', just like the other *-delay sexps.
 code/parse/sexp.cpp | 66 +++++++++++++++++------------------------------------
 1 file changed, 21 insertions(+), 45 deletions(-)

------------------------------------------------------------------------
commit f9dbe49
Author: Goober5000 <Wed May 1 22:45:59 2019 -0400>
Commit: Goober5000 <Wed May 1 22:45:59 2019 -0400>

    various sexp formatting and cleanup changes
 code/parse/sexp.cpp | 1231 +++++++++++++++++++++------------------------------
 1 file changed, 511 insertions(+), 720 deletions(-)