From 20f1dc5d4dca4ba20ee08494842361e058fa7ac2 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 1 Feb 2018 03:04:27 +0100 Subject: [PATCH] 10.3f --- changelog.txt | 8 ++++++++ init.cpp | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 9fcf7697..6ecb84ed 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/init.cpp b/init.cpp index 9aa667fb..a157090e 100644 --- a/init.cpp +++ b/init.cpp @@ -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