Author Topic: Nightly: 31 July 2020 - Revision d841d2a  (Read 1103 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 31 July 2020 - Revision d841d2a
Here is the nightly for 31 July 2020 - Revision d841d2a



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit f2ea3e2
Author: Goober5000
Commit: Goober5000

    use new script hook API
 code/debris/debris.cpp       | 16 ++++++++++++----
 code/scripting/scripting.cpp |  1 -
 code/scripting/scripting.h   |  3 +--
 3 files changed, 13 insertions(+), 7 deletions(-)

------------------------------------------------------------------------
commit c768d13
Author: Goober5000
Commit: Goober5000

    address feedback
 code/scripting/api/libs/graphics.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 33f3b72
Author: asarium
Commit: asarium

    Add comment about new hooks system to legacy hook list
 code/scripting/scripting.cpp | 1 +
 code/scripting/scripting.h   | 5 +++++
 2 files changed, 6 insertions(+)

------------------------------------------------------------------------
commit 2fde6aa
Author: Goober5000
Commit: Goober5000

    add sanity check
 code/parse/sexp/LuaSEXP.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

------------------------------------------------------------------------
commit 2dddbaa
Author: Goober5000
Commit: Goober5000

    add some more useful functions
 code/scripting/api/objs/ship.cpp | 36 ++++++++++++++++++++++++++++--------
 code/ship/ship.cpp               |  5 ++++-
 2 files changed, 32 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 9b75492
Author: Goober5000
Commit: Goober5000

    might as well add these too
 code/scripting/api/objs/ship.cpp | 42 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

------------------------------------------------------------------------
commit 83d2ac8
Author: Goober5000
Commit: Goober5000

    more complete scripting support for debris
 code/debris/debris.cpp             |  6 ++++
 code/scripting/api/objs/debris.cpp | 65 +++++++++++++++++++++++++++++++++++++-
 code/scripting/scripting.cpp       |  1 +
 code/scripting/scripting.h         |  3 +-
 4 files changed, 73 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 57e4fcd
Author: Goober5000
Commit: Goober5000

    trololol...
 code/scripting/api/libs/graphics.cpp | 2 ++
 1 file changed, 2 insertions(+)

------------------------------------------------------------------------
commit 8bc57c3
Author: Goober5000
Commit: Goober5000

    add several more scripting functions
 code/scripting/api/libs/base.cpp          | 39 +++++++++++++++++++++
 code/scripting/api/libs/graphics.cpp      | 27 +++++++++-----
 code/scripting/api/objs/streaminganim.cpp | 58 ++++++++++++++++++++++++++-----
 3 files changed, 106 insertions(+), 18 deletions(-)