From 92cf27a0565f835dfb431a8c616fddaafbd04304 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 21 Jul 2023 09:34:51 +0200 Subject: [PATCH] version 12.1r --- changelog.txt | 7 +++++++ hyper.h | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 43fdc045..b608a2c3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4972,3 +4972,10 @@ Mostly embedding-related improvements: - fixed embeddings of Archimedean tilings - Berger sphere should now work correctly with subdivided cells - new options mostly for 3D visualizations: circumscribed pseudohedra (a new option in 'make the tiles flat' in 3D config), use plain non-textured floors with alpha transparency (not in menus, find setting 'draw_plain_floors' and 'floor_alpha'); 'big triangular grid' line pattern should now work in Euclidean "Goldberg" + +2023-07-21 09:32 Update 12.1r -- mostly minor bugfixes: +- fixed a bug with apeirogonal tiles +- fixed some bugs with the "ball projection" of anisotropic geometries +- fixed stereo_alpha in some geometries +- fixed the combinations of Archimedean, fake, and embedding +- "pipes" (fat grid lines) for anisotropic geometries diff --git a/hyper.h b/hyper.h index 99e781f8..0d923c6f 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "12.1q" -#define VERNUM_HEX 0xA931 +#define VER "12.1r" +#define VERNUM_HEX 0xA932 #include "sysconfig.h"