mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-16 19:18:05 +00:00
11.0d
This commit is contained in:
@@ -2930,3 +2930,13 @@ Other:
|
|||||||
the interesting (adult) part quickly)
|
the interesting (adult) part quickly)
|
||||||
- no more cheat mode after disabling the Racing mode (this was caused by not resetting the starting land back to Icy)
|
- no more cheat mode after disabling the Racing mode (this was caused by not resetting the starting land back to Icy)
|
||||||
- Czech translation updated, typos fixed in the Polish translation
|
- Czech translation updated, typos fixed in the Polish translation
|
||||||
|
|
||||||
|
2019-01-24 14:155 Version 11.0d:
|
||||||
|
- fixed time measurement problem in Android (causing the camera to not move smoothly or sometimes even not move at all)
|
||||||
|
- Android versions updated
|
||||||
|
- no more Gold in Free Fall Yendor
|
||||||
|
- fixed Free Fall (and Windy Plains) treasures in shmup mode
|
||||||
|
- Graveyard no longer can be adjacent to Ruined City
|
||||||
|
- fixed the issue with Orb of Aether always being marked as used due to Minefield uncovering (now it is only used if it actually prevents some Minefield cells from uncovering)
|
||||||
|
- fixed Brown Islands crashing in Euclidean (that algorithm does not generate anything interesting in Euclidean though:)
|
||||||
|
- fixed some issues with commandline arguments (svg shots made correctly now)
|
||||||
|
|||||||
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.0c"
|
#define VER "11.0d"
|
||||||
#define VERNUM 11003
|
#define VERNUM 11004
|
||||||
#define VERNUM_HEX 0xA603
|
#define VERNUM_HEX 0xA604
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "hyper_function.h"
|
#include "hyper_function.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user