Releases: AresSC2/ares-sc2
Releases · AresSC2/ares-sc2
v2.35.0
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
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
Fix
- Ensure position exists before updating building tracker (
c70870d
)
v2.33.1
Fix
- Ensure spawn controller did an action before marking step started (
ccc0d30
)
v2.33.0
Feature
- Extend worker rush detection to natural (
6d422e3
)
v2.32.3
Fix
- Prevent excessive gas assignments when preventing gas steal (
7a8c506
)
- Adjust worker selection so it's not unnecessary selected (
7855252
)
v2.32.2
Fix
- Anti armour missile actually works (
91c52ab
)
v2.32.1
Fix
- Add missing values to unit data dict (
04cb10c
)
v2.32.0
Feature
Fix
- Correct import (
8988cb9
)
- Squad initially calculated correctly (
d0d4022
)
Documentation
- Add docs for new behaviors (
7e52448
)
v2.31.0
Feature
- Workers can flee if too much danger (
4704683
)
Fix