From c435afbe597562c7a104a57c097f71a9f3cf79d0 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 10 May 2019 03:27:25 +0200 Subject: [PATCH] 11.0t --- changelog.txt | 16 ++++++++++++++++ hyper.h | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 10f9a7b4..63c5620b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3141,3 +3141,19 @@ RogueViz: 2018-04-29 20:13 Version 11.0s: - 3D fixes: fixed a crash; correct camera distance reduction in horosphere tilings; fixed PL/CZ translations + +2019-05-10 03:26 Version 11.0t: +- fixed the binary tiling +- fixed Mutant Ivies appearing via Orb of Change +- redone gravity in shmup +- cell cursors are now prisms, not circles or stars +- enabled antialiasing in the browser version +- fixed the sky display in Yendorian +- a setting to configure the smoothness of binary tiling (also quality of 3D textures) +- in the Hypersian Rug mode, changing parameters live now works better + +3D: +- the 3D engine now can be enabled for 2D geometries, for a nice first-person perspective view (3d settings -> FPP) +- seeps visible through walls, no junk in Jelly Kingdom +- a setting which prevents the walls from appearing out of nothing +- fixed sphere in native perspective diff --git a/hyper.h b/hyper.h index 70d5333f..621fe4e4 100644 --- a/hyper.h +++ b/hyper.h @@ -2,9 +2,9 @@ // It is quite chaotic. // version numbers -#define VER "11.0s" -#define VERNUM 11019 -#define VERNUM_HEX 0xA613 +#define VER "11.0t" +#define VERNUM 11020 +#define VERNUM_HEX 0xA614 #include #include "hyper_function.h"