Skip to content

Commit 93f32ec

Browse files
committed
update 13.0x
1 parent d4b8ca6 commit 93f32ec

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5410,3 +5410,15 @@ Mostly bug fixes:
54105410
- fixed some bugs with portal maps
54115411
- in the crossbow mode, do not auto-shoot and avoid hitting friends
54125412
- fixed the "layered equidistant" projection in twisted H2xR
5413+
5414+
2025-02-24 11:40 Update 13.0x
5415+
New features:
5416+
- in Experiments with Geometry, a new option to display the fundamental domain
5417+
- shallow water now used as the first line of the beach
5418+
- draw OoSpeed swirls smaller on turns without its effect (thanks to jlm)
5419+
5420+
Bug fixes:
5421+
- a possible crash with Orb of the Frog / Orb of Phasing
5422+
- incorrect scrolling when clicking the mousewheel from outside the Poincare disk
5423+
- 'joystick initialization' moved from 'old-style joystick configuration' to 'keyboards & joysticks'
5424+
- loading a map from the drawing tool sometimes caused a crash

hyper.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#define _HYPER_H_
1414

1515
// version numbers
16-
#define VER "13.0w"
17-
#define VERNUM_HEX 0xAA17
16+
#define VER "13.0x"
17+
#define VERNUM_HEX 0xAA18
1818

1919
#include "sysconfig.h"
2020

0 commit comments

Comments
 (0)