This commit is contained in:
Zeno Rogue 2019-12-06 14:14:36 +01:00
parent e092690448
commit 225c43b141
2 changed files with 14 additions and 2 deletions

View File

@ -3676,3 +3676,15 @@ Other:
- - in the Archimedean menu, filtering by geometry is available
- - {3,12} base available for the field quotient
- - the Hunting Grounds and Galapagos are now optional in Euclidean
2019-12-06 14:09 Version 11.2n:
- subtler default out-of-range color in raycasting
- added fractal landscapes to more lands in SC
- map editor: when using a larger edit range, cursors are drawn on every affected cell
- 'circles' are now drawn on all copies in quotient geometries
- fixed cell selection in some geometries
- the cells in front of you is now shown by default in 3D geometries (in non-shmup)
- product geometries are now drawn in a more robust way
- correctly display/rotate the PC in product geometries
- fixed distance computation in SL2 (racing works again)
- reduced the number of cells generated in 3D racing

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.2m"
#define VERNUM_HEX 0xA80D
#define VER "11.2n"
#define VERNUM_HEX 0xA80E
#include "sysconfig.h"
#include "classes.h"