mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-11 14:08:18 +00:00
12.0d
This commit is contained in:
parent
cc80bc7b3a
commit
b80bd90174
@ -4421,3 +4421,35 @@ Mostly bugfixes:
|
|||||||
- Orb of Friendship no longer appears in Terracotta Army
|
- Orb of Friendship no longer appears in Terracotta Army
|
||||||
- The Orb of Beauty now lifts rose-scent restrictions on targeting of ranged orbs
|
- The Orb of Beauty now lifts rose-scent restrictions on targeting of ranged orbs
|
||||||
- fixed a memory leak when drawing text
|
- fixed a memory leak when drawing text
|
||||||
|
|
||||||
|
2021-07-13 22:24 Update 12.0d:
|
||||||
|
|
||||||
|
New features:
|
||||||
|
- variations are now supported for regular honeycombs
|
||||||
|
- better handling of 3D honeycombs (e.g. minesweeper with vertex adjacency now should work correctly everywhere, reflective raytracers works in more cases, etc.)
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- Copy wparam when copying wall
|
||||||
|
- prevent slime from duplicating dice
|
||||||
|
- Orb of Lava no longer intimidates allies
|
||||||
|
- Fix typo in Windy Plains description
|
||||||
|
- some fixes to the Russian translation
|
||||||
|
- Fix array indexing in totalbulldistance
|
||||||
|
- Fix crash by disallowing statue-dice swaps
|
||||||
|
- Ivy to Vine no longer overwrites Round Table
|
||||||
|
- Reversing the Curse of Water now gives bonus Orb of Winter (as intended)
|
||||||
|
- Fix some messages when using Orb of the Warp
|
||||||
|
- Cave transformation is fairer to players
|
||||||
|
- Prairie no longer appears on Crossroads IV
|
||||||
|
- Raging Bull can no longer push Princess onto player's cell
|
||||||
|
- Only show chasm trails in special modes
|
||||||
|
- Orb of Air can no longer push sharks
|
||||||
|
- Dice can now be pushed onto items
|
||||||
|
- Fix crash after using Orb of Domination
|
||||||
|
- Fix 'nowhere to blow' message for happy dice
|
||||||
|
- Curse of Weakness no longer allows pushing parts of multitile monsters
|
||||||
|
- Orb of shield/shell no longer bypasses 'kraken will destroy boat' warning
|
||||||
|
- Fix checkmate check when standing on an Orb of Speed
|
||||||
|
- Irradiated Field: bull generation no longer breaks ivy
|
||||||
|
- Fix several Friendly Ivy interactions
|
||||||
|
|
||||||
|
4
hyper.h
4
hyper.h
@ -13,8 +13,8 @@
|
|||||||
#define _HYPER_H_
|
#define _HYPER_H_
|
||||||
|
|
||||||
// version numbers
|
// version numbers
|
||||||
#define VER "12.0c"
|
#define VER "12.0d"
|
||||||
#define VERNUM_HEX 0xA903
|
#define VERNUM_HEX 0xA904
|
||||||
|
|
||||||
#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="12030" android:versionName="12.0c"
|
android:versionCode="12040" android:versionName="12.0d"
|
||||||
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