This commit is contained in:
Zeno Rogue 2018-04-14 09:25:15 +02:00
parent 1b32bf6ae3
commit 13e47256ec
2 changed files with 10 additions and 2 deletions

View File

@ -2351,3 +2351,11 @@ MINOR:
- no more orbs on Crossroads in the PTM equidistant lands
- Temple of Cthulhu walls should no longer be impassable in non-standard geometries
2018.04.13 14:49 version 10.3p
- Improved land validity reporting. Appears when starting the game or when requesting help for the land.
- Fixed the bug with Caribbean in non-standard geometries (caused freezes, crashes, and bad horocycles)
- Elemental Planes work in weirdgeometries (but with simplified walls).
- Fractal landscapes fixed in Goldberg heptagonal geometries
- No more Lost Mountains in quotient Jungle etc.
- GP(x,y) with x<y can be selected now

View File

@ -18,8 +18,8 @@
#define NOLICENSE
#endif
#define VER "10.3o"
#define VERNUM 10315
#define VER "10.3p"
#define VERNUM 10316
#ifndef CAP_SHADER
#define CAP_SHADER CAP_GL