Skip to content

Commit

Permalink
This is v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrdacor committed Nov 15, 2021
1 parent 022e62a commit 186642b
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 12 deletions.
4 changes: 2 additions & 2 deletions 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.2.2</Version>
<Version>10.3.0</Version>
<Authors>Robert Schneckenhaus</Authors>
<Description>OpenAL audio interface implementation for Ambermoon</Description>
<RepositoryUrl>https://github.com/Pyrdacor/Ambermoon.net</RepositoryUrl>
Expand All @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ambermoon.Data.Common" Version="10.2.2" />
<PackageReference Include="Ambermoon.Data.Common" Version="10.3.0" />
<PackageReference Include="Silk.NET.OpenAL" Version="2.9.0" />
<PackageReference Include="Silk.NET.OpenAL.Extensions.Soft" Version="2.9.0" />
<PackageReference Include="Silk.NET.OpenAL.Soft.Native" Version="1.21.1.1" />
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.2.1</Version>
<Version>10.3.0</Version>
<PackageProjectUrl>https://github.com/Pyrdacor/Ambermoon.net</PackageProjectUrl>
<PackageTags>Ambermoon</PackageTags>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.2</Version>
<Version>10.3.0</Version>
<Authors>Robert Schneckenhaus</Authors>
<PackageProjectUrl>https://github.com/Pyrdacor/Ambermoon.net</PackageProjectUrl>
<RepositoryUrl>https://github.com/Pyrdacor/Ambermoon.net</RepositoryUrl>
Expand All @@ -21,7 +21,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Ambermoon.Data.Common" Version="10.2.2" />
<PackageReference Include="Ambermoon.Data.Common" Version="10.3.0" />
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Ambermoon.Data.Common/Ambermoon.Data.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<RepositoryType>Github</RepositoryType>
<PackageTags>Ambermoon Amiga</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>10.2.3</Version>
<Version>10.3.0</Version>
<UserSecretsId>485e4790-32fd-45f1-b729-c5ca93ba0fad</UserSecretsId>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ambermoon.Common" Version="10.2.1" />
<PackageReference Include="Ambermoon.Common" Version="10.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Ambermoon.Renderer.OpenGL/Ambermoon.Renderer.OpenGL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>10.2.2</Version>
<Version>10.3.0</Version>
<Authors>Robert Schneckenhaus</Authors>
<Description>OpenGL render interface implementation for Ambermoon</Description>
<PackageProjectUrl>https://github.com/Pyrdacor/Ambermoon.net</PackageProjectUrl>
Expand All @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ambermoon.Data.Common" Version="10.2.2" />
<PackageReference Include="Ambermoon.Data.Common" Version="10.3.0" />
</ItemGroup>

<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions Ambermoon.net/Ambermoon.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>Ambermoon</RootNamespace>
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;linux-arm64;osx-x64</RuntimeIdentifiers>
<Version>1.2.2</Version>
<Version>1.3.0</Version>
<Copyright>Copyright (C) 2020-2021 by Robert Schneckenhaus</Copyright>
<Company>Robert Schneckenhaus</Company>
<Authors>Robert Schneckenhaus</Authors>
Expand Down Expand Up @@ -59,7 +59,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Ambermoon.Data.Legacy" Version="10.2.3" />
<PackageReference Include="Ambermoon.Data.Legacy" Version="10.3.0" />
<PackageReference Include="glfw" Version="3.3.4" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Silk.NET.GLFW" Version="2.9.0" />
Expand Down
4 changes: 3 additions & 1 deletion ToDo.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Battle

- Vanishing of wind spells looks odd in some cases
- Initial scale of dissolve victim has bad anchor behavior if in front row.
- While a monster is hurt and moved (wind spells) it shortly changes the frame index back to normal which looks off

Expand Down Expand Up @@ -29,4 +30,5 @@
- Teleport cheat can teleport to non-blocking map areas which are "outside" the map borders.
For example map 344 (Ferrin's forge) has many areas that are considered outside the house.
- Where is the text "CannotCarryAllGold" used?
- Check all unused DataNameProvider texts.
- Check all unused DataNameProvider texts.
- When leaving a map through a teleporter and there is an engaging monster, the attack might occur after the map change. This must be avoided.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.0 - Third patch (November 2021)

- Version [1.3.0] (https://github.com/Pyrdacor/Ambermoon.net/releases/tag/v1.3.0): Screenshot function, quicksaves, noclip cheat, usability and bugfixes

## 1.2.0 - Second patch (October 2021)

- Version [1.2.2] (https://github.com/Pyrdacor/Ambermoon.net/releases/tag/v1.2.2): Quick fix for 1.2.0 release
Expand Down
Binary file modified versions.dat
Binary file not shown.

0 comments on commit 186642b

Please sign in to comment.