mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 09:30:35 +00:00
10.3v
This commit is contained in:
parent
cf003afe17
commit
14f9c3b325
@ -2439,3 +2439,7 @@ in this geometry, but it is not playable).
|
|||||||
- Green and Gray Raiders move correctly in non-standard geometries.
|
- Green and Gray Raiders move correctly in non-standard geometries.
|
||||||
- Krakens no longer change their number of tentacles in GP(2,1) octagonal and similar (they use their own rule for forbidden cells).
|
- Krakens no longer change their number of tentacles in GP(2,1) octagonal and similar (they use their own rule for forbidden cells).
|
||||||
- fixed crashes in some weird land/geometry combinations.
|
- fixed crashes in some weird land/geometry combinations.
|
||||||
|
|
||||||
|
2018.05.09 21:38 Update 10.3v:
|
||||||
|
- fixed Hive
|
||||||
|
- fixed a memory error
|
||||||
|
6
init.cpp
6
init.cpp
@ -18,14 +18,14 @@
|
|||||||
#define NOLICENSE
|
#define NOLICENSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define VER "10.3u"
|
#define VER "10.3v"
|
||||||
#define VERNUM 10322
|
#define VERNUM 10323
|
||||||
|
|
||||||
#ifndef CAP_SHADER
|
#ifndef CAP_SHADER
|
||||||
#define CAP_SHADER CAP_GL
|
#define CAP_SHADER CAP_GL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define VERNUM_HEX 0xA0A8
|
#define VERNUM_HEX 0xA0A9
|
||||||
|
|
||||||
#define GEN_M 0
|
#define GEN_M 0
|
||||||
#define GEN_F 1
|
#define GEN_F 1
|
||||||
|
Loading…
Reference in New Issue
Block a user