1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-05 18:27:01 +00:00

update 13.0x

This commit is contained in:
Zeno Rogue 2025-02-24 11:44:40 +01:00
parent d4b8ca6286
commit 93f32ec7b8
2 changed files with 14 additions and 2 deletions

View File

@ -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

View File

@ -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"