Skip to content

Commit

Permalink
Release v1.3.524
Browse files Browse the repository at this point in the history
Changes since v1.3.511:
  - Engine: instead of --touch_force or the touch timer, detect use of touch
    controls by last inputs.
  - Level: fixed a bunch of text/image overlaps.
  - Mobile: fix one frame of input latency.
  - Web: remove the Quit button.
  • Loading branch information
divVerent committed May 8, 2023
1 parent 57ccd8d commit 2a7a163
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitmoduleversions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
+38bda816dc786f18493876f7bc30bc12dfd2636a third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD)
+e0597cebd2564ce7b249fa43a4bc95c50999b783 third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD)
2 changes: 1 addition & 1 deletion .lastreleaseversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.511+20230501.2976.4f1988cb
1.3.524+20230508.2989.57ccd8d7
2 changes: 1 addition & 1 deletion .lastreleaseversioncode
Original file line number Diff line number Diff line change
@@ -1 +1 @@
103305110
103305240
4 changes: 2 additions & 2 deletions XcodeProjects/iOS/aaaaxy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.511;
MARKETING_VERSION = 1.3.524;
PRODUCT_BUNDLE_IDENTIFIER = io.github.divverent.aaaaxy;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -366,7 +366,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.511;
MARKETING_VERSION = 1.3.524;
PRODUCT_BUNDLE_IDENTIFIER = io.github.divverent.aaaaxy;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/103305240.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Engine: instead of --touch_force or the touch timer, detect use of touch
controls by last inputs.
- Level: fixed a bunch of text/image overlaps.
- Mobile: fix one frame of input latency.
- Web: remove the Quit button.
6 changes: 3 additions & 3 deletions io.github.divverent.aaaaxy.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
<content_attribute id="language-humor">mild</content_attribute>
</content_rating>
<releases>
<release version="v1.3.511" date="2023-05-01">
<description><ul><li>Engine: draw the touch controls BELOW the centerprints.</li><li>Engine: faster loading.</li><li>Engine: show the ActionButton on touch only if one has an ability for it.</li><li>Engine: update to Ebitengine 2.5.3, and fix deprecated stuff.</li><li>Level: add two missing ExitButton text notes and a missing ExitButton.</li><li>Menu: show the map with anti aliasing.</li><li>Mobile: support for split APKs.</li></ul></description>
<url>https://github.com/divVerent/aaaaxy/releases/v1.3.511</url>
<release version="v1.3.524" date="2023-05-08">
<description><ul><li>Engine: instead of --touch_force or the touch timer, detect use of touch controls by last inputs.</li><li>Level: fixed a bunch of text/image overlaps.</li><li>Mobile: fix one frame of input latency.</li><li>Web: remove the Quit button.</li></ul></description>
<url>https://github.com/divVerent/aaaaxy/releases/v1.3.524</url>
</release>
</releases>
</component>
2 changes: 1 addition & 1 deletion third_party/SDL_GameControllerDB/assets/input
Submodule input updated from 38bda8 to e0597c

0 comments on commit 2a7a163

Please sign in to comment.