From 225c43b1414eb632edf7913a9e97b9d712f9dbf5 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 6 Dec 2019 14:14:36 +0100 Subject: [PATCH] 11.2n --- changelog.txt | 12 ++++++++++++ hyper.h | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 659c387d..3b393178 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3676,3 +3676,15 @@ Other: - - in the Archimedean menu, filtering by geometry is available - - {3,12} base available for the field quotient - - the Hunting Grounds and Galapagos are now optional in Euclidean + +2019-12-06 14:09 Version 11.2n: +- subtler default out-of-range color in raycasting +- added fractal landscapes to more lands in SC +- map editor: when using a larger edit range, cursors are drawn on every affected cell +- 'circles' are now drawn on all copies in quotient geometries +- fixed cell selection in some geometries +- the cells in front of you is now shown by default in 3D geometries (in non-shmup) +- product geometries are now drawn in a more robust way +- correctly display/rotate the PC in product geometries +- fixed distance computation in SL2 (racing works again) +- reduced the number of cells generated in 3D racing diff --git a/hyper.h b/hyper.h index e055896e..8b50723e 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "11.2m" -#define VERNUM_HEX 0xA80D +#define VER "11.2n" +#define VERNUM_HEX 0xA80E #include "sysconfig.h" #include "classes.h"