This commit is contained in:
Zeno Rogue 2020-03-08 01:51:03 +01:00
parent c45a7b37cf
commit 6389614712
2 changed files with 19 additions and 2 deletions

View File

@ -3810,3 +3810,20 @@ Geometries:
- bugfix: fixed pointing at cells in Solv
- bugfix: fixed native monster information for Ocean
- bugfix: fixed allies handling Demons incorrectly
2020-03-08 01:29 Bugfix update 11.3a:
- fixed counting kills (for the purpose of Master of Melee achievement etc.)
- fixed some typos
- fixed Red Raiders killed incorrectly
- Frog Park is now disabled in shmup
- fixed Swords moving randomly when having Orb of the Frog
- moved Rose Garden back to being unlocked at R90
- fixed Orb of Impact stunning things while using the mouse
- Warp Gates are now untouchable by Orb of Chaos
- fixed land parameter switching by Orb of Chaos (e.g. in the gravity lands)
- fixed pushing in shmups
- optimized drawing side walls
- main menu cancels visualizations enabled from the quit screen
- fixed centering lost after Eternal Motion in shmup
- fixed centering disabled after Orb of Safety in shmup

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.3"
#define VERNUM_HEX 0xA820
#define VER "11.3a"
#define VERNUM_HEX 0xA821
#include "sysconfig.h"