From b1fd71cf78c3dfe79532db3f9c9355d50819a77a Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 3 Jul 2019 08:10:59 +0200 Subject: [PATCH] 11.1d --- changelog.txt | 12 ++++++++++++ hyper.h | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 436057d3..a9238cc8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3341,3 +3341,15 @@ Other: 2019-06-28 13:49 Version 11.1c: - long touch to wait in 3D geometries + +2019-07-03 08:10 Version 11.1d: + +- fixed a bug with the incorrect starting tile in Euclidean Crossroads +- fixed the OpenGL off mode, also should now work in OpenGL 1.0 on Windows (not all features) +- onscreen keyboard in edit dialogs (crucial in mobile, also useful in general) +- animation which combines translation and rotation +- linepatterns now can have their widths set individually +- fixed the black screen when resetting stereo modes in 3D +- new projection: central inversion (for Euclidean geometry) +- easier to edit IPD with mouse + diff --git a/hyper.h b/hyper.h index 554cccfa..168c917c 100644 --- a/hyper.h +++ b/hyper.h @@ -2,8 +2,8 @@ // It is quite chaotic. // version numbers -#define VER "11.1c" -#define VERNUM_HEX 0xA703 +#define VER "11.1d" +#define VERNUM_HEX 0xA704 #include #include "hyper_function.h"