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:
- fixed a bug in fixStorage, and other fixes in RogueViz; added the 'staircase simulation' to RogueViz
- 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
#endif
#define VER "10.4"
#define VERNUM 10400
#define VER "10.4a"
#define VERNUM 10401
#ifndef CAP_SHADER
#define CAP_SHADER CAP_GL
#endif
#define VERNUM_HEX 0xA0B0
#define VERNUM_HEX 0xA0B1
#define GEN_M 0
#define GEN_F 1