This commit is contained in:
Zeno Rogue 2020-03-25 13:52:32 +01:00
parent c3928fdc01
commit bcc96ffa11
2 changed files with 11 additions and 2 deletions

View File

@ -3868,3 +3868,12 @@ Geometries:
- fire-related orbs are now useless in Wetland
- Orb of the Fish is no longer useless in Wetland and Frog Park
- some 3D models were created incorrectly in S2xE geometry (they were asymmetrical)
2020-03-25 13:51 Update 11.3f:
- updated the number of lands given in a slide of the Guided Tour
- fixed a serious bug (it caused crashes in Solv racing, but it could cause other issues too)
- fixed two bugs in inverse_exp in Solv (one caused wobbling, other caused possible crashes)
- fixed the interaction of Orb of Chaos and Orb of Time
- fixed a crash in paracompact honeycombs
- fixed a crash bug in {4,3,5}
- fixed a (broken) help screen displayed when mousing over another land in the Guided Tour

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.3e"
#define VERNUM_HEX 0xA825
#define VER "11.3f"
#define VERNUM_HEX 0xA826
#include "sysconfig.h"