File tree Expand file tree Collapse file tree 9 files changed +22
-7
lines changed
Mac/Ambermoon.net.app/Contents Expand file tree Collapse file tree 9 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public class GameVersion
4444 public bool ExternalData ;
4545 public Func < IGameData > DataProvider ;
4646
47- internal const string RemakeReleaseDate = "17 -08-2025" ;
47+ internal const string RemakeReleaseDate = "19 -08-2025" ;
4848 }
4949
5050 public static class GameLanguageExtensions
Original file line number Diff line number Diff line change 66 <LangVersion >12</LangVersion >
77 <RootNamespace >Ambermoon</RootNamespace >
88 <RuntimeIdentifiers >win-x86;win-x64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers >
9- <Version >1.10.10 </Version >
9+ <Version >1.11.0 </Version >
1010 <Copyright >Copyright (C) 2020-2025 by Robert Schneckenhaus</Copyright >
1111 <Company >Robert Schneckenhaus</Company >
1212 <Authors >Robert Schneckenhaus</Authors >
Original file line number Diff line number Diff line change 99 <key >CFBundleName </key >
1010 <string >Ambermoon.net </string >
1111 <key >CFBundleVersion </key >
12- <string >1.10.10 </string >
12+ <string >1.11.0 </string >
1313 <key >CFBundleIconFile </key >
1414 <string >Ambermoon.icns </string >
1515 <key >CFBundleIdentifier </key >
Original file line number Diff line number Diff line change 88 <ImplicitUsings >enable</ImplicitUsings >
99 <ApplicationId >com.pyrdacor.AmbermoonAndroid</ApplicationId >
1010 <ApplicationVersion >1</ApplicationVersion >
11- <ApplicationDisplayVersion >1.10.10 </ApplicationDisplayVersion >
11+ <ApplicationDisplayVersion >1.11.0 </ApplicationDisplayVersion >
1212 <Configurations >Debug;Release</Configurations >
1313 <GenerateResourceUsePreserializedResources >false</GenerateResourceUsePreserializedResources >
1414 <SignAssembly >False</SignAssembly >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : installLocation =" auto" package =" com.pyrdacor.AmbermoonAndroid" android : versionCode =" 16" android : versionName =" 1.10.10 " >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : installLocation =" auto" package =" com.pyrdacor.AmbermoonAndroid" android : versionCode =" 16" android : versionName =" 1.11.0 " >
33 <uses-feature android : glEsVersion =" 0x00030000" android : required =" true" />
44 <uses-configuration android : reqTouchScreen =" finger" />
55 <application android : allowBackup =" true" android : icon =" @mipmap/ic_launcher" android : label =" @string/app_name" android : supportsRtl =" true" >
Original file line number Diff line number Diff line change 77 <ImplicitUsings >enable</ImplicitUsings >
88 <Nullable >enable</Nullable >
99 <PublishTrimmed >true</PublishTrimmed >
10- <Version >1.10.10 </Version >
10+ <Version >1.11.0 </Version >
1111 <Configurations >Debug;Release;DebugES;ReleaseES</Configurations >
1212 <ApplicationManifest >app.manifest</ApplicationManifest >
1313 <!-- <PublishAot>true</PublishAot>-->
Original file line number Diff line number Diff line change 1+ Version 1.11
2+ ============
3+
4+ - Improved fullscreen handling (now uses a window the size of the fullscreen resolution)
5+ - Fixed cursor hotspots (was off by 1 pixel in x and y direction)
6+ - Fixed a crash when accessing the last option page (introduced in 1.10.10)
7+ - Fixed wrong 2D view when teleporting to world map from a normal 2D map (mostly with cheats)
8+ - Fixed centering of advanced logo if changing between resolutions or fullscreen
9+ - Added option to turn off advanced logo
10+
11+
112Version 1.10
213============
314
Original file line number Diff line number Diff line change 77
88
99 ------------------------------------------------------------------
10- | Ambermoon rewrite by Pyrdacor - Version 1.10.10 - August 2025 |
10+ | Ambermoon rewrite by Pyrdacor - Version 1.11.0 - August 2025 |
1111 ------------------------------------------------------------------
1212
1313
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.11.0 - Eleventh patch (August 2025)
4+
5+ - Version [ 1.11.0] ( https://github.com/Pyrdacor/Ambermoon.net/releases/tag/v1.11.0 ) : Improved fullscreen handling, bugfixes
6+
37## 1.10.0 - Tenth patch (July 2024 - August 2025)
48
59- Version [ 1.10.10] ( https://github.com/Pyrdacor/Ambermoon.net/releases/tag/v1.10.10 ) : Loading bar and savegame crash fix
You can’t perform that action at this time.
0 commit comments