This commit is contained in:
Zeno Rogue 2018-02-01 03:04:27 +01:00
parent eb5d2ab845
commit 20f1dc5d4d
2 changed files with 11 additions and 3 deletions

View File

@ -2211,3 +2211,11 @@ Gameplay bugfixes
- a bit stronger Rose dispersion for elementals; Blizzard disperses Rose too
- changed the message when activating orbs from OSM
- some extra commandline options
2018.01.31 00:25 version 10.3f
- fixed a bug which caused the Blizzard not to look as it was supposed to on Windows
- fixed petrified monsters not destroying arrow traps
- fixed some issues with speheres in the Hypersian Rug mode
- you can now use '1' and arrows to move points in the Hypersian Rug mode, and '2' and '3' to rotate by 180 and 90 degrees ('4' to enable the ODS projection used in https://www.youtube.com/watch?v=tT80boNjP_A is compiled out)
- fixed fieldpattern-based lands (Blizzard, Volcanic, Ruined City) on the torus
- improved Ocean and Volcanic tides when sight range is set to more than 7

View File

@ -15,9 +15,9 @@
#define NOLICENSE
#endif
#define VER "10.3e"
#define VERNUM 10305
#define VERNUM_HEX 0xA0A5
#define VER "10.3f"
#define VERNUM 10306
#define VERNUM_HEX 0xA0A6
#define GEN_M 0
#define GEN_F 1