An open API service providing commit metadata for open source projects.

GitHub / BurnySc2/python-sc2 / commits

A StarCraft II bot api client library for Python 3

SHA Message Author Date Stats
d0596ced Bump version to 7.1.3 to have a clean package without test folder burnysc2 <g****y@g****m> 8 months ago
d2e61c77 Remove test folder in CI to not include it in the pypi package burnysc2 <g****y@g****m> 8 months ago
da186c3b Bump version to 7.1.2 burnysc2 <g****y@g****m> 8 months ago
24b64220 merge Merge pull request #234 from BurnySc2/add-python-314-support BurnySc2 <g****y@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
340dd9ae Use download_with_retry function burnysc2 <g****y@g****m> 8 months ago
90502220 Unwrap for loop in download maps script burnysc2 <g****y@g****m> 8 months ago
131a35de Fix download maps script burnysc2 <g****y@g****m> 8 months ago
3f0b3581 Add maps cache to gh actions and squash by default burnysc2 <g****y@g****m> 8 months ago
8b81a322 Add map download script burnysc2 <g****y@g****m> 8 months ago
57d9d794 Split up markers for scipy burnysc2 <g****y@g****m> 8 months ago
8b638cc6 Remove 3.14 from Run testbots linux burnysc2 <g****y@g****m> 8 months ago
eafb10b0 Update package markers for numpy for py3.14 burnysc2 <g****y@g****m> 8 months ago
cd57af07 Update matplotlib burnysc2 <g****y@g****m> 8 months ago
7d7f66a5 Fix pillow and scipy dependency burnysc2 <g****y@g****m> 8 months ago
f279542b Add python 3.14 burnysc2 <g****y@g****m> 8 months ago
2cfb87e9 merge Merge pull request #228 from an-swe/feat/add-type-stubs BurnySc2 <g****y@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
6658f1cc Add s2clientprotocol folder to docker ci burnysc2 <g****y@g****m> 10 months ago
dab17865 Fix distance_to and refactor hasattr to isinstance burnysc2 <g****y@g****m> 10 months ago
1361944a Simplify typing for position.py burnysc2 <g****y@g****m> 10 months ago
26b3b844 Replace IntEnum with Enum and clean up burnysc2 <g****y@g****m> 10 months ago
dbf8e850 Fix type hints for color burnysc2 <g****y@g****m> 10 months ago
2042b1b7 Fix annotation by importing from future burnysc2 <g****y@g****m> 10 months ago
c78621e9 Revert using typing.Self burnysc2 <g****y@g****m> 10 months ago
2ad03c70 Fix zerg cost burnysc2 <g****y@g****m> 10 months ago
8160f3ff Fix autoformat issue burnysc2 <g****y@g****m> 10 months ago
c3db5652 Fix ruff issues burnysc2 <g****y@g****m> 10 months ago
fddce9d1 Fix id_exists method burnysc2 <g****y@g****m> 10 months ago
d5265906 Add overloads for protocol._execute burnysc2 <g****y@g****m> 10 months ago
5b9ae8f1 Add overloads for position burnysc2 <g****y@g****m> 10 months ago
81334b7f Improve typing in library files burnysc2 <g****y@g****m> 10 months ago
6116e35a Improve typing on example bots burnysc2 <g****y@g****m> 10 months ago
3295043d Add typing to position.py burnysc2 <g****y@g****m> 10 months ago
6fdaf69d Replace list with iterable burnysc2 <g****y@g****m> 10 months ago
e4eaa30f Apply more type hints burnysc2 <g****y@g****m> 10 months ago
f207373d Add type hints for various files burnysc2 <g****y@g****m> 10 months ago
4346c194 Apply autoformat burnysc2 <g****y@g****m> 10 months ago
eac3f9a7 Add type hints for python-sc2 related to protobuf types burnysc2 <g****y@g****m> 10 months ago
d442bac9 Adjust enums to be of type int burnysc2 <g****y@g****m> 10 months ago
f13299d9 Finalize spatial_pb2 burnysc2 <g****y@g****m> 10 months ago
ee5b3315 Finalize sc2api_pb2 burnysc2 <g****y@g****m> 10 months ago
4cf19209 Finalize ui_pb2 burnysc2 <g****y@g****m> 10 months ago
888a3b2a Finalize score_pb2 burnysc2 <g****y@g****m> 10 months ago
eb96ff8b Finalize raw_pb2 burnysc2 <g****y@g****m> 10 months ago
68e49e55 Finalize query_pb2 burnysc2 <g****y@g****m> 10 months ago
4d45c45a Finalize error_pb2 burnysc2 <g****y@g****m> 10 months ago
62b8f39c Finalize debug_pb2 burnysc2 <g****y@g****m> 10 months ago
bf3e6e7b Finalize data_pb2 burnysc2 <g****y@g****m> 10 months ago
331fa88c Finalize common_pb2 burnysc2 <g****y@g****m> 10 months ago
46a43830 Start adding stubs for s2clientprotocol burnysc2 <g****y@g****m> 10 months ago
d2450fec add type stubs for static type checking support an-swe <a****1@g****m> 10 months ago
fba0d500 Bump version to 7.1.1 burnysc2 <g****y@g****m> about 1 year ago
4e205f7b Add retry to docker file download burnysc2 <g****y@g****m> about 1 year ago
4b15dd9d merge Merge pull request #225 from BurnySc2/fix-find-placement-function BurnySc2 <g****y@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
dd593e7d merge Merge pull request #224 from raspersc2/fix/torches-expansion-locations BurnySc2 <g****y@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
a6756d91 chore: fix type hints rasper <t****v@g****m> about 1 year ago
988c8643 Fix https://github.com/BurnySc2/python-sc2/issues/223 burnysc2 <g****y@g****m> about 1 year ago
b6834cb6 feat: support dual expansion locations rasper <t****v@g****m> about 1 year ago
afee7008 feat: add `_cluster_center` method and improve resource group clustering logic rasper <t****v@g****m> about 1 year ago
5fdbfa37 test: add Persephone as map with odd expansion count rasper <t****v@g****m> about 1 year ago
b662af79 test: add pickle files for preseason 2025 maps rasper <t****v@g****m> about 1 year ago
a747fc6b merge Merge pull request #222 from raspersc2/missing-tech-requirement BurnySc2 <g****y@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
32f8496b Add retry to curl command burnysc2 <g****y@g****m> about 1 year ago
062dcb83 Add missing Fleet Beacon tech requirement rasper <t****v@g****m> about 1 year ago
188f3667 Bump version to 7.1.0 using the updated dependencies burnysc2 <g****y@g****m> about 1 year ago
1246813b Replace pyre with pyrefly burnysc2 <g****y@g****m> about 1 year ago
c4393e18 Update packages and apply autoformat burnysc2 <g****y@g****m> about 1 year ago
77ef7413 Fix https://github.com/BurnySc2/python-sc2/issues/191 burnysc2 <g****y@g****m> about 1 year ago
e0474a06 Bump version to 7.0.7 to allow python 3.13 burnysc2 <g****y@g****m> about 1 year ago
c287d5c5 Remove self.do() references burnysc2 <g****y@g****m> about 1 year ago
69b6dbf9 Add python 3.13 to CI for testbots burnysc2 <g****y@g****m> about 1 year ago
fa96b4ed Bump version in uv.lock burnysc2 <g****y@g****m> about 1 year ago
a9f3bb8b Bump version to 7.0.6 burnysc2 <g****y@g****m> about 1 year ago
7a1c6f36 merge Merge pull request #216 from dysonreturns/observer-fixes BurnySc2 <g****y@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
2ca0d04c Remove unused import burnysc2 <g****y@g****m> about 1 year ago
3ae99a90 Deduplicate function call '_distances_override_functions' burnysc2 <g****y@g****m> about 1 year ago
06100fc5 merge Merge branch 'observer-fixes' of github.com:dysonreturns/python-sc2 into dyso... burnysc2 <g****y@g****m> about 1 year ago
06096ca7 merge Merge pull request #213 from dysonreturns/old-launcher-accept-sc2_version BurnySc2 <g****y@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
558e4c37 Run autoformat burnysc2 <g****y@g****m> about 1 year ago
dd9244f8 merge Merge branch 'old-launcher-accept-sc2_version' of github.com:dysonreturns/pyt... burnysc2 <g****y@g****m> about 1 year ago
b9eac330 Update ids and dicts using an updated data.json burnysc2 <g****y@g****m> about 1 year ago
44e12b27 merge Merge pull request #218 from dysonreturns/observer-distance-field BurnySc2 <g****y@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
a1795cfd merge Merge pull request #217 from dysonreturns/unit-tag-cached-property BurnySc2 <g****y@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
64629737 merge Merge pull request #219 from BurnySc2/fix-id-generation-for-frenzy BurnySc2 <g****y@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
8a2a90e3 Bump github actions upload-artifact from v3 to v4 burnysc2 <g****y@g****m> about 1 year ago
e8f3c3ae Update generate_ids.py to add abilities with empty 'buttonname' in stableid.json burnysc2 <g****y@g****m> about 1 year ago
d9623b64 Adds ActionObserverCameraMove.distance to proto, enabling wide zoom-out dysonreturns <2****s@u****m> about 1 year ago
a04340b8 Adds ActionObserverCameraMove.distance for wider Observers zoom-out dysonreturns <2****s@u****m> about 1 year ago
cba825f8 Makes unit.tag be @cached_property dysonreturns <2****s@u****m> about 1 year ago
7edff5ac Repairs ObserverAI by removing deprecated field usage and assigning random Ra... dysonreturns <2****s@u****m> about 1 year ago
a640683e Fixes example observer file TypeError: Cannot set ... replay_path to PosixPath dysonreturns <2****s@u****m> about 1 year ago
422c6e16 Update versions backlog and include `5.0.14.93333` which 5.0.14 maps are base... dysonreturns <2****s@u****m> about 1 year ago
8f605936 make sc2_version accepted by old join and host methods dysonreturns <2****s@u****m> over 1 year ago
15fbac3f merge Merge pull request #212 from lladdy/patch-2 BurnySc2 <g****y@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
4028eeb2 Update README.md Randall <l****y@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b33e39f1 merge Merge pull request #211 from lladdy/patch-1 BurnySc2 <g****y@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c33e37df Update README discord links Randall <l****y@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c7f1e6d1 Add view source code button burnysc2 <g****y@g****m> over 1 year ago
306548b7 Add debug ls all generated docs files and fix docs urls burnysc2 <g****y@g****m> over 1 year ago
75cfc02f Change docs folder burnysc2 <g****y@g****m> over 1 year ago
9b85dc61 Add type hints to docs burnysc2 <g****y@g****m> over 1 year ago

← Back to repository