Author Topic: Nightly: 02 October 2022 - Revision 77476edd7  (Read 684 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 02 October 2022 - Revision 77476edd7
Here is the nightly for 02 October 2022 - Revision 77476edd7



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit e69f2b3fe
Author: Fabian Woltermann
Commit: GitHub

    Update code/scripting/api/libs/graphics.cpp
 code/scripting/api/libs/graphics.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 1e6196405
Author: wookieejedi
Commit: GitHub

    Add AI flag to support ai bay arrivals > 10 seconds (#4733)
 code/ai/ai_flags.h      | 1 +
 code/ai/ai_profiles.cpp | 2 ++
 code/ai/aicode.cpp      | 5 ++++-
 3 files changed, 7 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit f5c83fbb4
Author: MjnMixael
Commit: GitHub

    primary -> secondary (#4740)
 code/scripting/api/objs/shipclass.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 7819d8262
Author: MjnMixael
Commit: GitHub

    Only check for greater than, not equal to (#4734)
 code/scripting/api/objs/shipclass.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 1edf63c61
Author: MjnMixael
Commit: GitHub

    take userdata and return int (#4736)
 code/scripting/api/objs/shipclass.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit b2ab98a97
Author: Fabian Woltermann
Commit: Fabian Woltermann

    When rendering stuff outside of ON OBJECT RENDER hooks, use immediate mode
 code/scripting/api/libs/graphics.cpp | 32 +++++++++++++++++++++++---------
 1 file changed, 23 insertions(+), 9 deletions(-)