Author Topic: Nightly: 22 September 2022 - Revision 0c2a6a4f2  (Read 231 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 22 September 2022 - Revision 0c2a6a4f2
Here is the nightly for 22 September 2022 - Revision 0c2a6a4f2



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


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


Group: MacOSX
nightly_20220922_0c2a6a4f2-builds-Mac.tar.gz (Mirror)


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

Code: [Select]
------------------------------------------------------------------------
commit 0c2a6a4f2
Author: wookieejedi
Commit: GitHub

    Fix multi lib (#4692)
 code/scripting/lua.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 3d700589c
Author: MjnMixael
Commit: GitHub

    Give Lua access to the select anims and images (#4687)
 code/scripting/api/objs/shipclass.cpp   | 51 +++++++++++++++++++++++++++++++++
 code/scripting/api/objs/weaponclass.cpp | 34 ++++++++++++++++++++++
 2 files changed, 85 insertions(+)

------------------------------------------------------------------------
commit 33f24f1b4
Author: EatThePath
Commit: GitHub

    -luadev flag and lua log filter (#4681)
 code/cmdline/cmdline.cpp         |  5 +++++
 code/cmdline/cmdline.h           |  1 +
 code/osapi/dialogs.cpp           |  8 ++++++--
 code/osapi/outwnd.cpp            |  6 +++---
 code/scripting/api/libs/base.cpp | 17 ++++++++++++++---
 5 files changed, 29 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 544234743
Author: Goober5000
Commit: Goober5000

    update ship flags
 code/parse/sexp.cpp | 8 +++++---
 code/ship/ship.cpp  | 1 +
 2 files changed, 6 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit fdb5506d4
Author: Goober5000
Commit: Goober5000

    make autodoc happy
 code/scripting/api/objs/parse_object.cpp | 4 ++--
 code/scripting/api/objs/ship.cpp         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 9c71a3a1a
Author: Goober5000
Commit: Goober5000

    allow an arbitrary number of flag arguments
 code/scripting/api/objs/parse_object.cpp | 36 ++++++++++++++++++--------------
 code/scripting/api/objs/ship.cpp         | 36 ++++++++++++++++++--------------
 2 files changed, 40 insertions(+), 32 deletions(-)

------------------------------------------------------------------------
commit a379411d7
Author: Goober5000
Commit: Goober5000

    add ParsedShips indexer and update terminology
 code/scripting/api/libs/mission.cpp      | 40 ++++++++++++++++++++++++++++++++
 code/scripting/api/objs/parse_object.cpp | 24 +++++++++----------
 2 files changed, 52 insertions(+), 12 deletions(-)

------------------------------------------------------------------------
commit a89ba892a
Author: Goober5000
Commit: Goober5000

    add setFlag and getFlag for ships and parse objects
 code/scripting/api/objs/parse_object.cpp | 69 ++++++++++++++++++++++++++
 code/scripting/api/objs/ship.cpp         | 84 +++++++++++++++++++++++++++++++-
 2 files changed, 152 insertions(+), 1 deletion(-)