mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-21 10:13:14 +00:00
v13.0r
This commit is contained in:
parent
e534fb209c
commit
4520db0966
@ -5338,3 +5338,14 @@ Other:
|
||||
- fixed the Euclidean 2D modes changing rotation incorrectly
|
||||
- correct text handling in SDL2
|
||||
- in the Princess challenge, do not generate wandering monsters too close to the Princess's cell
|
||||
|
||||
2024-06-29 23:49 Update 13.0r
|
||||
Improvements to the map/shape/draw editor:
|
||||
- changed the UI style of the editor to match the rest of the game
|
||||
- the option to export from the shape editor now also saves to a file
|
||||
- 'draw' in drawing tool did not draw correctly when you were holding the mouse while rotating by moving the mouse (or by doing this while a movement animation was active)
|
||||
|
||||
- fixed grammar on 'activation cost: 1 charge'
|
||||
- twisted product + fake curvature should work
|
||||
- fixed Wild West Yendor Challenge
|
||||
- Orb of Speed now works correctly with even number of players
|
||||
|
4
hyper.h
4
hyper.h
@ -13,8 +13,8 @@
|
||||
#define _HYPER_H_
|
||||
|
||||
// version numbers
|
||||
#define VER "13.0q"
|
||||
#define VERNUM_HEX 0xAA11
|
||||
#define VER "13.0r"
|
||||
#define VERNUM_HEX 0xAA12
|
||||
|
||||
#include "sysconfig.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user