Skip to content

Commit

Permalink
This is v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrdacor committed Jul 12, 2022
1 parent 04cf37b commit 8db6088
Show file tree
Hide file tree
Showing 18 changed files with 47 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.10</Version>
<Version>10.7.0</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.12</Version>
<Version>10.7.0</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.10</Version>
<Version>10.7.0</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.21</Version>
<Version>10.7.0</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.10</Version>
<Version>10.7.0</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.24</Version>
<Version>10.7.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Configurations>Debug;Release;DebugAndroid</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Ambermoon.Data.Pyrdacor/Ambermoon.Data.Pyrdacor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Configurations>Debug;Release;DebugAndroid</Configurations>
<Version>10.6.10</Version>
<Version>10.7.0</Version>
</PropertyGroup>

<ItemGroup>
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.10</Version>
<Version>10.7.0</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.10</Version>
<Version>1.7.0</Version>
<Copyright>Copyright (C) 2020-2021 by Robert Schneckenhaus</Copyright>
<Company>Robert Schneckenhaus</Company>
<Authors>Robert Schneckenhaus</Authors>
Expand Down
2 changes: 1 addition & 1 deletion Ambermoon.net/Mac/Ambermoon.net.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleName</key>
<string>Ambermoon.net</string>
<key>CFBundleVersion</key>
<string>1.6.10</string>
<string>1.7.0</string>
<key>CFBundleIconFile</key>
<string>Ambermoon.icns</string>
<key>CFBundleIdentifier</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>10.6.10</Version>
<Version>10.7.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion AmbermoonPatcher/AmbermoonPatcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishTrimmed>true</PublishTrimmed>
<Version>10.6.10</Version>
<Version>1.7.0</Version>
</PropertyGroup>

</Project>
18 changes: 18 additions & 0 deletions Package/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Version 1.7
===========

- Fixed loading of game data from ADFs with new game format (1.14+ English, 1.13+ German)
- Status symbols are now instantly removed when a spell is cast which removes the condition
- Added the implementation for the spell Stone to Flesh
- Added healing animation for spells Heal Aging and Stop Aging
- Fixed a crash when unequipping some items in combat
- Fixed monster damage/defense display for spell "Monster Knowledge"
- Fixed a bug where the num pad and esc keys could be used during scroll texts in doors or chests
- Fixed a bug when moving with keys and using the speak function (infinite turning)
- When fleeing a fight but the last player in battle dies, the 'pick leader' popup shows now up after leaving the battle (no more occasions where no party member is selected and lead to other issues)
- Improved initial resolution to fit on the screen (especially for 16:9 monitors)
- Check resolution on each startup to fit on screen if the monitor configuration was changed
- Ensure window is visible on the monitor and the title bar is visible (on startup or leaving fullscreen)
- Integrated original version 1.16


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

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.10 - June 2022 |
| Ambermoon rewrite by Pyrdacor - Version 1.7.0 - July 2022 |
------------------------------------------------------------------


Expand Down
11 changes: 6 additions & 5 deletions build-arm64.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
mkdir publish-arm64
cp versions.dat publish-arm64
dotnet publish -c Release ./Ambermoon.net/Ambermoon.net.csproj -p:PublishSingleFile=true -r linux-arm64 --nologo --self-contained -o ./publish-arm64
dotnet publish -c Release ./Ambermoon.ConcatFiles/Ambermoon.ConcatFiles.csproj -p:PublishSingleFile=true -r linux-arm64 -o ./publish-arm64
cd publish-arm64
./Ambermoon.ConcatFiles ./versions.dat ./Ambermoon.net
copy versions.dat publish-arm64
dotnet publish -c Debug ./Ambermoon.ConcatFiles/Ambermoon.ConcatFiles.csproj -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -r linux-x64 --nologo --self-contained -o ./publish-arm64
dotnet publish -c Debug ./Ambermoon.net/Ambermoon.net.csproj -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -r linux-arm64 --nologo --self-contained -o ./publish-arm64
dotnet publish -c Debug ./AmbermoonPatcher/AmbermoonPatcher.csproj -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -r linux-arm64 --nologo --self-contained -o ./publish-arm64
cd publish-v
Ambermoon.ConcatFiles versions versions.dat patcher AmbermoonPatcher Ambermoon.net
rm ./versions.dat
rm ./Ambermoon.ConcatFiles
9 changes: 9 additions & 0 deletions build-linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
mkdir publish-linux
copy versions.dat publish-linux
dotnet publish -c Debug ./Ambermoon.ConcatFiles/Ambermoon.ConcatFiles.csproj -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -r linux-x64 --nologo --self-contained -o ./publish-linux
dotnet publish -c Debug ./Ambermoon.net/Ambermoon.net.csproj -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -r linux-x64 --nologo --self-contained -o ./publish-linux
dotnet publish -c Debug ./AmbermoonPatcher/AmbermoonPatcher.csproj -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -r linux-x64 --nologo --self-contained -o ./publish-linux
cd publish-v
Ambermoon.ConcatFiles versions versions.dat patcher AmbermoonPatcher Ambermoon.net
rm ./versions.dat
rm ./Ambermoon.ConcatFiles
1 change: 1 addition & 0 deletions build-win64.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dotnet publish -c Debug ./AmbermoonPatcher/AmbermoonPatcher.csproj -p:PublishSin
cd publish-win64
Ambermoon.ConcatFiles.exe versions versions.dat patcher AmbermoonPatcher.exe Ambermoon.net.exe
rm ./versions.dat
rm ./Ambermoon.ConcatFiles.exe
Binary file modified versions.dat
Binary file not shown.

0 comments on commit 8db6088

Please sign in to comment.