diff --git a/README.md b/README.md index 18d2c90f..42cd3b70 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

-Current version: 10.4i +Current version: 10.4m

A puzzle roguelike in the hyperbolic plane. See the [HyperRogue website](http://roguetemple.com/z/hyper.php) for detailed and most up-to-date information. diff --git a/changelog.txt b/changelog.txt index 16a947ec..71226430 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2547,3 +2547,15 @@ non-game: - fixed PTM games not recorded when switching modes - Random Pattern Mode: fixed the Land of Power, treasures appear in the Reptiles. - fixed the "-geo" parameter + +2018.07.11 12:45 Update 10.4m +- Goldberg-Coxeter construction in order-4 geometries +- Raging Bull / Orb of the Bull / Orb of Horns worked correctly only on hexagons and heptagons +- marked Whirlpool as not working in order-4 geometries +- "triangle grid: rings" now works in order-4 geometries +- fixed the size of Krakens and energy sword on the Euclidean square grid +- fixed Kraken movement on squares +- shift+f2 to shift+f4 can now disable HUD, FPS, and the map +- fixed several instances when PTM score would not be recorded when changing modes + + diff --git a/hyper.h b/hyper.h index 160862bc..b54126ff 100644 --- a/hyper.h +++ b/hyper.h @@ -2,9 +2,9 @@ // It is quite chaotic. // version numbers -#define VER "10.4l" -#define VERNUM 10412 -#define VERNUM_HEX 0xA0BC +#define VER "10.4m" +#define VERNUM 10413 +#define VERNUM_HEX 0xA0BD #include