This commit is contained in:
Zeno Rogue 2018-01-12 22:48:52 +01:00
parent eeaebf1266
commit 9a58f0a001
2 changed files with 16 additions and 3 deletions

View File

@ -2181,3 +2181,16 @@ Gameplay bugfixes
- fixed a bug which desynchronized the PTM scores on OSX
- PTM/Yendor scores should be saved correctly for the new geometries
- updated the Czech translation
2018.01.08 23:26 version 10.3b
- you can now play Crossroads IV in alternate hyperbolic geometries, for a mostly complete game (not all lands though)
- removed the Crossroads from the Chaos mode
- updated the Russian translation
- some translation/text fixes
- fixed geometry restrictions for achievements/leaderboards -- which leaderboard entries should be removed?
2018.01.11 23:37 version 10.3c
- fixed the crash related to RRV
- new graphics for Sandworm/Rocksnake/Tentacle tails
- removed the sandworm/tentacle-from-the-ground dirt effect

View File

@ -14,9 +14,9 @@
#define NOLICENSE
#endif
#define VER "10.3a"
#define VERNUM 10301
#define VERNUM_HEX 0xA0A1
#define VER "10.3c"
#define VERNUM 10303
#define VERNUM_HEX 0xA0A3
#define GEN_M 0
#define GEN_F 1