mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 07:20:25 +00:00
11.0s
This commit is contained in:
parent
3a8b537068
commit
7ce880b680
@ -3137,3 +3137,7 @@ RogueViz:
|
|||||||
- fixed label positioning in 3D
|
- fixed label positioning in 3D
|
||||||
- 3D trees in Collatz
|
- 3D trees in Collatz
|
||||||
- Flocking in 3D, more CLI parameters (check_range, flock shape), multithread support, do not try large steps even if delta way too big
|
- Flocking in 3D, more CLI parameters (check_range, flock shape), multithread support, do not try large steps even if delta way too big
|
||||||
|
|
||||||
|
2018-04-29 20:13 Version 11.0s:
|
||||||
|
|
||||||
|
- 3D fixes: fixed a crash; correct camera distance reduction in horosphere tilings; fixed PL/CZ translations
|
||||||
|
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.0r"
|
#define VER "11.0s"
|
||||||
#define VERNUM 11018
|
#define VERNUM 11019
|
||||||
#define VERNUM_HEX 0xA612
|
#define VERNUM_HEX 0xA613
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "hyper_function.h"
|
#include "hyper_function.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user