This commit is contained in:
Zeno Rogue 2018-09-10 19:44:37 +02:00
parent bb05d9ab80
commit 7345c14184
2 changed files with 12 additions and 3 deletions

View File

@ -2699,3 +2699,12 @@ RogueViz:
* commandline option to rotate
* Pentagonal Exploration added
* fixed some bugs in the RogueViz Presentation
2018.09.10 18:47 Update 10.4v
* animation system
* fixed the animation of snakelike creatures in quotient geometries
* fixed keyboard movement in non-orientable geometries
* fixed the sight range on non-bitruncated tori
* fixed texts disappearing when scale is set to less than 0
* number editor and command line parameters now accept expressions

View File

@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4u"
#define VERNUM 10421
#define VERNUM_HEX 0xA0C5
#define VER "10.4v"
#define VERNUM 10422
#define VERNUM_HEX 0xA0C6
#include <stdarg.h>