mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-24 10:04:07 +00:00
12.0b
This commit is contained in:
parent
c1ee1973f4
commit
e37ca8d5f0
@ -4377,3 +4377,20 @@ VR:
|
|||||||
- Canyon Hag's attack now has a sound effect and an animation
|
- Canyon Hag's attack now has a sound effect and an animation
|
||||||
- the bug with android crashes should be fixed
|
- the bug with android crashes should be fixed
|
||||||
- fixed spurious messages about slashing the Shadow with the energy sword
|
- 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
|
||||||
|
4
hyper.h
4
hyper.h
@ -13,8 +13,8 @@
|
|||||||
#define _HYPER_H_
|
#define _HYPER_H_
|
||||||
|
|
||||||
// version numbers
|
// version numbers
|
||||||
#define VER "12.0a"
|
#define VER "12.0b"
|
||||||
#define VERNUM_HEX 0xA901
|
#define VERNUM_HEX 0xA902
|
||||||
|
|
||||||
#include "sysconfig.h"
|
#include "sysconfig.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.roguetemple.hyperroid"
|
package="com.roguetemple.hyperroid"
|
||||||
android:versionCode="12010" android:versionName="12.0a"
|
android:versionCode="12020" android:versionName="12.0b"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> -->
|
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> -->
|
||||||
<!-- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="9" /> -->
|
<!-- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="9" /> -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user