Skip to content

Commit a76fb88

Browse files
committedFeb 14, 2022
Release v1.1.166
Changes since v1.1.112: - Level: de-cheese the "hello world" secret. - Engine: update modules. - Engine: fix Oto crash on 32-Bit Windows 7. Fixes #17. - Engine: fix savegames on Windows 7. - Engine: change FFmpeg-based media dumping default to MJPEG with PCM audio. - Engine: add a media dumping mode that does not use an uncompressed video temp file. - Build: allow skipping assets rebuild with AAAAXY_GENERATE_ASSETS=false.
1 parent 57d5b0b commit a76fb88

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed
 

‎.gitmoduleversions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
+d42e46cee8d990c1e07194e391fdf263de0fec54 third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD)
1+
+95ea78cd1d5b4f10e7e8e766daee4c9bb59b9e87 third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD)

‎.lastreleaseversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.112+20220207.1825.4f803d6a
1+
1.1.166+20220214.1879.57d5b0b0

‎docs/index.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ END DOWNLOAD LINKS TEMPLATE -->
4141

4242
<!-- BEGIN DOWNLOAD LINKS -->
4343

44-
The current version is v1.1.112. Download here:
44+
The current version is v1.1.166. Download here:
4545

4646
- [Windows x86\_64
47-
ZIP](https://github.com/divVerent/aaaaxy/releases/download/v1.1.112/aaaaxy-windows-amd64-v1.1.112.zip)
47+
ZIP](https://github.com/divVerent/aaaaxy/releases/download/v1.1.166/aaaaxy-windows-amd64-v1.1.166.zip)
4848
- [Windows x86
49-
ZIP](https://github.com/divVerent/aaaaxy/releases/download/v1.1.112/aaaaxy-windows-386-v1.1.112.zip)
49+
ZIP](https://github.com/divVerent/aaaaxy/releases/download/v1.1.166/aaaaxy-windows-386-v1.1.166.zip)
5050
- [Linux x86\_64
51-
AppImage](https://github.com/divVerent/aaaaxy/releases/download/v1.1.112/AAAAXY-x86_64.AppImage)
51+
AppImage](https://github.com/divVerent/aaaaxy/releases/download/v1.1.166/AAAAXY-x86_64.AppImage)
5252
- [Linux x86\_64
53-
ZIP](https://github.com/divVerent/aaaaxy/releases/download/v1.1.112/aaaaxy-linux-amd64-v1.1.112.zip)
53+
ZIP](https://github.com/divVerent/aaaaxy/releases/download/v1.1.166/aaaaxy-linux-amd64-v1.1.166.zip)
5454
- [macOS x86\_64+M1
55-
ZIP](https://github.com/divVerent/aaaaxy/releases/download/v1.1.112/aaaaxy-darwin-v1.1.112.zip)
55+
ZIP](https://github.com/divVerent/aaaaxy/releases/download/v1.1.166/aaaaxy-darwin-v1.1.166.zip)
5656
- [All files and
5757
releases](https://github.com/divVerent/aaaaxy/releases)
5858

‎io.github.divverent.aaaaxy.metainfo.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
<content_attribute id="language-humor">mild</content_attribute>
4646
</content_rating>
4747
<releases>
48-
<release version="v1.1.112" date="2022-02-07">
49-
<description><ul><li>Game: fixed the logic that after 100% reveals secrets.</li><li>Game: relaxed All Paths to only consider paths between visited CPs.</li><li>Level: foreshadow the ending very close to the start :)</li><li>Level: reworded the TnihSign near the "exit".</li><li>Engine: added mouse input for menu and map.</li><li>Engine: added touch input, but not properly tested yet. Probably subject to change.</li><li>Engine: fix accidentally showing error dialogs three times.</li><li>Menu: fix savestate names in reset menu.</li><li>Snap: use yad for showing errors.</li></ul></description>
50-
<url>https://github.com/divVerent/aaaaxy/releases/v1.1.112</url>
48+
<release version="v1.1.166" date="2022-02-14">
49+
<description><ul><li>Level: de-cheese the "hello world" secret.</li><li>Engine: update modules.</li><li>Engine: fix Oto crash on 32-Bit Windows 7. Fixes #17.</li><li>Engine: fix savegames on Windows 7.</li><li>Engine: change FFmpeg-based media dumping default to MJPEG with PCM audio.</li><li>Engine: add a media dumping mode that does not use an uncompressed video temp file.</li><li>Build: allow skipping assets rebuild with AAAAXY_GENERATE_ASSETS=false.</li></ul></description>
50+
<url>https://github.com/divVerent/aaaaxy/releases/v1.1.166</url>
5151
</release>
5252
</releases>
5353
</component>

0 commit comments

Comments
 (0)