From 1d1baf22070b29484cd770498979124b6ec105e1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 17 Mar 2019 04:21:52 +0100 Subject: [PATCH] 11.0m --- changelog.txt | 13 +++++++++++++ hyper.h | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index a3e9a171..f2a89037 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3017,3 +3017,16 @@ the interesting (adult) part quickly) - a 3d image for compasses in the world 11.0l: fixed aura on sphere + +2018-03-17 04:20 Version 11.0m: + +- floor patterns are now used in 3D geometries as textures +- implemented field quotient spaces for the regular hyperbolic honeycombs. Synchronizing non-quotient regular honeycombs with the field quotient has improved their performance +and led to an implementation of a cool Emerald Mine pattern for 534, and also some Vineyard/Emerald patterns for both 435 and 534. +- implemented two new horospherical honeycombs, based on rectangles and hexagons +- 3D Ocean works (not very fun though), fixed a crash in 3D (e.g. in the Hive) +- borders on fires, limit particles if there are too many fires +- tour:: replaced 'a'+i to allow longer presentations +- fixed the image not appearing in the texture mode +- fixed "dark landscape" etc. patterns +- texture:: aura no longer flickers diff --git a/hyper.h b/hyper.h index 8f691f2c..399fdd48 100644 --- a/hyper.h +++ b/hyper.h @@ -2,9 +2,9 @@ // It is quite chaotic. // version numbers -#define VER "11.0l" -#define VERNUM 11012 -#define VERNUM_HEX 0xA60C +#define VER "11.0m" +#define VERNUM 11013 +#define VERNUM_HEX 0xA60D #include #include "hyper_function.h"