mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
version 11.0f
This commit is contained in:
parent
bf732ff89f
commit
970eb365ce
@ -2951,3 +2951,18 @@ the interesting (adult) part quickly)
|
|||||||
- map editor save features now saves more data: multiplayer positions, rosewaves, turncount (ocean waves), mutant ivy phase
|
- map editor save features now saves more data: multiplayer positions, rosewaves, turncount (ocean waves), mutant ivy phase
|
||||||
- the screen split in multiplayer mode was supposed to happen only in the racing mode -- fixed
|
- the screen split in multiplayer mode was supposed to happen only in the racing mode -- fixed
|
||||||
- fixed a crash in the Ivory Tower Yendor Challenge
|
- fixed a crash in the Ivory Tower Yendor Challenge
|
||||||
|
|
||||||
|
2019-02-06 22:45 Version 11.0f:
|
||||||
|
- redone the 'Experiment with Geometry' menu
|
||||||
|
- fixed a bug with pushing thumpers into fire traps
|
||||||
|
- fixed inventory mode scores not recognized correctly
|
||||||
|
- fixed a freeze in spherical Dungeon
|
||||||
|
- fixed incorrect graphics when adding trapdoor in map editor
|
||||||
|
- fixed mouse position being interpreted incorrectly in some models
|
||||||
|
- fixed the obsolete description of Minefield auto-reveal radius
|
||||||
|
- fixed the "no HUD" option in the screenshot menu
|
||||||
|
|
||||||
|
2019-02-06 22:45 Version 11.0g:
|
||||||
|
- formula pattern works in spherical
|
||||||
|
- no more Brown generation in PTM Ocean
|
||||||
|
- no more mobile compass by default in mobile
|
||||||
|
6
hyper.h
6
hyper.h
@ -2,9 +2,9 @@
|
|||||||
// It is quite chaotic.
|
// It is quite chaotic.
|
||||||
|
|
||||||
// version numbers
|
// version numbers
|
||||||
#define VER "11.0e"
|
#define VER "11.0f"
|
||||||
#define VERNUM 11005
|
#define VERNUM 11006
|
||||||
#define VERNUM_HEX 0xA605
|
#define VERNUM_HEX 0xA606
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "hyper_function.h"
|
#include "hyper_function.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user