version 12.1l

This commit is contained in:
Zeno Rogue 2023-03-25 09:31:28 +01:00
parent 314a7af3fd
commit d13c939ff6
2 changed files with 15 additions and 2 deletions

View File

@ -4925,3 +4925,16 @@ Line patterns:
Other:
- better fog color in 3D ball model
2023-03-25 09:28 Update 12.1l:
Improvements to the "aperiodic hat":
- better centering
- fixed a bug creating bad tiles
- "hat parameter" transforms continuously (as in Section 6 of https://arxiv.org/pdf/2303.10798.pdf)
- better pseudo-heptagon assignment (for Graveyard/RRV/etc)
- improved Jungle, Land of Storms, Palace
- "fake curvature" works with hat now
Other fixes:
- do not display relativistic modes in model list
- an option to not display default help (in "basic interface")

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.1k"
#define VERNUM_HEX 0xA92B
#define VER "12.1l"
#define VERNUM_HEX 0xA92C
#include "sysconfig.h"