Skip to content

Releases: AresSC2/ares-sc2

v0.11.1

17 May 13:58
Compare
Choose a tag to compare

Fix

  • Add missing techlab type set (bd0e004)

v0.11.0

17 May 13:28
Compare
Choose a tag to compare

Feature

  • Implement spawn controller (1d92b95)
  • Save techlab and reactor tags (7cba27f)
  • Implement unit tech ready method (5fe8cf2)
  • Add own unit count method (1fd4830)

Fix

  • Unreachable logic (5c78d77)
  • Prevent crash if unit type not present in unit cache dict (b205a46)

Documentation

  • Add spawn controller to mkdocstrings (042fd7e)

v0.10.0

09 May 20:35
Compare
Choose a tag to compare

Feature

  • Allow extending managers (ff96d4e)
  • Add support for custom managers (aee5a38)

Documentation

  • Provide example of a custom manager (4476283)

v0.9.0

09 May 18:52
Compare
Choose a tag to compare

Feature

  • Basic test of whether AresBot can start (06245af)

v0.8.0

09 May 18:28
Compare
Choose a tag to compare

Feature

  • Build step contains supply count and constant workers (12f4bb0)

v0.7.0

08 May 15:41
Compare
Choose a tag to compare

Feature

  • Add terran building location notebook (a5d080d)
  • Implement new placement manager (76e2c28)
  • Implement placement solver in cython (9fba4a2)

v0.6.0

07 May 20:47
Compare
Choose a tag to compare

Feature

  • Add orbital option to build runner (b74a9b2)
  • Persistent building worker (57016ec)

v0.5.0

20 Apr 10:55
Compare
Choose a tag to compare

Feature

  • Port flood fill algorithm to cython (3e318c3)

v0.4.1

11 Apr 21:34
Compare
Choose a tag to compare

Fix

  • Check all units for unit trained from (3ca162a)
  • Import errors (0698c07)

v0.4.0

08 Apr 13:35
Compare
Choose a tag to compare

Feature

  • Generic chrono option in build runner (70e4f37)
  • Implement new build order runner (53d77c7)

Fix

  • Bot runs without a builds.yml file (2892bc4)
  • Cycling through builds works (b8ded14)

Documentation

  • Document build runner / mediator / behaviors (0e7079a)
  • Add docstrings to data manager (09de2cc)