This commit is contained in:
Zeno Rogue 2019-11-03 02:24:35 +01:00
parent ffd1295d3a
commit ade5c9c39f
2 changed files with 8 additions and 2 deletions

View File

@ -3581,3 +3581,9 @@ Other:
- ray: configurable reflective walls; fixed Euclidean bitruncated honeycomb
- fixed the crashes on generation of 3D elliptic spaces and 3D Crystal
- fixed confusion when moving through 3D elliptic spaces
2019-11-02 22:44 Version 11.2h:
- underlying space view is now available in product space
- raycasting: product spaces, stretched spaces, horospherical honeycombs
- bugfixes in periodic Nil
- alternate 3D races (periodic spaces, etc.)

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.2g"
#define VERNUM_HEX 0xA807
#define VER "11.2h"
#define VERNUM_HEX 0xA808
#include "sysconfig.h"
#include "classes.h"