From dda35e7439bbc8da4565460942edc3d1c4768eb5 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 18 Dec 2025 02:26:56 +0100 Subject: [PATCH] version 13.1i --- changelog.txt | 11 +++++++++++ hyper.h | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 1b61e749..6b72a9f4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5623,3 +5623,14 @@ Thanks to josephcsible: - Fix Free Fall crashing in horodisk land structure - Fix crash when Orbs of Choice, Space, and Safety interact - Slow down Orb of Winter effect when flashing effects are off + +2025-12-18 02:22 Update 13.1i: +Further improvements to the SteamDeck: +- should no longer confuse the controller axes and buttons +- panning with the right joystick should work now +- fixed some cases where keys where shown incorrectly +- allowed more screenspace for dialogs since keys are never shown + +Other bugfixes: +- fixed mousewheel in SDL2 +- fixed the generation range for Strong Wind and jump orb effects in alternate tilings diff --git a/hyper.h b/hyper.h index 6214d943..3012f032 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "13.1h" -#define VERNUM_HEX 0xAA28 +#define VER "13.1i" +#define VERNUM_HEX 0xAA29 #include "sysconfig.h"