This commit is contained in:
Zeno Rogue 2020-04-05 10:50:27 +02:00
parent 974a98e32c
commit 8b7f2f3969
2 changed files with 14 additions and 2 deletions

View File

@ -3877,3 +3877,15 @@ Geometries:
- fixed a crash in paracompact honeycombs
- fixed a crash bug in {4,3,5}
- fixed a (broken) help screen displayed when mousing over another land in the Guided Tour
2020-04-02 14:05 Update 11.3g:
- The powers you get for Orb of Yendor are now consistent with useless/dangerous/forbidden rules
- Fixed a bug with the three new orbs not being saved correctly in OSM
- face/edge/vertex centering
- in line animation, you can now choose to precisely specify the first and last point to animate
- you can now increase the view distance after death, and use line animation whenever you can increase the range
- fixed the hotkey in 3d->camera rotation
- fixed a crash bug in Zebra quotient space and some horospherical tessellations
- fixed random_spin() in three dimensions
- fixed the grid display in nonisotropic hyperbolic geometry
- Archimedean tessellations: added some more samples, and some additional checking

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.3f"
#define VERNUM_HEX 0xA826
#define VER "11.3g"
#define VERNUM_HEX 0xA827
#include "sysconfig.h"