This commit is contained in:
Zeno Rogue 2019-12-27 23:40:06 +01:00
parent e00e117278
commit e53bdb7db1
2 changed files with 8 additions and 2 deletions

View File

@ -3723,3 +3723,9 @@ 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:
- 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

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.2p"
#define VERNUM_HEX 0xA810
#define VER "11.2q"
#define VERNUM_HEX 0xA811
#include "sysconfig.h"