From bcc96ffa1195dd058c046cc856056845ff5b4f48 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 25 Mar 2020 13:52:32 +0100 Subject: [PATCH] 11.3f --- changelog.txt | 9 +++++++++ hyper.h | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 97d69cd0..cb84a237 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3868,3 +3868,12 @@ Geometries: - fire-related orbs are now useless in Wetland - Orb of the Fish is no longer useless in Wetland and Frog Park - some 3D models were created incorrectly in S2xE geometry (they were asymmetrical) + +2020-03-25 13:51 Update 11.3f: +- updated the number of lands given in a slide of the Guided Tour +- fixed a serious bug (it caused crashes in Solv racing, but it could cause other issues too) +- fixed two bugs in inverse_exp in Solv (one caused wobbling, other caused possible crashes) +- fixed the interaction of Orb of Chaos and Orb of Time +- 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 diff --git a/hyper.h b/hyper.h index f04f735b..2a916f7e 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "11.3e" -#define VERNUM_HEX 0xA825 +#define VER "11.3f" +#define VERNUM_HEX 0xA826 #include "sysconfig.h"