From 4520db09669dd863f8a51f8cef05a7720bad80cf Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 30 Jun 2024 00:03:33 +0200 Subject: [PATCH] v13.0r --- changelog.txt | 11 +++++++++++ hyper.h | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 588cd2e9..1307f990 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5338,3 +5338,14 @@ Other: - fixed the Euclidean 2D modes changing rotation incorrectly - correct text handling in SDL2 - in the Princess challenge, do not generate wandering monsters too close to the Princess's cell + +2024-06-29 23:49 Update 13.0r +Improvements to the map/shape/draw editor: +- changed the UI style of the editor to match the rest of the game +- the option to export from the shape editor now also saves to a file +- 'draw' in drawing tool did not draw correctly when you were holding the mouse while rotating by moving the mouse (or by doing this while a movement animation was active) + +- fixed grammar on 'activation cost: 1 charge' +- twisted product + fake curvature should work +- fixed Wild West Yendor Challenge +- Orb of Speed now works correctly with even number of players diff --git a/hyper.h b/hyper.h index 51aa1100..8a0adcda 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "13.0q" -#define VERNUM_HEX 0xAA11 +#define VER "13.0r" +#define VERNUM_HEX 0xAA12 #include "sysconfig.h"