From e37ca8d5f076742861f19bd2fe1577e2b0afc1a1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 17 Jun 2021 09:53:28 +0200 Subject: [PATCH] 12.0b --- changelog.txt | 17 +++++++++++++++++ hyper.h | 4 ++-- hyperroid/app/src/main/AndroidManifest.xml | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 1ddb4c97..ba20be60 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4377,3 +4377,20 @@ VR: - Canyon Hag's attack now has a sound effect and an animation - the bug with android crashes should be fixed - fixed spurious messages about slashing the Shadow with the energy sword + +2021-06-17 09:52 Update 12.0b: + +Mostly Bugfixes: +- fixed going thru vines +- item graphics were not editable +- fixed the first-person perspective for ideal 2D tessellations (also implemented previously missing sky) +- 'edit cell values' option now visible in the map editor +- Orb of Change no longer can produce Hunter Dogs and Zombies (who have special properties) +- fixed 'inv' displayed incorrectly in the HUD mode line +- full_geometry_name now displays the Archimedean symbol +- dice:: numbers now shown outside of the OpenGL mode +- dice:: Orb of Chaos works correctly now +- dice:: now work correctly in non-orientable spaces +- dice values are now editable in Shift+G +- fixed the direction setup by Orb of Chaos +- fixed the remaining spurious shadow messages diff --git a/hyper.h b/hyper.h index 58c934fd..e1954e7a 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "12.0a" -#define VERNUM_HEX 0xA901 +#define VER "12.0b" +#define VERNUM_HEX 0xA902 #include "sysconfig.h" diff --git a/hyperroid/app/src/main/AndroidManifest.xml b/hyperroid/app/src/main/AndroidManifest.xml index a5ef44b1..b6e6f654 100644 --- a/hyperroid/app/src/main/AndroidManifest.xml +++ b/hyperroid/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@