Author Topic: Nightly: 17 December 2022 - Revision 47564d150  (Read 186 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 17 December 2022 - Revision 47564d150
Here is the nightly for 17 December 2022 - Revision 47564d150



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit 5a674a7db
Author: Goober5000
Commit: Goober5000

    initialize NavPoint properly
 code/autopilot/autopilot.h | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 5984be99b
Author: Fabian Woltermann
Commit: Fabian Woltermann

    fix vintage copypasta bug
 code/ai/aicode.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 84962ff33
Author: mjn-mixael
Commit: mjn-mixael

    Remove model instances after rendering
 code/scripting/api/objs/shipclass.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

------------------------------------------------------------------------
commit 3136e0deb
Author: mjn-mixael
Commit: mjn-mixael

    Use a model instance to prevent rendering destroyed subobjects
 code/scripting/api/objs/shipclass.cpp | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit f1f27b21b
Author: MjnMixael
Commit: GitHub

    Use define
 fred2/sexp_tree.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 911639d1b
Author: mjn-mixael
Commit: mjn-mixael

    Add missing asteroid debris argument type error checking
 code/parse/sexp.cpp | 13 +++++++++++++
 code/parse/sexp.h   |  1 +
 fred2/sexp_tree.cpp |  6 ++++++
 3 files changed, 20 insertions(+)

------------------------------------------------------------------------
commit bb42302ba
Author: John Fernandez
Commit: John Fernandez

    Use the correct variables in this function
 code/network/multi_interpolate.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)