This commit is contained in:
Zeno Rogue 2020-05-01 18:58:16 +02:00
parent 5c1ae3654c
commit cef94da632
2 changed files with 15 additions and 2 deletions

View File

@ -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

View File

@ -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"