diff --git a/README.md b/README.md index 97dddd7d..e55bea00 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

-Current version: 12.2 +Current version: 11.3

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 eeff8967..e2ee6240 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3786,7 +3786,7 @@ Geometries: - improved Temple of Cthulhu in 535 and 435 - fixed dual geometry sync destroyed when pressing Space -2020-20-08 10:46 Update 11.2x: +2020-02-08 10:46 Update 11.2x: - ASCII/3D mode; neon settings better with border changed - no timer ghosts in dual geometry puzzle - in dual geometry mode, when one side is Euclidean, only the other one rotates @@ -3795,3 +3795,18 @@ Geometries: - while in cheatmode, centering lets you center in cardinal directions - fixed a crash when displaying inventory with OpenGL off - nicer side plain walls in binary tiling + +2020-03-07 04:42 Update 11.3: +- new lands: Frog Park, Eclectic City, Wetland +- new implementation of the checkmate rule +- beefed up Orb of Empathy: it now also protects your allies from your indirect attacks +- fixed several bugs when going too far into the Clearing; an achievement for destroying lots of leaves +- on-activation effect for Orb of Digging in OSM +- all chaos modes can now be used for achievements +- special map generation when going too many steps from the starting point +- named Knights +- bugfix: worms now generate land if they wander through not-yet-generated +- bugfix: fixed a crash when not using OpenGL (again) +- bugfix: fixed pointing at cells in Solv +- bugfix: fixed native monster information for Ocean +- bugfix: fixed allies handling Demons incorrectly diff --git a/hyper.h b/hyper.h index 0624ec19..d0126fe2 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "11.2x" -#define VERNUM_HEX 0xA818 +#define VER "11.3" +#define VERNUM_HEX 0xA820 #include "sysconfig.h"