mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-09 07:30:09 +00:00
10.4a
This commit is contained in:
parent
5eb084f9b0
commit
53a235a11f
@ -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
|
||||||
|
6
init.cpp
6
init.cpp
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user