mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-17 22:25:12 +00:00
10.2
This commit is contained in:
@@ -2022,4 +2022,16 @@
|
|||||||
- fixed some graphical glitches introduced by 10.1g
|
- fixed some graphical glitches introduced by 10.1g
|
||||||
- fixed some graphical glitches in Halloween
|
- fixed some graphical glitches in Halloween
|
||||||
|
|
||||||
|
2019.10.31 00:31 version 10.2
|
||||||
|
- added Crystal World
|
||||||
|
- reworked the geometry experiment menu
|
||||||
|
- changed the Hunting Ground music to Graveyard
|
||||||
|
- hint about Alt added to Hunting Ground
|
||||||
|
- extra help about slide changing, disabled Euclidean mode from early slides
|
||||||
|
- fixed the message priority on alchemy+wind
|
||||||
|
- fixed the wrong text in Tutorial
|
||||||
|
- fixed a bug which reduced the quality of graphics
|
||||||
|
- no more forced heptamarkers on non-truncated Warped since they are denoted with colors anyway
|
||||||
|
- fontscale is now saved
|
||||||
|
- fixed CR4 appearing inside mirror reflections
|
||||||
|
|
||||||
|
|||||||
1
hyper.h
1
hyper.h
@@ -1865,7 +1865,6 @@ struct polytodraw {
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
extern bool purehepta;
|
|
||||||
extern int emeraldtable[100][7];
|
extern int emeraldtable[100][7];
|
||||||
|
|
||||||
extern void cwspin(cellwalker& cw, int d);
|
extern void cwspin(cellwalker& cw, int d);
|
||||||
|
|||||||
Reference in New Issue
Block a user