Author Topic: Nightly: 29 November 2020 - Revision 017bef372  (Read 713 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 29 November 2020 - Revision 017bef372
Here is the nightly for 29 November 2020 - Revision 017bef372



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


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

Code: [Select]
------------------------------------------------------------------------
commit 7be6f8adf
Author: Fabian Woltermann
Commit: Fabian Woltermann

    Remove extraneous call to CDR
 code/parse/sexp.cpp | 1 -
 1 file changed, 1 deletion(-)

------------------------------------------------------------------------
commit 2f9e64ed1
Author: Phantom Hoover
Commit: Phantom Hoover

    Remove erroneous call to CDR.
 code/parse/sexp.cpp | 1 -
 1 file changed, 1 deletion(-)

------------------------------------------------------------------------
commit 0a4f9d567
Author: Fabian Woltermann
Commit: Fabian Woltermann

    Evaluate the ship_entry correctly
 code/parse/sexp.cpp | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 6423cc600
Author: Fabian Woltermann
Commit: Fabian Woltermann

    Do not short-circuit evaluation here
 code/parse/sexp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 6f8763346
Author: Fabian Woltermann
Commit: Fabian Woltermann

    Expose the power output in the ship class to sexps and scripting
 code/parse/sexp.cpp                   | 29 +++++++++++++++++++++++++++++
 code/parse/sexp.h                     |  1 +
 code/scripting/api/objs/shipclass.cpp | 17 +++++++++++++++++
 3 files changed, 47 insertions(+)

------------------------------------------------------------------------
commit 4a54370a5
Author: JohnAFernandez
Commit: JohnAFernandez

    Slightly alter when a timestamp warning is written to the log.
 code/network/multi_obj.cpp | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)