From 164953cded9f8940c3422060a9851a89fe0474a8 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 12 Feb 2018 16:24:48 +0100 Subject: [PATCH] 10.3i --- changelog.txt | 12 ++++++++++++ init.cpp | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7bec1ea1..d9e907d4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2232,3 +2232,15 @@ Gameplay bugfixes - fixed a crash bug when leaving quotient space - fixed the problems with incorrect display and mouse control in the Hypersian Rug mode - fixed the display in the spherical geometry + +2018.02.12 16:122 version 10.3i +- updated the iOS, Android, and online versions (Hypersian Rug works in all of them now) +- magic texture adjustment: fixed the algorithm +- magic texture adjustment: fixed the names of parameters; added texture position X/Y +- Implemented the shmup versions of Ruined City and Jelly Kingdom. +- fixed particle transparency +- properly colored Mimic particles; no falling animations for Mimics +- Illusions ignore plates (does not change much?) +- capital letters used as hotkeys for later Yendor challenges, instead of weird symbols. +- a new Yendor Challenge: Living Caves +- fixed the 3D effect on graves and mercury rivers diff --git a/init.cpp b/init.cpp index 0ca14e41..a2ca6b83 100644 --- a/init.cpp +++ b/init.cpp @@ -18,8 +18,8 @@ #define NOLICENSE #endif -#define VER "10.3h" -#define VERNUM 10308 +#define VER "10.3i" +#define VERNUM 10309 #ifndef CAP_SHADER #define CAP_SHADER CAP_GL