mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-05 21:33:58 +00:00
11.3w
This commit is contained in:
parent
830a2703dd
commit
1ac2805b7f
@ -4087,3 +4087,7 @@ Geometries:
|
|||||||
- removed irrelevant hints and progress messages on the mission screen when you are not playing a full game
|
- removed irrelevant hints and progress messages on the mission screen when you are not playing a full game
|
||||||
- Safety saves / PTM scores / Yendor scores / high scores should now work correctly in all geometries (the system is not fully backward compatible, so some old scores might disappear)
|
- Safety saves / PTM scores / Yendor scores / high scores should now work correctly in all geometries (the system is not fully backward compatible, so some old scores might disappear)
|
||||||
- a crash when setting new variations should be fixed
|
- a crash when setting new variations should be fixed
|
||||||
|
|
||||||
|
2020-08-05 01:29 Update 11.3w:
|
||||||
|
- fixed shmup in elliptic
|
||||||
|
- fixed a crash with loading old save games
|
||||||
|
4
hyper.h
4
hyper.h
@ -13,8 +13,8 @@
|
|||||||
#define _HYPER_H_
|
#define _HYPER_H_
|
||||||
|
|
||||||
// version numbers
|
// version numbers
|
||||||
#define VER "11.3v"
|
#define VER "11.3w"
|
||||||
#define VERNUM_HEX 0xA836
|
#define VERNUM_HEX 0xA837
|
||||||
|
|
||||||
#include "sysconfig.h"
|
#include "sysconfig.h"
|
||||||
|
|
||||||
|
1300
hyper.html
Normal file
1300
hyper.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user