Author Topic: Nightly: 17 May 2022 - Revision 5c4be3d39  (Read 273 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 17 May 2022 - Revision 5c4be3d39
Here is the nightly for 17 May 2022 - Revision 5c4be3d39



Group: Win64-SSE2
nightly_20220517_5c4be3d39-builds-x64-SSE2.zip (Mirror)


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


Group: Win32-SSE2
nightly_20220517_5c4be3d39-builds-Win32-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 5c4be3d39
Author: BMagnu
Commit: GitHub

    LuaAI (#4198)
 code/ai/ai.h                          |  10 +-
 code/ai/aicode.cpp                    |  21 +++-
 code/ai/aigoals.cpp                   |  71 +++++++++---
 code/ai/aigoals.h                     |  10 +-
 code/ai/ailua.cpp                     | 155 ++++++++++++++++++++++++++
 code/ai/ailua.h                       |  27 +++++
 code/hud/hudsquadmsg.cpp              |  59 ++++++++--
 code/hud/hudsquadmsg.h                |   7 +-
 code/parse/sexp.cpp                   |  10 +-
 code/parse/sexp/LuaAISEXP.cpp         | 200 ++++++++++++++++++++++++++++++++++
 code/parse/sexp/LuaAISEXP.h           |  53 +++++++++
 code/parse/sexp/LuaSEXP.cpp           |  18 ++-
 code/parse/sexp/LuaSEXP.h             |   5 +
 code/parse/sexp/sexp_lookup.cpp       |  88 ++++++++++-----
 code/parse/sexp/sexp_lookup.h         |   6 +-
 code/scripting/api/libs/mission.cpp   |  42 ++++++-
 code/scripting/api/objs/ai_helper.cpp |  92 ++++++++++++++++
 code/scripting/api/objs/ai_helper.h   |  10 ++
 code/scripting/api/objs/luaaisexp.cpp |  75 +++++++++++++
 code/scripting/api/objs/luaaisexp.h   |  22 ++++
 code/ship/ship.cpp                    |   3 +-
 code/source_groups.cmake              |   8 ++
 fred2/management.cpp                  |   3 +-
 freespace2/freespace.cpp              |   5 +-
 qtfred/src/mission/management.cpp     |   7 +-
 25 files changed, 924 insertions(+), 83 deletions(-)