From 152b32425b44c0720d83ae6df54a8fdbe2d419a4 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 6 Aug 2025 10:25:11 +0200 Subject: [PATCH] version 13.1 --- changelog.txt | 13 +++++++++++++ hyper.h | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 819cb4a0..59053953 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5455,3 +5455,16 @@ Mostly bugfixes: - shmup: particle effects in shmup now appear from the correct locaton, fuel particles in space rocks - Racing official track no longer turns the "god mode" off - fixed the Yendor/Caribbean markers in some projections + +2025-08-06 09:28 Update 13.1: +- two new crossroads variants +- translations updated +- fixes in the peace/exploration menu +- fixed the display of 'faces per vertex' +- improvements to high contrast (by @jlm) +- Caribbean spill in Voronoi should be fixed +- launch the connection debugger on connection errors, also clearer error messages and horotiling.tes actually loads again +- fixed the distance display in the expansion mode +- fixed file dialog closing incorrectly +- fixed Orb of Sword blocking strong wind +https://zenorogue.blogspot.com/2025/08/hyperrogue-131.html \ No newline at end of file diff --git a/hyper.h b/hyper.h index e479f0be..351bf725 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "13.0z" -#define VERNUM_HEX 0xAA1A +#define VER "13.1" +#define VERNUM_HEX 0xAA20 #include "sysconfig.h"