Author Topic: Nightly: 13 May 2020 - Revision efbace4  (Read 504 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 13 May 2020 - Revision efbace4
Here is the nightly for 13 May 2020 - Revision efbace4



Group: Win64
nightly_20200513_efbace4-builds-Win64.zip (Mirror)


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


Group: Win32
nightly_20200513_efbace4-builds-Win32.zip (Mirror)


Group: MacOSX
nightly_20200513_efbace4-builds-MacOSX.tar.gz (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit d961fa1
Author: Goober5000
Commit: Goober5000

    use mod_supports_version
 code/ai/ai_profiles.cpp    | 6 +++---
 code/mod_table/mod_table.h | 2 --
 2 files changed, 3 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 764a74d
Author: Tyler Blount
Commit: Tyler Blount

    Make sure modular tables can overwrite weapon model info
 code/weapon/weapons.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit aa46ae6
Author: Goober5000
Commit: Goober5000

    add version-specific enabling of bugfix flags
 code/ai/ai_profiles.cpp    | 22 ++++++++++++++++++++--
 code/globalincs/version.h  |  2 +-
 code/mod_table/mod_table.h |  2 ++
 3 files changed, 23 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit 6f5e500
Author: Goober5000
Commit: Goober5000

    add an ai-profiles flag to govern the Mantis 3147 fix
 code/ai/ai_flags.h      |  1 +
 code/ai/ai_profiles.cpp |  2 ++
 code/ai/aicode.cpp      | 23 +++++++++++++++++++----
 3 files changed, 22 insertions(+), 4 deletions(-)