From 46eaee44efb0dc66468aaefea84b7ec3319d72a9 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 23 Feb 2024 01:35:48 +0100 Subject: [PATCH] 13.0b --- changelog.txt | 29 +++++++++++++++++++++++++++++ hyper.h | 4 ++-- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index df278111f..0fceb2cfa 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5104,3 +5104,32 @@ Other fixes: - fixed tides in shmup and when scrolling - the dipping rule no longer affects Tiger's Eyes - screenshots were sometimes not correctly centered + +2024-02-23 01:34 Update 13.0b: + +When you are checkmated or die, a message explaining the cause is now displayed in the quit screen and saved in the local score file. + +Crossbow fixes: +- opening inventory mode when you can just shoot should be fixed +- rusałka curses now work +- fixed tricking Pikemen with a bow +- while rosed, you can now only shoot when this kills a monster at point blank in the rose direction + +Crash fixes: +- fixed crash when e.g. entering 'ma' as a value, or when editing some settings such as sight range bonus +- fixed a crash when viewing help on tide tiles (thanks to jlm) +- fixed a crash with too large band +- fixed some cases where untruncated/unrectified/warped maps would freeze when computing distances or crash due to trees are not known + +Gameplay fixes: +- restarting a race now resets pause counter +- World Turtle kills are recorded (thanks to jlm) +- boat can go thru non-adjacent using Orb of Warp in shmup +- fixed the items (key, OoY, baby tortoise) moved by the Orb of Chaos and Curse of Repulsion +- fixed the Yard bug (graveless graveyard when you somehow used Orb of Safety in the Haunted Woods strip) +- Trollheim no longer generates adjacent non-unlocked troll lands +- alternative land unlock rules when monster/item requested is not available due to geometry etc + +Other: +- in Goldberg variation, x/y limit is now based on what the engine allows, and 'dual of current' no longer can circumvent the limits +- New projection: polar coordinates diff --git a/hyper.h b/hyper.h index 4b11a0119..6afd67c60 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "13.0a" -#define VERNUM_HEX 0xAA01 +#define VER "13.0b" +#define VERNUM_HEX 0xAA02 #include "sysconfig.h"