Author Topic: Nightly: 27 October 2019 - Revision f0526e3  (Read 687 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 27 October 2019 - Revision f0526e3
Here is the nightly for 27 October 2019 - Revision f0526e3



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 963db03
Author: asarium
Commit: asarium

    Add Windows Checks for GitHub Actions
 .gitattributes                     |  7 +++++
 .github/workflows/pr-workflow.yaml | 54 ++++++++++++++++++++++++++++++++++++++
 cmake/toolchain-msvc.cmake         |  9 ++++---
 code/network/multimsgs.h           | 10 +++----
 4 files changed, 71 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit ae1e0c9
Author: Goober5000
Commit: Goober5000

    address feedback
 code/scripting/api/libs/base.cpp    | 11 -----------
 code/scripting/api/objs/vecmath.cpp | 18 ++++++++----------
 2 files changed, 8 insertions(+), 21 deletions(-)

------------------------------------------------------------------------
commit d3c2b17
Author: Goober5000
Commit: Goober5000

    actually this is correct
 code/scripting/api/objs/vecmath.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 8a388ac
Author: Goober5000
Commit: Goober5000

    create matrixes from vectors
 code/scripting/api/libs/base.cpp    | 11 +++++++++++
 code/scripting/api/objs/vecmath.cpp |  8 ++++++--
 code/scripting/api/objs/vecmath.h   |  5 +++--
 3 files changed, 20 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit fc3ae5f
Author: Goober5000
Commit: Goober5000

    add OP_NONCAMPAIGN_FLAG to a couple sexps that shouldn't be used in campaign files
 code/parse/sexp.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 5f8192d
Author: Goober5000
Commit: Goober5000

    actually figure out instantaneous acceleration, and refactor a bit
 code/ai/ai_flags.h               |  2 +-
 code/ai/aicode.cpp               | 14 ++++++++---
 code/parse/sexp.cpp              |  4 +--
 code/physics/physics.cpp         | 54 +++++++++++++++++++++++++++++-----------
 code/physics/physics.h           | 38 ++++++++++++++--------------
 code/scripting/api/objs/ship.cpp |  4 +--
 code/ship/ship.cpp               | 10 ++++++--
 7 files changed, 82 insertions(+), 44 deletions(-)

------------------------------------------------------------------------
commit ab3388f
Author: Goober5000
Commit: Goober5000

    add sexp and script support for maneuvers with new CIF_ flags
 code/ai/ai_flags.h               | 13 ++++--
 code/ai/aicode.cpp               | 41 +++++++++++------
 code/parse/sexp.cpp              | 97 +++++++++++++++++++++++++++-------------
 code/physics/physics.cpp         |  2 +-
 code/physics/physics.h           |  6 +--
 code/scripting/api/objs/ship.cpp | 76 +++++++++++++++++--------------
 6 files changed, 151 insertions(+), 84 deletions(-)

------------------------------------------------------------------------
commit a80e4ba
Author: Goober5000
Commit: Goober5000

    add some very useful control flags for ship maneuvers
 code/physics/physics.cpp | 53 ++++++++++++++++++++++++++++--------------------
 code/physics/physics.h   |  7 +++++++
 2 files changed, 38 insertions(+), 22 deletions(-)

------------------------------------------------------------------------
commit 3a9855a
Author: Goober5000
Commit: Goober5000

    allow multiple simultaneous sexp-controlled audio streams
 code/parse/sexp.cpp | 376 +++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 287 insertions(+), 89 deletions(-)