Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
abe1ffc
Cursed commit
SirChuckOfTheChuckles Aug 11, 2025
986fc78
sc2: Checking in upgrade cost/research time filler item icons
MatthewMarinets Jul 31, 2025
dc6db99
Force reinforcement Ghosts in Echoes of the Future to be female to ma…
Ziktofel Aug 2, 2025
3e7f997
Update icon for Advanced Construction for Waking The Ancient
Ziktofel Aug 2, 2025
e7b09ba
Fix Dawnbringer's selection circle
Ziktofel Aug 2, 2025
49fc38f
Fix Ghost/Spectre RE and Bargain Bin Prices to tie the cargo size upg…
Ziktofel Aug 4, 2025
184bf0e
fix disjointed larvae
Snarkie Aug 5, 2025
a13eaba
add filler icons to upgrades (for reference)
Snarkie Aug 5, 2025
2237225
fix Kerrigan team color
Snarkie Aug 6, 2025
e128ba9
sc2: Switching to Subsourians colour icons for impaler rounds and ocu…
MatthewMarinets Aug 7, 2025
1b127ce
sc2: Fixing typo in filename for fire suppression system
MatthewMarinets Aug 7, 2025
72aa6b9
sc2: Committing recent community icons for warprelocate, replenishabl…
MatthewMarinets Aug 7, 2025
83548e5
Added Oppressor custom voicework, added new portrait for the unit and…
Subsourian Aug 8, 2025
93b12fe
Another big commit:
SirChuckOfTheChuckles Aug 31, 2025
d0f5a5c
smaller commit
SirChuckOfTheChuckles Aug 31, 2025
50f2935
Final Large Commit
SirChuckOfTheChuckles Sep 21, 2025
66388d4
Undo unnecessary changes
SirChuckOfTheChuckles Sep 21, 2025
4843e65
Bug fixes and removed some war council items
SirChuckOfTheChuckles Nov 8, 2025
3047771
Add no-build raceswaps
Snarkie Nov 8, 2025
e452e4b
mainly just bugfixes
SirChuckOfTheChuckles Nov 15, 2025
98a6dea
Added some missing sounds, typo fixes, removed unnecessary code
SirChuckOfTheChuckles Nov 15, 2025
7ab9c7c
Fix Kill Team reveal message being late
Snarkie Nov 29, 2025
8bfc014
Merge pull request #13 from Snarkie/trains
Ziktofel Nov 30, 2025
988d151
sc2: Add basic dev setup guide to readme
MatthewMarinets Dec 6, 2025
c42edb4
workflows (#17): Updating build.yml to publish to API5 on sc2-next; n…
MatthewMarinets Dec 8, 2025
f775a43
Merge branch 'master' into sc2-next
Ziktofel Dec 8, 2025
fc65ffa
Merge pull request #15 from MatthewMarinets/mm/dev_docs
Ziktofel Dec 8, 2025
08d907c
Merge pull request #1 from Snarkie/raceswaps
Ziktofel Dec 8, 2025
d96ef4e
balance updates and tooltip fix before review
SirChuckOfTheChuckles Dec 8, 2025
54de118
Further balance tweaks balanced on recent player survey
SirChuckOfTheChuckles Dec 10, 2025
547df7b
oops
SirChuckOfTheChuckles Dec 10, 2025
a3a1132
sc2 (#18): Reverting change to advanced construction icon that double…
MatthewMarinets Dec 11, 2025
86ce704
Merge branch 'master' into sc2-next
MatthewMarinets Dec 11, 2025
d6c4ed8
sc2 (#20): Minor QoL
MatthewMarinets Dec 19, 2025
2751733
Temp fixes
SirChuckOfTheChuckles Dec 21, 2025
7e381a9
sc2: (#16): Royal Guard rework
MatthewMarinets Dec 21, 2025
1bc9e85
Weapon fix and planet cracker visual tone-down
SirChuckOfTheChuckles Dec 25, 2025
bad1018
sc2 (#21): Fix mind control on dark skies
MatthewMarinets Dec 31, 2025
b8d3a14
Merge live into sc2-next
MatthewMarinets Jan 1, 2026
d26910f
SC2 (#23): Replace starting zerg units on Templar's Charge, replace F…
MindHawk Jan 1, 2026
1972c76
sc2 (#22): Guardian and Brood Lord fixes
MatthewMarinets Jan 3, 2026
8451cc7
sc2 (#25): Put a cap on how many building speed items can stack
MatthewMarinets Jan 3, 2026
0c5ae6a
Merge live into sc2-next
MatthewMarinets Jan 3, 2026
f5f9678
Sc2 (#2): Add Epilogue Raceswaps
Snarkie Jan 3, 2026
5816814
SC2: Fix epilogue raceswap issues (#26)
Snarkie Jan 4, 2026
6641971
Merge remote-tracking branch 'baseGame/sc2-next' into MothershipRework2
SirChuckOfTheChuckles Jan 4, 2026
f759bb9
test
SirChuckOfTheChuckles Jan 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
23 changes: 17 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: build.yml
on:
push:
branches: ['**']
pull_request:
branches: ['**']
branches:
- 'master'
- 'sc2-next'
# - 'release/*'
workflow_dispatch:
jobs:
build_maps:
Expand Down Expand Up @@ -43,17 +44,27 @@ jobs:
with:
# find out this value by opening https://api.github.com/repos/<owner>/<repo>/releases in your browser and copy the full "upload_url" value including the {?name,label} part
upload_url: https://uploads.github.com/repos/Ziktofel/Archipelago-SC2-data/releases/165307117/assets{?name,label}
release_id: 165307117 # API4
release_id: 165307117 # API4
asset_path: ./Archipelago-SC2Data.zip
asset_name: Archipelago-SC2Data.zip
asset_content_type: application/zip
- name: Deploy
- name: Deploy API4
if: ${{ github.ref == 'refs/heads/master' && github.repository_owner == 'archipelago-sc2' }}
uses: WebFreak001/deploy-nightly@v3.1.0
with:
# find out this value by opening https://api.github.com/repos/<owner>/<repo>/releases in your browser and copy the full "upload_url" value including the {?name,label} part
upload_url: https://uploads.github.com/repos/archipelago-sc2/Archipelago-SC2-data/releases/261895427/assets{?name,label}
release_id: 261895427 # API4
release_id: 261895427 # API4
asset_path: ./Archipelago-SC2Data.zip
asset_name: Archipelago-SC2Data.zip
asset_content_type: application/zip
- name: Deploy API5
if: ${{ github.ref == 'refs/heads/sc2-next' && github.repository_owner == 'archipelago-sc2' }}
uses: WebFreak001/deploy-nightly@v3.1.0
with:
# find out this value by opening https://api.github.com/repos/<owner>/<repo>/releases in your browser and copy the full "upload_url" value including the {?name,label} part
upload_url: https://uploads.github.com/repos/archipelago-sc2/Archipelago-SC2-data/releases/261298589/assets{?name,label}
release_id: 261298589 # API5
asset_path: ./Archipelago-SC2Data.zip
asset_name: Archipelago-SC2Data.zip
asset_content_type: application/zip
Binary file not shown.
Loading