Author Topic: Nightly: 07 June 2020 - Revision fa4743a  (Read 751 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 07 June 2020 - Revision fa4743a
Here is the nightly for 07 June 2020 - Revision fa4743a



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 716cd15
Author: Goober5000
Commit: Goober5000

    address feedback
 code/parse/sexp.cpp | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 56f3ffa
Author: Goober5000
Commit: Goober5000

    convert to p_objp to be consistent
 code/parse/sexp.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 6d53697
Author: Goober5000
Commit: Goober5000

    upgrade get_player_from_ship_node
 code/parse/sexp.cpp | 407 +++++++++++++++-------------------------------------
 1 file changed, 115 insertions(+), 292 deletions(-)

------------------------------------------------------------------------
commit 3ee7200
Author: Fabian Woltermann
Commit: Fabian Woltermann

    Make Travis happy, maybe?
 code/lab/lab.cpp | 3 +--
 code/lab/lab.h   | 2 --
 2 files changed, 1 insertion(+), 4 deletions(-)

------------------------------------------------------------------------
commit c7d08ee
Author: Fabian Woltermann
Commit: Fabian Woltermann

    Add an action to destroy individual subsystems
 code/lab/lab.cpp | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 code/lab/lab.h   |  2 ++
 2 files changed, 57 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 04174e0
Author: asarium
Commit: asarium

    Ensure Lua functions are executed in correct state
 code/hud/hudscripting.cpp                    |  6 ++---
 code/parse/sexp/LuaSEXP.cpp                  | 23 +++++++++----------
 code/scripting/ade.cpp                       |  2 +-
 code/scripting/ade_api.h                     |  1 +
 code/scripting/api/LuaEventCallback.h        |  2 +-
 code/scripting/api/libs/async.cpp            |  9 +++++---
 code/scripting/api/objs/promise.cpp          |  8 +++++--
 code/scripting/api/objs/tracing_category.cpp |  2 +-
 code/scripting/lua/LuaFunction.cpp           | 34 ++++++++++++++--------------
 code/scripting/lua/LuaFunction.h             |  5 ++--
 code/scripting/scripting.cpp                 |  6 ++---
 code/scripting/scripting.h                   |  4 ++--
 test/src/scripting/lua/Function.cpp          | 26 ++++++++++-----------
 13 files changed, 68 insertions(+), 60 deletions(-)

------------------------------------------------------------------------
commit 13acf77
Author: Goober5000
Commit: Goober5000

    address feedback
 code/parse/sexp.cpp | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit e8e549f
Author: asarium
Commit: asarium

    Add scripting API for tracing custom code
 code/graphics/2d.cpp                         |  3 +--
 code/scpui/RocketRenderingInterface.cpp      |  8 +++++++
 code/scpui/RocketRenderingInterface.h        |  8 +++----
 code/scripting/api/libs/engine.cpp           | 25 +++++++++++++++++++-
 code/scripting/api/objs/tracing_category.cpp | 34 ++++++++++++++++++++++++++++
 code/scripting/api/objs/tracing_category.h   | 13 +++++++++++
 code/source_groups.cmake                     |  2 ++
 code/tracing/categories.cpp                  |  8 ++++++-
 code/tracing/categories.h                    |  9 +++++++-
 code/tracing/tracing.h                       |  2 +-
 10 files changed, 102 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 67d048a
Author: Fabian Woltermann
Commit: Fabian Woltermann

    further improvements
 code/lab/lab.cpp    | 13 ++++---------
 code/lab/wmcgui.cpp |  6 ++++--
 2 files changed, 8 insertions(+), 11 deletions(-)

------------------------------------------------------------------------
commit f7b43e5
Author: Goober5000
Commit: Goober5000

    convert to p_objp to be consistent
 code/parse/sexp.cpp | 16 ++++++++--------
 code/ship/ship.h    |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 77d2697
Author: Goober5000
Commit: Goober5000

    and another one
 code/parse/sexp.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 57d2cb2
Author: Goober5000
Commit: Goober5000

    deal with clang
 code/parse/sexp.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit a5be6ed
Author: Goober5000
Commit: Goober5000

    another stage of the sexp refactor
 code/parse/sexp.cpp | 456 +++++++++++++++++++++++++++++-----------------------
 1 file changed, 251 insertions(+), 205 deletions(-)