From b80bd901746446a8f9aabb7ced58e05c62309509 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 13 Jul 2021 22:27:05 +0200 Subject: [PATCH] 12.0d --- changelog.txt | 32 ++++++++++++++++++++++ hyper.h | 4 +-- hyperroid/app/src/main/AndroidManifest.xml | 2 +- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 3ee74cf7..b0d27104 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4421,3 +4421,35 @@ Mostly bugfixes: - Orb of Friendship no longer appears in Terracotta Army - The Orb of Beauty now lifts rose-scent restrictions on targeting of ranged orbs - fixed a memory leak when drawing text + +2021-07-13 22:24 Update 12.0d: + +New features: +- variations are now supported for regular honeycombs +- better handling of 3D honeycombs (e.g. minesweeper with vertex adjacency now should work correctly everywhere, reflective raytracers works in more cases, etc.) + +Bugfixes: +- Copy wparam when copying wall +- prevent slime from duplicating dice +- Orb of Lava no longer intimidates allies +- Fix typo in Windy Plains description +- some fixes to the Russian translation +- Fix array indexing in totalbulldistance +- Fix crash by disallowing statue-dice swaps +- Ivy to Vine no longer overwrites Round Table +- Reversing the Curse of Water now gives bonus Orb of Winter (as intended) +- Fix some messages when using Orb of the Warp +- Cave transformation is fairer to players +- Prairie no longer appears on Crossroads IV +- Raging Bull can no longer push Princess onto player's cell +- Only show chasm trails in special modes +- Orb of Air can no longer push sharks +- Dice can now be pushed onto items +- Fix crash after using Orb of Domination +- Fix 'nowhere to blow' message for happy dice +- Curse of Weakness no longer allows pushing parts of multitile monsters +- Orb of shield/shell no longer bypasses 'kraken will destroy boat' warning +- Fix checkmate check when standing on an Orb of Speed +- Irradiated Field: bull generation no longer breaks ivy +- Fix several Friendly Ivy interactions + diff --git a/hyper.h b/hyper.h index 819cb638..226a023b 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "12.0c" -#define VERNUM_HEX 0xA903 +#define VER "12.0d" +#define VERNUM_HEX 0xA904 #include "sysconfig.h" diff --git a/hyperroid/app/src/main/AndroidManifest.xml b/hyperroid/app/src/main/AndroidManifest.xml index f07ed76f..4aa3d56d 100644 --- a/hyperroid/app/src/main/AndroidManifest.xml +++ b/hyperroid/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@