1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-16 17:09:37 +00:00
This commit is contained in:
Zeno Rogue 2024-06-30 00:03:33 +02:00
parent e534fb209c
commit 4520db0966
2 changed files with 13 additions and 2 deletions

View File

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

View File

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