From d13c939ff6a1ac201a8a3ff5478a0ca1608194fa Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 25 Mar 2023 09:31:28 +0100 Subject: [PATCH] version 12.1l --- changelog.txt | 13 +++++++++++++ hyper.h | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index e106d06c..51fec67b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4925,3 +4925,16 @@ Line patterns: Other: - better fog color in 3D ball model + +2023-03-25 09:28 Update 12.1l: +Improvements to the "aperiodic hat": +- better centering +- fixed a bug creating bad tiles +- "hat parameter" transforms continuously (as in Section 6 of https://arxiv.org/pdf/2303.10798.pdf) +- better pseudo-heptagon assignment (for Graveyard/RRV/etc) +- improved Jungle, Land of Storms, Palace +- "fake curvature" works with hat now + +Other fixes: +- do not display relativistic modes in model list +- an option to not display default help (in "basic interface") diff --git a/hyper.h b/hyper.h index b52806a2..e6a0ff94 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "12.1k" -#define VERNUM_HEX 0xA92B +#define VER "12.1l" +#define VERNUM_HEX 0xA92C #include "sysconfig.h"