From 68507a555fec642e5e7c033363abaf946e5d6767 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 12 Jul 2022 14:48:28 +0200 Subject: [PATCH] 12.0u --- changelog.txt | 6 ++++++ hyper.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index e775be4b..cc5d6142 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4724,3 +4724,9 @@ Menu improvements: - start animations now can be disabled - nicer sliders and color selectors (unless the ASCII mode is on) +2022-07-12 14:47 Update 12.0u: + - honeycomb tree rules for 345 and 355 (better performance, variations work) + - some fixes to the French translation + - options to show less items/kills in the portrait/landscape mode + - an option to have menus centered even in widescreen + - mobile fixes: fixed an incorrect button shown in the mobile game menu, and items/kills going over buttons diff --git a/hyper.h b/hyper.h index 67d8e84e..a6df4bfa 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "12.0t1" -#define VERNUM_HEX 0xA915 +#define VER "12.0u" +#define VERNUM_HEX 0xA916 #include "sysconfig.h"