From b2fa6703f12f3b043ed341ebc411262e1594c059 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 3 Sep 2019 08:25:21 +0200 Subject: [PATCH] 11.1o --- changelog.txt | 12 ++++++++++++ hyper.h | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index ae17c43a..13652c83 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3470,3 +3470,15 @@ Solv geometry: - optimized H2xR - fixed crashes in H2xR land generation - fixed fullscreen "flashes" in product geometries + +2019-08-27 22:45 Version 11.1o: +- rotation spaces +- simpler honeycomb in Nil +- pointing-to-directions now checks for the cell which is the most towards the given direction +- fixed a crash when switching Archimedean modes +- welcome messages for the new geometries +- starting in Crossroads II now works in hybrid +- product:: fixed backwall optimization in TPP view and legs +- shmup:: fixed the keyboard rotation direction inconsistency in 3D +- shmup for product: player movement + diff --git a/hyper.h b/hyper.h index d430979f..f603a920 100644 --- a/hyper.h +++ b/hyper.h @@ -10,8 +10,8 @@ */ // version numbers -#define VER "11.1n" -#define VERNUM_HEX 0xA70E +#define VER "11.1o" +#define VERNUM_HEX 0xA70F #include #include "hyper_function.h"