Author Topic: Nightly: 21 December 2022 - Revision f464b3008  (Read 354 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 21 December 2022 - Revision f464b3008
Here is the nightly for 21 December 2022 - Revision f464b3008



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


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


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


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

Code: [Select]
------------------------------------------------------------------------
commit f464b3008
Author: Asteroth
Commit: GitHub

    update regen rates and autoaim fov on ship class change (#5029)
 code/ship/ship.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

------------------------------------------------------------------------
commit 0fb6b2ae0
Author: Asteroth
Commit: GitHub

    Update 22.4 version references to 23.0 (#5025)
 code/ai/ai_profiles.cpp            | 2 +-
 code/mod_table/mod_table.cpp       | 2 +-
 code/scripting/api/objs/enums.cpp  | 2 +-
 fred2/missionsave.cpp              | 2 +-
 qtfred/src/mission/missionsave.cpp | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 18c182acc
Author: Fabian Woltermann
Commit: GitHub

    script hooks must be declared within global_hooks so that both FRED and FSO can see them (#5031)
 code/scripting/global_hooks.cpp | 27 +++++++++++++++++++
 code/scripting/global_hooks.h   |  6 +++++
 freespace2/freespace.cpp        | 60 +++++++++++------------------------------
 3 files changed, 49 insertions(+), 44 deletions(-)

------------------------------------------------------------------------
commit c9291e3f1
Author: Taylor Richards
Commit: GitHub

    address issues related to cf.openFile() error handling (#5030)
 code/cfile/cfile.cpp              | 4 +++-
 code/scripting/api/libs/cfile.cpp | 8 ++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)