mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	10.4s
This commit is contained in:
		| @@ -2647,3 +2647,10 @@ Bugfixes: | |||||||
| * fixed a bug which crashed spherical Archimedean tilings on Windows | * fixed a bug which crashed spherical Archimedean tilings on Windows | ||||||
| * more statistics on Archimedean tilings | * more statistics on Archimedean tilings | ||||||
| * fixed the Land of Power in some geometries | * fixed the Land of Power in some geometries | ||||||
|  |  | ||||||
|  | 2018.08.24 23:53 Update 10.4s | ||||||
|  |  | ||||||
|  | * previous page button | ||||||
|  | * another 3666 variant | ||||||
|  | * pressing Backspace while the Archimedean symbol is already deleted does nothing instead of leaving the menu | ||||||
|  | * Hypersian Rug mode works with Archimedean tilings | ||||||
|   | |||||||
							
								
								
									
										6
									
								
								hyper.h
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								hyper.h
									
									
									
									
									
								
							| @@ -2,9 +2,9 @@ | |||||||
| // It is quite chaotic. | // It is quite chaotic. | ||||||
|  |  | ||||||
| // version numbers | // version numbers | ||||||
| #define VER "10.4r" | #define VER "10.4s" | ||||||
| #define VERNUM 10418 | #define VERNUM 10419 | ||||||
| #define VERNUM_HEX 0xA0C2 | #define VERNUM_HEX 0xA0C3 | ||||||
|  |  | ||||||
| #include <stdarg.h> | #include <stdarg.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="10042" android:versionName="10.4b" |       android:versionCode="10419" android:versionName="10.4s" | ||||||
|       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" /> --> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue