Skip to content

Commit 0061d2f

Browse files
authored
Merge pull request #1529 from heinezen/release-demos
Converter fixes + Release demos
2 parents bda929f + 9a33715 commit 0061d2f

File tree

162 files changed

+3462
-925
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+3462
-925
lines changed

.github/workflows/macosx-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Brew install DeJaVu fonts
5656
run: brew tap homebrew/cask-fonts && brew install font-dejavu
5757
- name: Remove python's 2to3 link so that 'brew link' does not fail
58-
run: rm '/usr/local/bin/2to3'
58+
run: rm '/usr/local/bin/2to3' && rm '/usr/local/bin/2to3-3.11'
5959
- name: Install environment helpers with homebrew
6060
run: brew install ccache
6161
- name: Install dependencies with homebrew

assets/test/nyan/pong.nyan

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
!version 1
2+
13
PongGame():
24
ball : Ball
35
player1 : Player
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# version hashes of Age of Empires 2: The Conqueror's Demo
2+
3+
file_version = "2.0"
4+
hash_algo = "SHA3-256"
5+
6+
[age2_x1t]
7+
paths = ["age2_x1t.exe"]
8+
9+
[age2_x1t.map]
10+
d02ef2f4935c5ef568eaa873442b4b2b547067ed8e3572758bbbbee8 = "1.0c"
11+
4568f37f309c0a89fa9e84a0c0f6c61b0f394c28adc82c0b3f2203b3 = "1.0c"
12+
13+
[empires2_x1dat]
14+
paths = ["Data/empires2_x1.dat"]
15+
16+
[empires2_x1dat.map]
17+
6aab4c7468c3d319ec00f577835dc7799b70ffab1de6bfd25ac227b5 = "1.0c"

0 commit comments

Comments
 (0)