1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-09 07:30:09 +00:00
This commit is contained in:
Zeno Rogue 2018-05-28 19:09:52 +02:00
parent 5eb084f9b0
commit 53a235a11f
2 changed files with 7 additions and 3 deletions

View File

@ -2464,3 +2464,7 @@ many geometry-related fixes:
non-game: non-game:
- fixed a bug in fixStorage, and other fixes in RogueViz; added the 'staircase simulation' to RogueViz - fixed a bug in fixStorage, and other fixes in RogueViz; added the 'staircase simulation' to RogueViz
- ODS projection now works in Euclidean and hyperbolic - ODS projection now works in Euclidean and hyperbolic
2018.05.27 01:21 Update 10.4a:
- Strange Challenge should exit correctly.
- rules are described better in other geometries

View File

@ -18,14 +18,14 @@
#define NOLICENSE #define NOLICENSE
#endif #endif
#define VER "10.4" #define VER "10.4a"
#define VERNUM 10400 #define VERNUM 10401
#ifndef CAP_SHADER #ifndef CAP_SHADER
#define CAP_SHADER CAP_GL #define CAP_SHADER CAP_GL
#endif #endif
#define VERNUM_HEX 0xA0B0 #define VERNUM_HEX 0xA0B1
#define GEN_M 0 #define GEN_M 0
#define GEN_F 1 #define GEN_F 1