Skip to content

Commit

Permalink
version 13.0a
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorogue committed Jan 13, 2024
1 parent 5f55279 commit 51f59cc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion changelog.txt
Expand Up @@ -5057,7 +5057,7 @@ Other
- fixed point recognition in rug mode
- 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

Expand Down Expand Up @@ -5090,3 +5090,17 @@ Other fixes:
- fixed Sol, NIH and SolN embeddings being always displayed as legal
- 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 changes: 2 additions & 2 deletions hyper.h
Expand Up @@ -13,8 +13,8 @@
#define _HYPER_H_

// version numbers
#define VER "13.0"
#define VERNUM_HEX 0xAA00
#define VER "13.0a"
#define VERNUM_HEX 0xAA01

#include "sysconfig.h"

Expand Down
2 changes: 1 addition & 1 deletion hyperroid/app/src/main/AndroidManifest.xml
@@ -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="13000" android:versionName="13.0"
android:versionCode="13001" android:versionName="13.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 51f59cc

Please sign in to comment.