From 51f59cc2facc800cbae75fa9c1027025b4db2eb4 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 13 Jan 2024 09:03:12 +0100 Subject: [PATCH] version 13.0a --- changelog.txt | 16 +++++++++++++++- hyper.h | 4 ++-- hyperroid/app/src/main/AndroidManifest.xml | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index df6db6aa..df278111 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5057,7 +5057,7 @@ Other - fixed point recognition in rug mode - cleaned up high-FOV and stereo modes into one setting -2023-12-02 12:54 Update 13.0: +2023-12-27 12:54 Update 13.0: Summary post: https://zenorogue.blogspot.com/2023/12/hyperrogue-130.html @@ -5090,3 +5090,17 @@ Other fixes: - fixed Sol, NIH and SolN embeddings being always displayed as legal - fixed the name displayed on mouseover for slime +2024-01-12 08:59 Update 13.0a: + +- fixed some bugs with high-FOV modes (reset shaders, show upper FOV ranges correctly, buggy two-eye rendering) +- as a new positive, the Curse of Fatigue makes you not care about roses when very fatigued +- changed one Prince(ss) message +- crossbow leaderboards should be fixed +- fixed button placement on Android once more +- fixed mirrors in crossbow fire mode +- the bump-to-shoot flag now actually works +- fixed a bug in "memory saving" mode to not remove the current altmap +- variant fisheye projection +- fixed tides in shmup and when scrolling +- the dipping rule no longer affects Tiger's Eyes +- screenshots were sometimes not correctly centered diff --git a/hyper.h b/hyper.h index aa3faabc..139a215c 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "13.0" -#define VERNUM_HEX 0xAA00 +#define VER "13.0a" +#define VERNUM_HEX 0xAA01 #include "sysconfig.h" diff --git a/hyperroid/app/src/main/AndroidManifest.xml b/hyperroid/app/src/main/AndroidManifest.xml index c783f2ac..3cbb90a8 100644 --- a/hyperroid/app/src/main/AndroidManifest.xml +++ b/hyperroid/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@