This commit is contained in:
Zeno Rogue 2017-10-27 20:11:28 +02:00
parent 0b7b415f19
commit 06295fd90d
2 changed files with 8 additions and 4 deletions

View File

@ -2012,10 +2012,14 @@
- fixed the Halloween in main menu
- fixed Zebra unlocking
2019.10.25 23:17 version 10.1g
2019.10.26 22:00 version 10.1g
- fixed floating-point values sometimes saving incorrectly on Windows
- fixed 's'ave the config also toggling the 's'team leaderboards
- fixed the 'wm' and 'mm' commandline options
- added the Octagonal geometry (work in progress)
2019.10.26 22:39 version 10.1h
- fixed some graphical glitches introduced by 10.1g
- fixed some graphical glitches in Halloween

View File

@ -1,6 +1,6 @@
#define VER "10.1g"
#define VERNUM 10107
#define VERNUM_HEX 0xA087
#define VER "10.1h"
#define VERNUM 10108
#define VERNUM_HEX 0xA088
#define GEN_M 0
#define GEN_F 1