Author Topic: Nightly: 06 February 2021 - Revision ede8c6a17  (Read 680 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 06 February 2021 - Revision ede8c6a17
Here is the nightly for 06 February 2021 - Revision ede8c6a17



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


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


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

Code: [Select]
------------------------------------------------------------------------
commit ba9205cd3
Author: JohnAFernandez
Commit: JohnAFernandez

    Make sure to pull from the bounds of the vector.
 code/network/stand_gui.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit c831235cd
Author: wookieejedi
Commit: wookieejedi

    add warnings
 code/weapon/weapons.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit de17df207
Author: wookieejedi
Commit: wookieejedi

    specify values for AI and use multipliers for fail and succeed
 code/ai/aicode.cpp      |  8 ++++----
 code/weapon/weapon.h    |  6 +++---
 code/weapon/weapons.cpp | 24 ++++++++++++++++++------
 3 files changed, 25 insertions(+), 13 deletions(-)

------------------------------------------------------------------------
commit 5116471d8
Author: wookieejedi
Commit: wookieejedi

    simplify logic
 code/ai/aicode.cpp | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit e01bd28e7
Author: wookieejedi
Commit: wookieejedi

    Expose Additional Countermeasure Options to Modders
 code/ai/ai_flags.h      |  1 +
 code/ai/ai_profiles.cpp |  2 ++
 code/ai/aicode.cpp      | 35 +++++++++++++++++++++++++++--------
 code/ship/ship.cpp      |  2 +-
 code/weapon/weapon.h    |  4 ++++
 code/weapon/weapons.cpp | 17 +++++++++++++++++
 6 files changed, 52 insertions(+), 9 deletions(-)