From cef94da6326655b71af1d21654b25404a88537ce Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 1 May 2020 18:58:16 +0200 Subject: [PATCH] 11.3l --- changelog.txt | 13 +++++++++++++ hyper.h | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 18a9eb4ff..3a9ba35e2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3932,3 +3932,16 @@ Geometries: - - shift+PageUp/Down now zooms - - rug can now be mouse-rotated with Ctrl - - fixed in standard binary tiling and in *.tes tilings + +2020-05-01 18:57 Update 11.3l: +- Tessellation files: +- - added a debug screen if the polygon does not end correctly +- - added a command debug(tilenumber) to debug connections +- - if you define constants, they take precedence over predefined constants +- - expression parser now accepts whitespace in expressions +- fixed a bug when scrolling with arrows then moving in quotient spaces +- fixed 'smooth scrolling' option not making scrolling very smooth +- an option to fatten regular (isotropic non-Euclidean) honeycomb edges +- better centering in screenshot, 'rotate PC' option +- in animation, 'monster turns' can be configured (useful for animating CA or butterflies) +- fixed Butterflies in non-orientable geometries diff --git a/hyper.h b/hyper.h index 99275d427..797a04307 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "11.3k" -#define VERNUM_HEX 0xA82B +#define VER "11.3l" +#define VERNUM_HEX 0xA82C #include "sysconfig.h"