mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 07:30:26 +00:00
11.0m
This commit is contained in:
parent
b875853232
commit
1d1baf2207
@ -3017,3 +3017,16 @@ the interesting (adult) part quickly)
|
|||||||
- a 3d image for compasses in the world
|
- a 3d image for compasses in the world
|
||||||
|
|
||||||
11.0l: fixed aura on sphere
|
11.0l: fixed aura on sphere
|
||||||
|
|
||||||
|
2018-03-17 04:20 Version 11.0m:
|
||||||
|
|
||||||
|
- floor patterns are now used in 3D geometries as textures
|
||||||
|
- implemented field quotient spaces for the regular hyperbolic honeycombs. Synchronizing non-quotient regular honeycombs with the field quotient has improved their performance
|
||||||
|
and led to an implementation of a cool Emerald Mine pattern for 534, and also some Vineyard/Emerald patterns for both 435 and 534.
|
||||||
|
- implemented two new horospherical honeycombs, based on rectangles and hexagons
|
||||||
|
- 3D Ocean works (not very fun though), fixed a crash in 3D (e.g. in the Hive)
|
||||||
|
- borders on fires, limit particles if there are too many fires
|
||||||
|
- tour:: replaced 'a'+i to allow longer presentations
|
||||||
|
- fixed the image not appearing in the texture mode
|
||||||
|
- fixed "dark landscape" etc. patterns
|
||||||
|
- texture:: aura no longer flickers
|
||||||
|
6
hyper.h
6
hyper.h
@ -2,9 +2,9 @@
|
|||||||
// It is quite chaotic.
|
// It is quite chaotic.
|
||||||
|
|
||||||
// version numbers
|
// version numbers
|
||||||
#define VER "11.0l"
|
#define VER "11.0m"
|
||||||
#define VERNUM 11012
|
#define VERNUM 11013
|
||||||
#define VERNUM_HEX 0xA60C
|
#define VERNUM_HEX 0xA60D
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "hyper_function.h"
|
#include "hyper_function.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user