This commit is contained in:
Zeno Rogue 2019-07-03 08:10:59 +02:00
parent ee0266c488
commit b1fd71cf78
2 changed files with 14 additions and 2 deletions

View File

@ -3341,3 +3341,15 @@ Other:
2019-06-28 13:49 Version 11.1c:
- long touch to wait in 3D geometries
2019-07-03 08:10 Version 11.1d:
- fixed a bug with the incorrect starting tile in Euclidean Crossroads
- fixed the OpenGL off mode, also should now work in OpenGL 1.0 on Windows (not all features)
- onscreen keyboard in edit dialogs (crucial in mobile, also useful in general)
- animation which combines translation and rotation
- linepatterns now can have their widths set individually
- fixed the black screen when resetting stereo modes in 3D
- new projection: central inversion (for Euclidean geometry)
- easier to edit IPD with mouse

View File

@ -2,8 +2,8 @@
// It is quite chaotic.
// version numbers
#define VER "11.1c"
#define VERNUM_HEX 0xA703
#define VER "11.1d"
#define VERNUM_HEX 0xA704
#include <stdarg.h>
#include "hyper_function.h"