From 978d9d6eda080e40637c8060aa048bee42bef1be Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 18 Dec 2022 01:01:13 +0100 Subject: [PATCH] 12.1g --- changelog.txt | 21 +++++++++++++++++++++ hyper.h | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 97e1e53e..f9b7cddf 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4843,3 +4843,24 @@ Menu improvements: - improved the display in OSM when using orb icons - Give the Plane of Fire a redder floor than CR4 (thanks to jlm) - Draw mimics with sword in left hand if PC's sword in left hand (thanks to jlm) + +2022-12-18 00:59 Update 12.1g: + +Further improvements to the "3D style" (embed 2D in a 3D geometry) feature: +- more intuitive settings +- kite-and-dart and tes should now work correctly +- Lower and Much Lower curvature settings are now respected even if it was already hyperbolic +- pure regular Euclidean hex/square tilings can now be embedded in Nil and Sol/NIH +- binary tiling and similar can now be embedded in Nil and Sol/NIH +- shmup should work now + +There are still some bugs to fix, but it should mostly work now. And there are more embeddings coming :) + +Other bugfixes: +- fixed coloring of info items +- fixed centering on reset +- fixed shmup in embedded plane +- disabling geodesic movement in Sol/Nil now also assumes that light moves along Lie lines, and shmup monsters move correctly too +- fixed sky over irregular map +- fixed slime size +- fixed grid drawing for binary variants diff --git a/hyper.h b/hyper.h index 1a49434c..90aff3f2 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "12.1f" -#define VERNUM_HEX 0xA926 +#define VER "12.1g" +#define VERNUM_HEX 0xA927 #include "sysconfig.h"