From 717d7b816749ae9f9a47bb88607f901ba0ac3ec6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 2 Jan 2020 19:04:48 +0100 Subject: [PATCH] 11.2r --- changelog.txt | 26 ++++++++++++++++++++++++-- hyper.h | 4 ++-- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 466e6a94..31b8d157 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3723,9 +3723,31 @@ Geometries: - fixed straight lines that were too long being displayed as straight lines (even if not in Klein model); also improved the precision of the long grid lines - land distance shows the correct values in equidistant-based lands in Euclidean -2019-12-27 23:06 Verison 11.2q: +2019-12-27 23:06 Version 11.2q: - fixed the Yendor Challenge based on the Orb of Recall - fixed the plain graphics for {4,oo} -- tessellations from file: new commands "conway" (Conway notation), "unittile" (all lengths equal 1), "grave", "line" (used to create Graveyard/Vineyard), "subline", "sublines" (can be viewed using patterns->linepatterns); fixed reloading tessellations - added/fixed/improved some sample TES files +- tessellations from file: +- - command "conway" (Conway notation) +- - command "unittile" (like "tile" but all lengths equal 1) +- - commands "grave", "line" (specify patterns for Graveyard/Vineyard/etc) +- - commands "subline", "sublines" (extra lines that can be shown using patterns->linepatterns) +- - fixed reloading +- - fixed a possible crash on loading + +2020-01-02 18:57 Version 11.2r: + +- fixed the incorrect negative digits displayed in Clearing help +- geometries: +- - hyperbolic honeycombs {5,3,5} and {5,3,6} +- - six-dimensional Crystal in {5,3,4} +- - Crystal now can be a d-dimensional torus +- - the 'underlying tree' linepattern did not work correctly e.g. in pure {5,4} +- - linepattern colors and multipliers are now saved when saving the configuration +- - long grid/linepattern lines can now have variable onscreen width (i.e. wider closer to the center of the Poincare model) +- tessellations from file: +- - fixed mirrors +- - 'nonorientable' tiles +- - sublines now optionally accepts epsilon, and also fixes a bug where it expected an integers +- - updated tes files diff --git a/hyper.h b/hyper.h index ace3353c..99b826cd 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "11.2q" -#define VERNUM_HEX 0xA811 +#define VER "11.2r" +#define VERNUM_HEX 0xA812 #include "sysconfig.h"