From ccfcb2eaeb8498809b26c16b6e4a34e0c8d2eeca Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 25 Jul 2020 02:28:12 +0200 Subject: [PATCH] 11.3s --- changelog.txt | 14 ++++++++++++++ hyper.h | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index ea1f3b37..a8d18c66 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4039,3 +4039,17 @@ bugfixes: - new options in the variation menu, which allow e.g. playing / map editing on the duals of Goldberg tessellations, or e.g. warped GP(2,1) {8,3} - redone some Guided Tour slides and possible crash - you can now add text in the Drawing Tool + +2020-07-25 02:27 Update 11.3s: +Bugfixes: +- the checkmate rule now takes tortoise calming into account +- fixed colors of underwater compasses and rugs +- collecting items while moving compass +- Reptile counters are now reset when fast creatures move over them + +Geometries: +- primitive-based rendering in stretched S3 and SL geometries (replacing the old SL renderer) +- period can now be changed in rotation spaces, e.g. to obtain SL or the universal cover +- fixed a crash when walking over a hyperbolic digon in Archimedean tiling +- fixed a crash in untruncated sphere +- statistics given in 'experiments in geometry' (world size, faces per vertex) are now correct in new variations diff --git a/hyper.h b/hyper.h index b8a45227..2b1743f8 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "11.3r" -#define VERNUM_HEX 0xA832 +#define VER "11.3s" +#define VERNUM_HEX 0xA833 #include "sysconfig.h"