diff --git a/changelog.txt b/changelog.txt index 1a36a81c..37e98954 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1985,3 +1985,11 @@ - ambush size is displayed by hovering over the item in Hunting Ground - Terracotta counters are sometimes lowered at high treasure levels - fixed two more graphical glitches in Halloween +- fixed the joystick support + +2019.10.17 01:50 version 10.1d +- updated the translations +- made the dogs give up to 'regroup' when you have escaped +- you can now melt ice through great wall into the Blizzard +- if the sight range option is lowered below 7, ambushes temporarily increase it (as the land makes no sense otherwise) +- ancient weapon icon in the inventory diff --git a/init.cpp b/init.cpp index 5811be2a..64e4f95f 100644 --- a/init.cpp +++ b/init.cpp @@ -1,6 +1,6 @@ -#define VER "10.1c" -#define VERNUM 10103 -#define VERNUM_HEX 0xA083 +#define VER "10.1d" +#define VERNUM 10104 +#define VERNUM_HEX 0xA084 #define GEN_M 0 #define GEN_F 1