Author Topic: Nightly: 27 September 2022 - Revision f0068b13a  (Read 458 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 27 September 2022 - Revision f0068b13a
Here is the nightly for 27 September 2022 - Revision f0068b13a



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit f0068b13a
Author: BMagnu
Commit: GitHub

    Prevent dangling threads from crashing FSO on close (#4701)
 code/scripting/lua/LuaTable.cpp  |  3 ---
 code/scripting/lua/LuaTable.h    |  6 ------
 code/scripting/lua/LuaThread.cpp | 44 ++++++++++++++++++++++++++++++++--------
 code/scripting/lua/LuaThread.h   | 18 ++++++++--------
 4 files changed, 44 insertions(+), 27 deletions(-)

------------------------------------------------------------------------
commit 2e3ff7410
Author: JohnAFernandez
Commit: GitHub

    Add corrections in multi ship record (#4650)
 code/network/multi_interpolate.cpp | 80 +++++++++++++++++++++++++++++++-------
 code/network/multi_interpolate.h   |  5 ++-
 code/network/multi_obj.cpp         | 57 ++++++++++++++++++++++++++-
 code/network/multi_obj.h           |  5 ++-
 code/network/multi_time_manager.h  |  4 ++
 code/object/object.cpp             |  2 +-
 6 files changed, 134 insertions(+), 19 deletions(-)

------------------------------------------------------------------------
commit 1794ba87b
Author: Goober5000
Commit: Goober5000

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

------------------------------------------------------------------------
commit e2dbfca1c
Author: Goober5000
Commit: Goober5000

    allow customizing of debug particle color
 code/particle/particle.cpp           |  5 ++++-
 code/particle/particle.h             |  2 +-
 code/scripting/api/libs/graphics.cpp |  6 +++---
 code/scripting/api/objs/particle.cpp | 24 ++++++++++++++++++++++++
 4 files changed, 32 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 00746f1f9
Author: Goober5000
Commit: Goober5000

    add copy methods for matrixes and vectors
 code/scripting/api/objs/vecmath.cpp | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

------------------------------------------------------------------------
commit eb3c8a25f
Author: mjn-mixael
Commit: mjn-mixael

    MAX_SHIP_WEAPONS
 code/scripting/api/objs/shipwepselect.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 6cad66c7e
Author: Asteroth
Commit: GitHub

    Make sure immobile objects always have 0 velocity (#4708)
 code/object/collideshipship.cpp | 12 +++++++-----
 code/object/object.cpp          |  6 ++++++
 2 files changed, 13 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit b69ac0cdd
Author: David Gibson
Commit: David Gibson

    Implementing formatting and naming feedback
 code/cfile/cfilesystem.cpp | 2 ++
 code/cmdline/cmdline.cpp   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit b572ef45e
Author: David Gibson
Commit: David Gibson

    added command line flag for override and addressed feedback
 code/cfile/cfilesystem.cpp | 31 ++++++++++++++++---------------
 code/cmdline/cmdline.cpp   |  6 ++++++
 code/cmdline/cmdline.h     |  1 +
 3 files changed, 23 insertions(+), 15 deletions(-)

------------------------------------------------------------------------
commit 1e7ee8b34
Author: mjn-mixael
Commit: mjn-mixael

    Lua API read-only access to the actual loadout
 code/scripting/api/libs/ui.cpp            |  20 ++++
 code/scripting/api/objs/shipwepselect.cpp | 159 +++++++++++++++++++++++++++++-
 code/scripting/api/objs/shipwepselect.h   |  20 ++++
 3 files changed, 196 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit d0241d060
Author: David Gibson
Commit: David Gibson

    created new "load_last" universal mod directory
 code/cfile/cfilesystem.cpp | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)