version 12.c

This commit is contained in:
Zeno Rogue 2022-10-08 02:36:13 +02:00
parent 757660edd0
commit 97a4f13ff8
2 changed files with 6 additions and 4 deletions

View File

@ -4797,6 +4797,8 @@ Menu improvements:
- tile-type display no longer assigns different colors depending on football type
- when editing color tables, it is now possible to add more colors
- Crystal World and Snake Nest were legal in some tilings but they did not actually appear -- should be fixed
- ystrafe no longer brings walking eye level below 0
- vertical strafe in walkingmode no longer brings eye level below 0
TODO mirror with no-unmirror
2022-10-08 02:14 Update 12.c:
- some improvements to tes file support. Mirrored tiles should now work for apeirogons. Valence check and thus football colorability should now work with affine/star tessellations.
- also included more tes samples

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.1b"
#define VERNUM_HEX 0xA922
#define VER "12.1c"
#define VERNUM_HEX 0xA923
#include "sysconfig.h"