From 93f32ec7b84757d3513473767b08f1efa9c0cbd1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 24 Feb 2025 11:44:40 +0100 Subject: [PATCH] update 13.0x --- changelog.txt | 12 ++++++++++++ hyper.h | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 3ec92dfa..7f6b7dd0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5410,3 +5410,15 @@ Mostly bug fixes: - fixed some bugs with portal maps - in the crossbow mode, do not auto-shoot and avoid hitting friends - fixed the "layered equidistant" projection in twisted H2xR + +2025-02-24 11:40 Update 13.0x +New features: +- in Experiments with Geometry, a new option to display the fundamental domain +- shallow water now used as the first line of the beach +- draw OoSpeed swirls smaller on turns without its effect (thanks to jlm) + +Bug fixes: +- a possible crash with Orb of the Frog / Orb of Phasing +- incorrect scrolling when clicking the mousewheel from outside the Poincare disk +- 'joystick initialization' moved from 'old-style joystick configuration' to 'keyboards & joysticks' +- loading a map from the drawing tool sometimes caused a crash diff --git a/hyper.h b/hyper.h index dda17e56..70f79a7f 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "13.0w" -#define VERNUM_HEX 0xAA17 +#define VER "13.0x" +#define VERNUM_HEX 0xAA18 #include "sysconfig.h"