From 4394502e3e277d00587902c6fb2d8639af6e51d4 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 12 Feb 2022 00:13:05 +0100 Subject: [PATCH] 12.0k --- changelog.txt | 22 ++++++++++++++++++++++ hyper.h | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 3ca9640f..33040b3c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4553,3 +4553,25 @@ Other: 2021-12-13 22:32 Update 12.0j: - fixed the victory leaderboards (turns/time to Orb of Yendor/Hyperstones) - fixed the starting land selection feature for equidistant-based lands + +2022-02-03 01:07 Update 12.0k: +Orb-related fixes: +- Lazurite Figurines no longer appear immediately after using an Orb of Safety +- Orb of Chaos is now forbidden in the Dungeon +- Stunning from the Orb of Chaos now destroys birds/shadows just like the other sources of stunning +- Shadows are now affected by the Orb of Beauty +- Stunning the Shadow now temporarily destroys it +- draining Orb of Choice now happens after gaining the Purity extras +- Orb of Slaying now works against big trees +- draw fishtails on friends with empathy + +Achievement fixes: +- fixed racing (official tracks are generated again and acknowledged) +- Princess Challenge and Heptagonal Knight achievements should be fixed + +Geometry: +- more distinct colors in 'eight domains' +- improvements to tree rule generator +- Goldberg-Coxeter improvements (larger limits supported, warn if outside of the supported limits, some are fixed) +- fixed fat edges in some H3 honeycombs +- fixed some bugs with Multi-dimensional Crystal quotient space diff --git a/hyper.h b/hyper.h index 28b0fe55..1feb021f 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "12.0j" -#define VERNUM_HEX 0xA90A +#define VER "12.0k" +#define VERNUM_HEX 0xA90B #include "sysconfig.h"