This commit is contained in:
Zeno Rogue 2017-10-31 01:49:14 +01:00
parent f841264676
commit 26b517a20a
3 changed files with 15 additions and 4 deletions

View File

@ -2022,4 +2022,16 @@
- fixed some graphical glitches introduced by 10.1g
- 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

View File

@ -1865,7 +1865,6 @@ struct polytodraw {
#endif
};
extern bool purehepta;
extern int emeraldtable[100][7];
extern void cwspin(cellwalker& cw, int d);

View File

@ -14,9 +14,9 @@
#define NOLICENSE
#endif
#define VER "10.1h"
#define VERNUM 10108
#define VERNUM_HEX 0xA088
#define VER "10.2"
#define VERNUM 10200
#define VERNUM_HEX 0xA090
#define GEN_M 0
#define GEN_F 1