This commit is contained in:
Zeno Rogue 2018-02-12 16:24:48 +01:00
parent 2072990474
commit 164953cded
2 changed files with 14 additions and 2 deletions

View File

@ -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

View File

@ -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