This commit is contained in:
Zeno Rogue 2021-10-10 00:39:52 +02:00
parent 56af053d4b
commit 2d3ed4a79d
2 changed files with 12 additions and 2 deletions

View File

@ -4513,3 +4513,13 @@ Other fixes:
* mimics now destroyed correctly in the map editor
* parallel linepattern is now configurable
* fixed message about 9 treasure types in casual
2021-10-09 XX:XX Update 12.0h:
- improvements to intra portals
- Solv maps and subdivided 3D maps are now saved correctly
- fixed a crash when generating daily, also Dice Reserve, Cursed Canyon, and the new walls should appear soon
- do not switch variation to pure when switching to Archimedean product
- fixed Archimedean dual product
- raycaster now works correctly in binary products
- binary product spaces now use curved shapes
- fixed some formulas in binary spaces, and made the default width equal to Solv

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0g"
#define VERNUM_HEX 0xA907
#define VER "12.0h"
#define VERNUM_HEX 0xA908
#include "sysconfig.h"