This commit is contained in:
Zeno Rogue 2019-05-03 11:44:03 +02:00
parent 3a8b537068
commit 7ce880b680
2 changed files with 7 additions and 3 deletions

View File

@ -3137,3 +3137,7 @@ RogueViz:
- fixed label positioning in 3D
- 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
2018-04-29 20:13 Version 11.0s:
- 3D fixes: fixed a crash; correct camera distance reduction in horosphere tilings; fixed PL/CZ translations

View File

@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "11.0r"
#define VERNUM 11018
#define VERNUM_HEX 0xA612
#define VER "11.0s"
#define VERNUM 11019
#define VERNUM_HEX 0xA613
#include <stdarg.h>
#include "hyper_function.h"