Author Topic: Nightly: 07 December 2020 - Revision a6f5f4c09  (Read 749 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 07 December 2020 - Revision a6f5f4c09
Here is the nightly for 07 December 2020 - Revision a6f5f4c09



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


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

Code: [Select]
------------------------------------------------------------------------
commit 0dd12473a
Author: Goober5000
Commit: Goober5000

    address feedback
 code/ai/aiturret.cpp | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

------------------------------------------------------------------------
commit ed7eddc87
Author: Goober5000
Commit: Goober5000

    comment
 code/ai/aiturret.cpp | 1 +
 1 file changed, 1 insertion(+)

------------------------------------------------------------------------
commit c0e5d810b
Author: Goober5000
Commit: Goober5000

    fix flak not jittering if it had the fire-down-normals flag
 code/ai/aiturret.cpp | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 62a66a0e2
Author: Goober5000
Commit: Goober5000

    patch player sound issue; adjust code comment and variable scope
 code/ai/aiturret.cpp | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

------------------------------------------------------------------------
commit 0ad267a6d
Author: Goober5000
Commit: Goober5000

    remove superfluous function
 code/ai/aiturret.cpp | 29 ++---------------------------
 1 file changed, 2 insertions(+), 27 deletions(-)

------------------------------------------------------------------------
commit 7eb18dddc
Author: Goober5000
Commit: Goober5000

    clean up the second half, and remove an unused field
 code/ai/aiturret.cpp          | 126 ++++++++++++++++++++----------------------
 code/mission/missionparse.cpp |   1 -
 code/ship/ship.cpp            |   1 -
 code/ship/ship.h              |   1 -
 4 files changed, 59 insertions(+), 70 deletions(-)

------------------------------------------------------------------------
commit 54343a0ee
Author: Goober5000
Commit: Goober5000

    clean up the top half of ai_fire_from_turret
 code/ai/ai_flags.h      |   2 +-
 code/ai/ai_profiles.cpp |   2 +-
 code/ai/aiturret.cpp    | 313 +++++++++++++++++++++++++-----------------------
 3 files changed, 168 insertions(+), 149 deletions(-)