From 228c3e9866c34cac4108f6d7ea02d1b923406a1d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 10 May 2022 09:02:37 +0200 Subject: [PATCH] v12.0p --- changelog.txt | 9 +++++++++ hyper.h | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 610cfef8..6e7ce971 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4659,3 +4659,12 @@ CLI options: 2022-04-28 00:03 Update 12.0o: Fixed some bugs in the new features for tes, and also fixed spherical geometry. + +2022-05-10 08:55 Update 12.0p: + +- draw the side walls between shallow water and chasms +- the smooth movement option now works in the map editor (and some other special screens) +- "movement along geodesics" off now means that the movement is based on the Lie group exponentials (e.g. straight lines in simple view in rotiationally symmetric model of Nil) +- buggy window resizing should be fixed +- simplified display option for tes tilings with apeirogons +- RogueViz: fixed the VR for the portal demo, and some improvements to the impossibility presentation diff --git a/hyper.h b/hyper.h index 9c2876c7..cc45af3d 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "12.0o" -#define VERNUM_HEX 0xA90F +#define VER "12.0p" +#define VERNUM_HEX 0xA910 #include "sysconfig.h"