Author Topic: Nightly: 28 September 2022 - Revision 8edb25c23  (Read 219 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 28 September 2022 - Revision 8edb25c23
Here is the nightly for 28 September 2022 - Revision 8edb25c23



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


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


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


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

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

    handle 0 duration better (#4716)
 code/ship/ship.cpp | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit ad9bf0af7
Author: kiloku
Commit: kiloku

    Reset setting on mod_table_reset()
 code/mod_table/mod_table.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 4f8cf06e5
Author: kiloku
Commit: kiloku

    Game settings option to consider all turrets long
 code/ai/aiturret.cpp         | 4 ++--
 code/mod_table/mod_table.cpp | 5 +++++
 code/mod_table/mod_table.h   | 1 +
 3 files changed, 8 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 8ef408c74
Author: kiloku
Commit: kiloku

    ship_get_global_turret_gun_info needs a gvec to not crash
 code/ai/aiturret.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit 075bbe7e3
Author: kiloku
Commit: kiloku

    Add flag to list for parsers
 code/ship/ship.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit 0a6558eea
Author: kiloku
Commit: kiloku

    Adds new flag Turret_distant_firepoint that allows long turrets to aim correctly
 code/ai/aiturret.cpp     | 19 ++++++++++++++++++-
 code/model/model_flags.h |  1 +
 2 files changed, 19 insertions(+), 1 deletion(-)