This commit is contained in:
Zeno Rogue 2017-11-01 02:29:58 +01:00
parent 37135fa48a
commit 09681324d0
2 changed files with 13 additions and 3 deletions

View File

@ -2035,3 +2035,13 @@
- fontscale is now saved
- fixed CR4 appearing inside mirror reflections
2019.11.01 00:48 version 10.2a
- improved the texts in geometry experiment menu
- translation updates (to Polish)
- the "expansion" screen has moved to the geometry experiment menu (click world size)
- 'o' key acts more intelligently now
- fixed the reverse keyboard movement in Euclidean
- fixed graphical glitches with the sphere (the sphere is now drawn completely, )
- added 'alpha' commandline parameter
- fixed some polygons which did not end in the start point
- Hunting Ground no longer hangs in some geometries

View File

@ -14,9 +14,9 @@
#define NOLICENSE
#endif
#define VER "10.2"
#define VERNUM 10200
#define VERNUM_HEX 0xA090
#define VER "10.2a"
#define VERNUM 10201
#define VERNUM_HEX 0xA091
#define GEN_M 0
#define GEN_F 1