1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-19 23:39:42 +00:00

version 13.1k

This commit is contained in:
Zeno Rogue
2026-01-29 14:24:01 +01:00
parent f733afe19d
commit f57fc060b9
2 changed files with 8 additions and 2 deletions

View File

@@ -5639,3 +5639,9 @@ Other bugfixes:
- fixed a crash when the '`' key was entered in some dialogs (which was a problem with older controller layouts which emitted this key)
- fixed the screen size on SteamDeck
- fixed the default control scheme when multiple controllers are connected
2026-01-29 14:17 Update 13.1k:
- local score screen: better default ordering of scores; scrolling left/right can now show extra columns; better buttons; fixed wrong scale of some elements
- improved Deck UI information in help and tour
- when you press e.g. 'b' to enter a text dialog, 'b' is not sent to this dialog
- pressing left/right in the fullscreen resolution dialog now uses the list of actual supported resolutions; also hopefully fixed the resize screen loop

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.1j"
#define VERNUM_HEX 0xAA2A
#define VER "13.1k"
#define VERNUM_HEX 0xAA2B
#include "sysconfig.h"