Skip to content

Releases: AresSC2/ares-sc2

v2.35.0

02 Mar 19:17
Compare
Choose a tag to compare

Feature

  • combat: Add ShootAndMoveToTarget behavior for moving to a specific point and shooting enemies along the way (d4774c7)
  • combat: Add behavior for reaper grenade execution (dba639c)
  • Add PickUpAndDropCargo behavior (34dc3e2)
  • Add MoveToSafeTarget behavior (17ae274)

Documentation

  • Improve/fix docstrings in behaviors (57fa273)
  • Add descriptions to pathing grid properties (6386c75)

v2.34.0

17 Feb 14:59
Compare
Choose a tag to compare

Feature

  • Add tactical ground grid features and debug logic (db418f8)
  • Update army value calculations for unit data (0ef1e76)

Fix

  • Disable debugging in production config (6ae8199)

v2.33.2

05 Feb 10:10
Compare
Choose a tag to compare

Fix

  • Ensure position exists before updating building tracker (c70870d)

v2.33.1

31 Jan 16:40
Compare
Choose a tag to compare

Fix

  • Ensure spawn controller did an action before marking step started (ccc0d30)

v2.33.0

28 Jan 16:06
Compare
Choose a tag to compare

Feature

  • Extend worker rush detection to natural (6d422e3)

v2.32.3

28 Jan 12:09
Compare
Choose a tag to compare

Fix

  • Prevent excessive gas assignments when preventing gas steal (7a8c506)
  • Adjust worker selection so it's not unnecessary selected (7855252)

v2.32.2

17 Jan 22:17
Compare
Choose a tag to compare

Fix

  • Anti armour missile actually works (91c52ab)

v2.32.1

15 Jan 16:42
Compare
Choose a tag to compare

Fix

  • Add missing values to unit data dict (04cb10c)

v2.32.0

14 Jan 16:35
Compare
Choose a tag to compare

Feature

Fix

  • Correct import (8988cb9)
  • Squad initially calculated correctly (d0d4022)

Documentation

  • Add docs for new behaviors (7e52448)

v2.31.0

05 Jan 13:34
Compare
Choose a tag to compare

Feature

  • Workers can flee if too much danger (4704683)

Fix