Skip to content

Commit

Permalink
chore: update ares
Browse files Browse the repository at this point in the history
  • Loading branch information
raspersc2 committed Oct 14, 2023
1 parent 3dc4e37 commit 459a96b
Show file tree
Hide file tree
Showing 4 changed files with 399 additions and 116 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ladder_zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: git submodule update --init --recursive
# install poetry
- name: Install poetry
run: pipx install poetry==1.5
run: pipx install poetry==1.6.1
# set-up python with cache
- name: Setup Python 3.11
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion ares-sc2
Submodule ares-sc2 updated 39 files
+1 −1 .github/workflows/lint.yml
+1 −1 .github/workflows/pages.yml
+1 −1 .github/workflows/release.yml
+1 −1 .github/workflows/test.yml
+18 −0 CHANGELOG.md
+0 −396 MapAnalyzer/Debugger.py
+0 −1,192 MapAnalyzer/MapData.py
+0 −614 MapAnalyzer/Pather.py
+0 −332 MapAnalyzer/Polygon.py
+0 −182 MapAnalyzer/Region.py
+0 −12 MapAnalyzer/__init__.py
+0 −7 MapAnalyzer/cext/__init__.py
+ MapAnalyzer/cext/mapanalyzerext.cp311-win_amd64.pyd
+ MapAnalyzer/cext/mapanalyzerext.cpython-311-x86_64-linux-gnu.so
+0 −2,574 MapAnalyzer/cext/src/ma_ext.c
+0 −289 MapAnalyzer/cext/wrapper.py
+0 −38 MapAnalyzer/constants.py
+0 −262 MapAnalyzer/constructs.py
+0 −122 MapAnalyzer/decorators.py
+0 −147 MapAnalyzer/destructibles.py
+0 −36 MapAnalyzer/exceptions.py
+0 −3 MapAnalyzer/settings.py
+0 −232 MapAnalyzer/utils.py
+1,091 −1,138 poetry.lock
+4 −1 pyproject.toml
+0 −0 sc2_helper/__init__.py
+0 −148 sc2_helper/combat_simulator.py
+0 −21 sc2_helper/helper_functions.py
+0 −64 sc2_helper/test.py
+1 −1 src/ares/__init__.py
+4 −3 src/ares/build_runner/build_order_runner.py
+3 −7 src/ares/consts.py
+1 −1 src/ares/cython_extensions/combat_utils.pyx
+1 −2 src/ares/managers/building_manager.py
+189 −0 src/ares/managers/combat_sim_manager.py
+5 −0 src/ares/managers/hub.py
+39 −2 src/ares/managers/manager_mediator.py
+1 −1 src/ares/managers/path_manager.py
+2 −2 src/ares/managers/terrain_manager.pyx
Loading

0 comments on commit 459a96b

Please sign in to comment.