missing 11.3q

This commit is contained in:
Zeno Rogue 2020-07-12 20:48:57 +02:00
parent 1ce9ef4341
commit fa1cc8b44c
2 changed files with 18 additions and 2 deletions

View File

@ -4018,3 +4018,19 @@ bugfixes:
- throw an exception when file does not exist
- improved shmup in fake/slided geometries
- fixed texture remapping in fake curvature
2020-07-08 16:36 Update 11.3q:
- extra sound effects (frogs appearing, Kraken death, elemental gem, apple, demon levelup)
- fixed 'disable texture' in rug levellines
- an option to rotate not around the center in 3D
- view coordinates no longer works outside of cheat mode
- an option for volumetric raytracing (i.e. glowing fog visualization)
- fixed the boat protection given by Orb of Winter
- tes files: undo in connection debugger
- eyelevel setting now works in the first-person shooter mode
- expansion in reg3::in_rule() activable [test]
- added efficient generation rules for 353
- fixed the graphical sizes of wolves and orbs in some geometries
- fake curvature in the rhombic honeycomb
- ordered net creation in fake curvature
- new 3D Euclidean quotient space: Hantzsche-Wendt (double cube) manifold

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.3p"
#define VERNUM_HEX 0xA830
#define VER "11.3q"
#define VERNUM_HEX 0xA831
#include "sysconfig.h"