Author Topic: Nightly: 24 November 2020 - Revision d31003afe  (Read 717 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 24 November 2020 - Revision d31003afe
Here is the nightly for 24 November 2020 - Revision d31003afe



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


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

Code: [Select]
------------------------------------------------------------------------
commit 4024ff197
Author: Baezon
Commit: Baezon

    separate rotational and lateral maneuvers
 code/ai/ai.h                     |  3 ++-
 code/ai/ai_flags.h               |  3 ++-
 code/ai/aicode.cpp               | 22 +++++++++++++++++++-
 code/parse/sexp.cpp              | 43 ++++++++++++++++++++++++++++++----------
 code/scripting/api/objs/ship.cpp | 38 ++++++++++++++++++++++++++---------
 5 files changed, 86 insertions(+), 23 deletions(-)

------------------------------------------------------------------------
commit c90171d8a
Author: Baezon
Commit: Baezon

    add no_override flag to maneuvers
 code/ai/ai_flags.h               | 1 +
 code/parse/sexp.cpp              | 7 ++++++-
 code/physics/physics.h           | 3 ++-
 code/scripting/api/objs/ship.cpp | 4 +++-
 4 files changed, 12 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 0151f1b5a
Author: Phantom Hoover
Commit: Phantom Hoover

    Add ships.tbl flags to tune most aspects of ETS behaviour.
 code/hud/hudets.cpp | 36 ++++++++++++++++++++++----------
 code/hud/hudets.h   |  3 ---
 code/ship/ship.cpp  | 60 +++++++++++++++++++++++++++++++++++++++++++++++++----
 code/ship/ship.h    |  8 +++++++
 4 files changed, 89 insertions(+), 18 deletions(-)