mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-28 05:22:48 +00:00
11.1d
This commit is contained in:
parent
ee0266c488
commit
b1fd71cf78
@ -3341,3 +3341,15 @@ Other:
|
|||||||
2019-06-28 13:49 Version 11.1c:
|
2019-06-28 13:49 Version 11.1c:
|
||||||
|
|
||||||
- long touch to wait in 3D geometries
|
- 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
|
||||||
|
|
||||||
|
4
hyper.h
4
hyper.h
@ -2,8 +2,8 @@
|
|||||||
// It is quite chaotic.
|
// It is quite chaotic.
|
||||||
|
|
||||||
// version numbers
|
// version numbers
|
||||||
#define VER "11.1c"
|
#define VER "11.1d"
|
||||||
#define VERNUM_HEX 0xA703
|
#define VERNUM_HEX 0xA704
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "hyper_function.h"
|
#include "hyper_function.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user