This commit is contained in:
Zeno Rogue 2021-06-17 09:53:28 +02:00
parent c1ee1973f4
commit e37ca8d5f0
3 changed files with 20 additions and 3 deletions

View File

@ -4377,3 +4377,20 @@ VR:
- Canyon Hag's attack now has a sound effect and an animation
- the bug with android crashes should be fixed
- fixed spurious messages about slashing the Shadow with the energy sword
2021-06-17 09:52 Update 12.0b:
Mostly Bugfixes:
- fixed going thru vines
- item graphics were not editable
- fixed the first-person perspective for ideal 2D tessellations (also implemented previously missing sky)
- 'edit cell values' option now visible in the map editor
- Orb of Change no longer can produce Hunter Dogs and Zombies (who have special properties)
- fixed 'inv' displayed incorrectly in the HUD mode line
- full_geometry_name now displays the Archimedean symbol
- dice:: numbers now shown outside of the OpenGL mode
- dice:: Orb of Chaos works correctly now
- dice:: now work correctly in non-orientable spaces
- dice values are now editable in Shift+G
- fixed the direction setup by Orb of Chaos
- fixed the remaining spurious shadow messages

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0a"
#define VERNUM_HEX 0xA901
#define VER "12.0b"
#define VERNUM_HEX 0xA902
#include "sysconfig.h"

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.roguetemple.hyperroid"
android:versionCode="12010" android:versionName="12.0a"
android:versionCode="12020" android:versionName="12.0b"
android:installLocation="auto">
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> -->
<!-- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="9" /> -->