From 161db589889ad153224a2f4d66d537fd92657b15 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 20 Aug 2019 13:15:48 +0200 Subject: [PATCH] 11.1l --- changelog.txt | 8 ++++++++ hyper.h | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 4752ba19..81213517 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3450,3 +3450,11 @@ Solv geometry: - fixed 'individual width' option in line pattern working incorrectly, and displayed incorrectly when editing - fixed a bug in approximate distance calculation (which caused the 'X' mark in Caribbean to be shown incorrectly) +2019-08-19 15:48 Version 11.1l: +- product geometries (select any non-Euclidean 2D geometry, then select "current x E" in experiments -> 3 dimensions) +- mousewheel worked incorrectly in nonisotropic spaces +- no more crash when saving config in Archimedean +- better projection boundaries +- fixed a crash in pure {4,4} +- CLI arguments for creaturescale and character selection + diff --git a/hyper.h b/hyper.h index 9670eae8..d03b3fee 100644 --- a/hyper.h +++ b/hyper.h @@ -10,8 +10,8 @@ */ // version numbers -#define VER "11.1k" -#define VERNUM_HEX 0xA70B +#define VER "11.1l" +#define VERNUM_HEX 0xA70C #include #include "hyper_function.h"