mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-30 07:17:03 +00:00
11.2i
This commit is contained in:
parent
341934d1c5
commit
cf66dade1a
@ -3587,3 +3587,11 @@ Other:
|
||||
- raycasting: product spaces, stretched spaces, horospherical honeycombs
|
||||
- bugfixes in periodic Nil
|
||||
- alternate 3D races (periodic spaces, etc.)
|
||||
|
||||
2019-11-03 14:46 Version 11.2i:
|
||||
- fixed unfilled shapes when rendering S2xE
|
||||
- removed outlines from falling stuff
|
||||
- fixed some issues with preventing Orbs of Yendor from boat moving: 'locked with powerful magic' message spam; no longer movable through land with OoWater; you can jump out of an OoY boat using OoFish/OoAether/OoGravity
|
||||
- hell unlock message on 10th shard
|
||||
- levellines feature: shade rendered output by Z coordinate (nice in Hypersian Rug mode)
|
||||
- fixed the overlay in the texture mode (also disabled in ray -- not implemented)
|
||||
|
4
hyper.h
4
hyper.h
@ -13,8 +13,8 @@
|
||||
#define _HYPER_H_
|
||||
|
||||
// version numbers
|
||||
#define VER "11.2h"
|
||||
#define VERNUM_HEX 0xA808
|
||||
#define VER "11.2i"
|
||||
#define VERNUM_HEX 0xA809
|
||||
|
||||
#include "sysconfig.h"
|
||||
#include "classes.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user