Releases: AresSC2/ares-sc2
Releases · AresSC2/ares-sc2
v0.11.1
Fix
- Add missing techlab type set (
bd0e004
)
v0.11.0
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
Feature
- Allow extending managers (
ff96d4e
)
- Add support for custom managers (
aee5a38
)
Documentation
- Provide example of a custom manager (
4476283
)
v0.9.0
Feature
- Basic test of whether AresBot can start (
06245af
)
v0.8.0
Feature
- Build step contains supply count and constant workers (
12f4bb0
)
v0.7.0
Feature
- Add terran building location notebook (
a5d080d
)
- Implement new placement manager (
76e2c28
)
- Implement placement solver in cython (
9fba4a2
)
v0.6.0
Feature
- Add orbital option to build runner (
b74a9b2
)
- Persistent building worker (
57016ec
)
v0.5.0
Feature
- Port flood fill algorithm to cython (
3e318c3
)
v0.4.1
Fix
- Check all units for unit trained from (
3ca162a
)
- Import errors (
0698c07
)
v0.4.0
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
)