This commit is contained in:
Zeno Rogue 2022-06-24 00:23:04 +02:00
parent 5fe6aee84f
commit 2486937720
2 changed files with 11 additions and 2 deletions

View File

@ -4700,3 +4700,12 @@ Menu improvements:
- a cleanup to some menus (special modes, highlights, peace&exploration)
- dual geometry puzzle removed (will still be available in RogueViz)
- switching shmup mode no longer invokes keyboard configuration
2022-06-23 10:50 Update 12.0s:
- fixed Minesweeper in the highlights menu
- fixed the racers keeping their speed when restarting
- when generating strict tree maps for Archimedean/regular tessellation, you now have an option to have all the symmetries of the tessellation taken into account (to minimize the tree)
- tes files with tree data (tessellations/sample/horotiling.tes) and star tes files (tessellations/sample/star-7-72.tes) should load correctly again
- show treasure bubbles in the Dice Reserve
- Shift+A key leaves the map editor, also all options are now displayed in the cheat menu (some obsolete ones are removed)

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0r"
#define VERNUM_HEX 0xA912
#define VER "12.0s"
#define VERNUM_HEX 0xA913
#include "sysconfig.h"