From 15a9b6135befb4b7ac17f618e1b136b0a0f36539 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 3 Jul 2019 04:52:03 +0200 Subject: [PATCH] 11.1c changelog --- changelog.txt | 8 ++++++++ hyper.h | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 601835ad..436057d3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3333,3 +3333,11 @@ Other: - improved Tortoise graphics in 3D, Baby Tortoises appear - camera level higher when riding dragon - keyboard/controller movement works better now in 2.5D; improved controller camera control + +2019-06-28 13:49 Version 11.1b: +- you can now move in 2.5D and 3D with mouseclick/touchscreen +- 2.5D/3D/VR in the mobile versions + +2019-06-28 13:49 Version 11.1c: + +- long touch to wait in 3D geometries diff --git a/hyper.h b/hyper.h index db1919c8..c0a68d10 100644 --- a/hyper.h +++ b/hyper.h @@ -2,8 +2,8 @@ // It is quite chaotic. // version numbers -#define VER "11.1b" -#define VERNUM_HEX 0xA702 +#define VER "11.1c" +#define VERNUM_HEX 0xA703 #include #include "hyper_function.h"