Skip to content

Commit

Permalink
This is v1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrdacor committed Jun 14, 2022
1 parent 2eeb42d commit 01a49eb
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Ambermoon.Audio.OpenAL/Ambermoon.Audio.OpenAL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>10.6.6</Version>
<Version>10.6.7</Version>
<Authors>Robert Schneckenhaus</Authors>
<Description>OpenAL audio interface implementation for Ambermoon</Description>
<RepositoryUrl>https://github.com/Pyrdacor/Ambermoon.net</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion Ambermoon.Common/Ambermoon.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RepositoryType>Github</RepositoryType>
<Description>Library that contains basic stuff for other Ambermoon libraries.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>10.6.6</Version>
<Version>10.6.7</Version>
<PackageProjectUrl>https://github.com/Pyrdacor/Ambermoon.net</PackageProjectUrl>
<PackageTags>Ambermoon</PackageTags>
<Configurations>Debug;Release;DebugAndroid</Configurations>
Expand Down
2 changes: 1 addition & 1 deletion Ambermoon.Core/Ambermoon.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>8</LangVersion>
<RootNamespace>Ambermoon</RootNamespace>
<UserSecretsId>5ff861f6-0255-427a-978a-7a8030ee8731</UserSecretsId>
<Version>10.6.6</Version>
<Version>10.6.7</Version>
<Authors>Robert Schneckenhaus</Authors>
<PackageProjectUrl>https://github.com/Pyrdacor/Ambermoon.net</PackageProjectUrl>
<RepositoryUrl>https://github.com/Pyrdacor/Ambermoon.net</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion Ambermoon.Data.Common/Ambermoon.Data.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryType>Github</RepositoryType>
<PackageTags>Ambermoon Amiga</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>10.6.14</Version>
<Version>10.6.15</Version>
<Configurations>Debug;Release;DebugAndroid</Configurations>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryType>Github</RepositoryType>
<PackageTags>Ambermoon</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>10.6.6</Version>
<Version>10.6.7</Version>
<UserSecretsId>485e4790-32fd-45f1-b729-c5ca93ba0fad</UserSecretsId>
<Configurations>Debug;Release;DebugAndroid</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Ambermoon.Data.Legacy/Ambermoon.Data.Legacy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryType>Github</RepositoryType>
<PackageTags>Ambermoon Legacy Amiga Game Data</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>10.6.17</Version>
<Version>10.6.18</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Configurations>Debug;Release;DebugAndroid</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Ambermoon.Renderer.OpenGL/Ambermoon.Renderer.OpenGL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>10.6.6</Version>
<Version>10.6.7</Version>
<Authors>Robert Schneckenhaus</Authors>
<Description>OpenGL render interface implementation for Ambermoon</Description>
<PackageProjectUrl>https://github.com/Pyrdacor/Ambermoon.net</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Ambermoon.net/Ambermoon.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Ambermoon</RootNamespace>
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
<Version>1.6.6</Version>
<Version>1.6.7</Version>
<Copyright>Copyright (C) 2020-2021 by Robert Schneckenhaus</Copyright>
<Company>Robert Schneckenhaus</Company>
<Authors>Robert Schneckenhaus</Authors>
Expand Down
14 changes: 6 additions & 8 deletions Package/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
Version 1.7
===========

- Fixed an issue where the "wanna fight" popup occurs after teleporting
- Monsters will now advance if there are more than 1 players and the 4th row is empty
- Fixed some conversation event chains that ended with texts or rewards


Version 1.6
===========

Expand All @@ -17,6 +9,7 @@ Features
- Added shortcuts to toggle music (Ctrl+M) and change volume (Ctrl+Comma or Ctrl+Period)
- Music is now streamed and there is no music cache needed anymore
- External music is now also recognized if the filename only starts with the song number
- The window position and active monitor are now memorized in the config


Fixes
Expand All @@ -39,6 +32,11 @@ Fixes
- After game over and loading a new game the music is no longer started twice
- Fixed a game freeze when some spells were casted
- Fixed broken input after right-clicking some messages in places like the blacksmith
- Fixed an issue where the "wanna fight" popup occurs after teleporting
- Monsters will now advance if there are more than 1 players and the 4th row is empty
- Fixed some conversation event chains that ended with texts or rewards
- Fixed an issue when loading a game on the world map. Sometimes the wrong tile was used as the player tile so that swimming was active on normal tiles, etc.
- Improved map event triggering so that some events are not only triggered once (e.g. the oasis heal effect)
- Some minor fixes


Expand Down
2 changes: 1 addition & 1 deletion Package/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


------------------------------------------------------------------
| Ambermoon rewrite by Pyrdacor - Version 1.6.6 - June 2022 |
| Ambermoon rewrite by Pyrdacor - Version 1.6.7 - June 2022 |
------------------------------------------------------------------


Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
configuration: Release
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
configuration: Release
- APPVEYOR_BUILD_WORKER_IMAGE: macOS
- APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
configuration: Release

platform: Any CPU
Expand Down
1 change: 1 addition & 0 deletions publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if ($isWindows) {
cp -r ./Package/* ./bundle/Ambermoon.net/Ambermoon.net.app/Contents/MacOS/
7z a Ambermoon.net-Mac.zip ./bundle/Ambermoon.net/ -mx9
Start-Process -FilePath "./Ambermoon.ConcatFiles/bin/Any CPU/Release/netcoreapp3.1/osx-x64/publish/Ambermoon.ConcatFiles" -Wait -WorkingDirectory . -ArgumentList '"./versions.dat"','"./Ambermoon.net/bin/Any CPU/Release/net6.0/osx-arm64/publish/Ambermoon.net"'
rm ./bundle/Ambermoon.net/Ambermoon.net.app/Contents/MacOS/Ambermoon.net
cp "./Ambermoon.net/bin/Any CPU/Release/net6.0/osx-arm64/publish/Ambermoon.net" ./bundle/Ambermoon.net/Ambermoon.net.app/Contents/MacOS/
7z a Ambermoon.net-Mac-ARM.zip ./bundle/Ambermoon.net/ -mx9
}

0 comments on commit 01a49eb

Please sign in to comment.