From cf66dade1aa07515761343458b3ac41f2e4edaf1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 3 Nov 2019 14:55:43 +0100 Subject: [PATCH] 11.2i --- changelog.txt | 8 ++++++++ hyper.h | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index e13259db..e7d0e01d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3587,3 +3587,11 @@ Other: - raycasting: product spaces, stretched spaces, horospherical honeycombs - bugfixes in periodic Nil - alternate 3D races (periodic spaces, etc.) + +2019-11-03 14:46 Version 11.2i: +- fixed unfilled shapes when rendering S2xE +- removed outlines from falling stuff +- fixed some issues with preventing Orbs of Yendor from boat moving: 'locked with powerful magic' message spam; no longer movable through land with OoWater; you can jump out of an OoY boat using OoFish/OoAether/OoGravity +- hell unlock message on 10th shard +- levellines feature: shade rendered output by Z coordinate (nice in Hypersian Rug mode) +- fixed the overlay in the texture mode (also disabled in ray -- not implemented) diff --git a/hyper.h b/hyper.h index 38804b2d..00b20396 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "11.2h" -#define VERNUM_HEX 0xA808 +#define VER "11.2i" +#define VERNUM_HEX 0xA809 #include "sysconfig.h" #include "classes.h"