Skip to content

Commit

Permalink
10.2s
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorogue committed Jun 23, 2022
1 parent 5fe6aee commit 2486937
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions hyper.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 2486937

Please sign in to comment.