version 12.0w

This commit is contained in:
Zeno Rogue 2022-08-07 03:12:01 +02:00
parent 2a33f86f6f
commit ad744820ae
2 changed files with 10 additions and 2 deletions

View File

@ -4737,3 +4737,11 @@ Menu improvements:
- auto-rotation (Ivory Tower etc.) now works on devices who know their orientation
- nicer "pipes" (fat grid lines) in 3D
- fixed some crash bugs related to the memory saving mode
2022-08-07 03:03 Update 12.0w:
- fixed a bug with 'world overview' breaking ESC menu
- racing fixed (hopefully)
- minor changes to HyperRogue help: now directly offered when displaying context help; do not suggest to try the Guided Tour if already in the Guided Tour
- made the RogueViz presentations which contain no HyperRogue PC easier to control (control the camera by using the keys which usually move the PC)
- added some more demos to RogueViz

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0v"
#define VERNUM_HEX 0xA917
#define VER "12.0w"
#define VERNUM_HEX 0xA918
#include "sysconfig.h"