From 1482a7aca2857d9c33de7542470b48c1394a7d80 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 27 Oct 2022 16:07:14 +0200 Subject: [PATCH] 12.1d --- changelog.txt | 18 +++++++++++++++++- hyper.h | 4 ++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 66b7e404..cb742124 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4799,6 +4799,22 @@ Menu improvements: - Crystal World and Snake Nest were legal in some tilings but they did not actually appear -- should be fixed - vertical strafe in walkingmode no longer brings eye level below 0 -2022-10-08 02:14 Update 12.c: +2022-10-08 02:14 Update 12.1c: - some improvements to tes file support. Mirrored tiles should now work for apeirogons. Valence check and thus football colorability should now work with affine/star tessellations. - also included more tes samples + +2022-10-27 15:53 Update 12.1d: +- Various menus displaying lists now use a nicer list widget (including the file dialog and map editor selection). +- Map editor improvements: +- - "building mode", which allows Minecraft-style building in 3D geometries +- - shift-clicking in the map editor now deletes stuff +- - improvements to portal spaces, including easier creation (convert to portal space from the map editor -> settings, then you can add new worlds from save files) +- improvements to SL(2,R) and similar: +- - nonisotropic range parameters now work in all perspective modes +- - Panini in all perspective modes +- - more projections possible for SL(2,R) +- - fixed the 'penrose staircases' on wall blocks in rotation spaces +- 'load from file' appears directly in the geometry menu in 'experiments with geometry' +- achievements disabled in ineligible starting lands +- limit on pauses in the racing mode +- fixed the ogg files diff --git a/hyper.h b/hyper.h index 79ff307e..caf54190 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "12.1c" -#define VERNUM_HEX 0xA923 +#define VER "12.1d" +#define VERNUM_HEX 0xA924 #include "sysconfig.h"