From 24869377206614f229cb3371ad64e1a186939bff Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 24 Jun 2022 00:23:04 +0200 Subject: [PATCH] 10.2s --- changelog.txt | 9 +++++++++ hyper.h | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 9b589afa..e83b5657 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4700,3 +4700,12 @@ Menu improvements: - a cleanup to some menus (special modes, highlights, peace&exploration) - dual geometry puzzle removed (will still be available in RogueViz) - switching shmup mode no longer invokes keyboard configuration + +2022-06-23 10:50 Update 12.0s: + +- fixed Minesweeper in the highlights menu +- fixed the racers keeping their speed when restarting +- when generating strict tree maps for Archimedean/regular tessellation, you now have an option to have all the symmetries of the tessellation taken into account (to minimize the tree) +- tes files with tree data (tessellations/sample/horotiling.tes) and star tes files (tessellations/sample/star-7-72.tes) should load correctly again +- show treasure bubbles in the Dice Reserve +- Shift+A key leaves the map editor, also all options are now displayed in the cheat menu (some obsolete ones are removed) diff --git a/hyper.h b/hyper.h index a7577951..0ddf5795 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "12.0r" -#define VERNUM_HEX 0xA912 +#define VER "12.0s" +#define VERNUM_HEX 0xA913 #include "sysconfig.h"