From 8b7f2f3969a860477c61b8f5d1117c4e9e1f67da Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 5 Apr 2020 10:50:27 +0200 Subject: [PATCH] 11.3g --- changelog.txt | 12 ++++++++++++ hyper.h | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index cb84a237..77bbd3f3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3877,3 +3877,15 @@ Geometries: - fixed a crash in paracompact honeycombs - fixed a crash bug in {4,3,5} - fixed a (broken) help screen displayed when mousing over another land in the Guided Tour + +2020-04-02 14:05 Update 11.3g: +- The powers you get for Orb of Yendor are now consistent with useless/dangerous/forbidden rules +- Fixed a bug with the three new orbs not being saved correctly in OSM +- face/edge/vertex centering +- in line animation, you can now choose to precisely specify the first and last point to animate +- you can now increase the view distance after death, and use line animation whenever you can increase the range +- fixed the hotkey in 3d->camera rotation +- fixed a crash bug in Zebra quotient space and some horospherical tessellations +- fixed random_spin() in three dimensions +- fixed the grid display in nonisotropic hyperbolic geometry +- Archimedean tessellations: added some more samples, and some additional checking diff --git a/hyper.h b/hyper.h index e8bc9907..c2026629 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "11.3f" -#define VERNUM_HEX 0xA826 +#define VER "11.3g" +#define VERNUM_HEX 0xA827 #include "sysconfig.h"