Skip to content

Commit

Permalink
version 12.0a
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorogue committed Jun 6, 2021
1 parent d7445d4 commit 7777c7b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4369,3 +4369,11 @@ VR:
- Panini/stereo projection now works in the 'single' VR screen (didn't work correctly) but not on the eyes (did work)
- fixed the 'thurston racing' option
- controllers are now shown on the desktop screen

2021-06-06 10:54 Update 12.0a:

- fixed a bug which caused the dice numbers not to be drawn sometimes
- Orb of Earth no longer marked useless in Cursed Canyon (also it works in a more interesting way there)
- 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
4 changes: 2 additions & 2 deletions hyper.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#define _HYPER_H_

// version numbers
#define VER "12.0"
#define VERNUM_HEX 0xA900
#define VER "12.0a"
#define VERNUM_HEX 0xA901

#include "sysconfig.h"

Expand Down
2 changes: 1 addition & 1 deletion hyperroid/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -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="12000" android:versionName="12.0"
android:versionCode="12010" android:versionName="12.0a"
android:installLocation="auto">
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> -->
<!-- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="9" /> -->
Expand Down

0 comments on commit 7777c7b

Please sign in to comment.