From 09681324d0bafbfdbd377daa7e3325d689152cb7 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 1 Nov 2017 02:29:58 +0100 Subject: [PATCH] 10.2a --- changelog.txt | 10 ++++++++++ init.cpp | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 310603b2..33c62327 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/init.cpp b/init.cpp index dcb98c46..684976b1 100644 --- a/init.cpp +++ b/init.cpp @@ -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