From 863a065821b96711d2353ab40274d313567f7754 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 17 Sep 2017 14:15:24 +0200 Subject: [PATCH] 10.0o --- changelog.txt | 19 ++++++++++++++++++- init.cpp | 6 +++--- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7080f7e2..6aa32d7a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1872,7 +1872,7 @@ - RogueViz improvements - fixed the 'quick mouse OFF' option -2017.08.18 03:12 version 10.0l +2017.09.03 ??:?? version 10.0l - Orb of Stone over water produces bridges now - You can now use Orb of Matter over temporary bridge again, to create a wall - Fixed some ways of producing permanent land in the Whirlpool @@ -1892,3 +1892,20 @@ - small fixes to the translation, RogueViz improvements - added some extra rewards to the Prairie OSM. +2017.09.03 21:01 version 10.0m +- great wall consistency caused glitches in the Ocean generation -- hopefully fixed +- water tiles use tiles with less gaps now, so that it looks better in 3D +- a subtle wave effect on the free Ocean + +2019.09.04 20:43 version 10.0n +- fixed the shmup crash bug + +2019.09.17 14:01 version 10.0o +- fixed the mirror cache +- fixed the mirror glitch +- fixed the Princess Challenge +- fixed a bug which caused some texts not to be translated +- fixed a crash bug with Random Pattern Mode and Rock Red Valley on mobiles +- fixed mouse tooltip messages in mobiles +- fixed the checkmate rule not taking the mirrored mimics into account +- fixed some bugs with the activation of Orb of Yendor diff --git a/init.cpp b/init.cpp index f27140aa..a62e68cf 100644 --- a/init.cpp +++ b/init.cpp @@ -1,6 +1,6 @@ -#define VER "10.0n" -#define VERNUM 10014 -#define VERNUM_HEX 0xA00E +#define VER "10.0o" +#define VERNUM 10015 +#define VERNUM_HEX 0xA00F #define GEN_M 0 #define GEN_F 1