mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 06:27:17 +00:00
version 13.0a
This commit is contained in:
parent
5f552799e5
commit
51f59cc2fa
@ -5057,7 +5057,7 @@ Other
|
|||||||
- fixed point recognition in rug mode
|
- fixed point recognition in rug mode
|
||||||
- cleaned up high-FOV and stereo modes into one setting
|
- cleaned up high-FOV and stereo modes into one setting
|
||||||
|
|
||||||
2023-12-02 12:54 Update 13.0:
|
2023-12-27 12:54 Update 13.0:
|
||||||
|
|
||||||
Summary post: https://zenorogue.blogspot.com/2023/12/hyperrogue-130.html
|
Summary post: https://zenorogue.blogspot.com/2023/12/hyperrogue-130.html
|
||||||
|
|
||||||
@ -5090,3 +5090,17 @@ Other fixes:
|
|||||||
- fixed Sol, NIH and SolN embeddings being always displayed as legal
|
- fixed Sol, NIH and SolN embeddings being always displayed as legal
|
||||||
- fixed the name displayed on mouseover for slime
|
- fixed the name displayed on mouseover for slime
|
||||||
|
|
||||||
|
2024-01-12 08:59 Update 13.0a:
|
||||||
|
|
||||||
|
- fixed some bugs with high-FOV modes (reset shaders, show upper FOV ranges correctly, buggy two-eye rendering)
|
||||||
|
- as a new positive, the Curse of Fatigue makes you not care about roses when very fatigued
|
||||||
|
- changed one Prince(ss) message
|
||||||
|
- crossbow leaderboards should be fixed
|
||||||
|
- fixed button placement on Android once more
|
||||||
|
- fixed mirrors in crossbow fire mode
|
||||||
|
- the bump-to-shoot flag now actually works
|
||||||
|
- fixed a bug in "memory saving" mode to not remove the current altmap
|
||||||
|
- variant fisheye projection
|
||||||
|
- fixed tides in shmup and when scrolling
|
||||||
|
- the dipping rule no longer affects Tiger's Eyes
|
||||||
|
- screenshots were sometimes not correctly centered
|
||||||
|
4
hyper.h
4
hyper.h
@ -13,8 +13,8 @@
|
|||||||
#define _HYPER_H_
|
#define _HYPER_H_
|
||||||
|
|
||||||
// version numbers
|
// version numbers
|
||||||
#define VER "13.0"
|
#define VER "13.0a"
|
||||||
#define VERNUM_HEX 0xAA00
|
#define VERNUM_HEX 0xAA01
|
||||||
|
|
||||||
#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="13000" android:versionName="13.0"
|
android:versionCode="13001" android:versionName="13.0a"
|
||||||
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…
Reference in New Issue
Block a user