This commit is contained in:
Zeno Rogue 2020-01-02 19:04:48 +01:00
parent 938e4628a3
commit 717d7b8167
2 changed files with 26 additions and 4 deletions

View File

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

View File

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