This commit is contained in:
Zeno Rogue 2020-11-22 17:56:04 +01:00
parent cd9b8d57ab
commit b0d60f42f9
2 changed files with 7 additions and 2 deletions

View File

@ -4190,3 +4190,8 @@ Not yet in HyperRogue online, but see: https://zenorogue.itch.io/bringris
- fixed the game freezing on the generation of binary tiling x R
- fixed the camera not rotating in Nil shmup
- fixed the numerical inaccuracy explosion problem in nonisotropic shmup
2020-11-22 17:55 Update 11.4d:
- an attempt to set DPI awareness on Windows
- a bit of Panini projection was still used even when off
- preliminary implementation of VR (see: http://roguetemple.com/z/hyper/vr-status.txt for the current status)

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.4c"
#define VERNUM_HEX 0xA843
#define VER "11.4d"
#define VERNUM_HEX 0xA844
#include "sysconfig.h"