Skip to content

Commit

Permalink
This is v1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrdacor committed Sep 2, 2020
1 parent 8cc66de commit 3085fd3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Ambermoon.Core/Ambermoon.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Ambermoon.Data.Common" Version="1.0.25" />
<PackageReference Include="Ambermoon.Data.Common" Version="1.0.27" />
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
<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,11 +10,11 @@
<RepositoryType>Github</RepositoryType>
<PackageTags>Ambermoon Amiga</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.27</Version>
<Version>1.0.28</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ambermoon.Common" Version="1.0.1" />
<PackageReference Include="Ambermoon.Common" Version="1.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Ambermoon.Data.Legacy/Ambermoon.Data.Legacy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<RepositoryType>Github</RepositoryType>
<PackageTags>Ambermoon Legacy Amiga Game Data</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.43</Version>
<AssemblyVersion>1.0.43.0</AssemblyVersion>
<Version>1.0.44</Version>
<AssemblyVersion>1.0.44.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -22,7 +22,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ambermoon.Data.Common" Version="1.0.25" />
<PackageReference Include="Ambermoon.Data.Common" Version="1.0.27" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1" />
</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 @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ambermoon.Data.Common" Version="1.0.25" />
<PackageReference Include="Ambermoon.Data.Common" Version="1.0.27" />
<PackageReference Include="Silk.NET.OpenGL" Version="1.5.0" />
</ItemGroup>

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,15 +5,15 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>Ambermoon</RootNamespace>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
<Version>1.0.16</Version>
<Version>1.0.17</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ambermoon.Data.Legacy" Version="1.0.41" />
<PackageReference Include="Ambermoon.Data.Legacy" Version="1.0.43" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Silk.NET.Input" Version="1.5.0" />
<PackageReference Include="Silk.NET.Windowing" Version="1.5.0" />
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ I got some questions of how to run the game:

Version | OS
--- | ---
[1.0.17](https://github.com/Pyrdacor/Ambermoon.net/releases/download/v1.0.17/Ambermoon.net-Windows.zip) | Windows 64bit
[1.0.16](https://github.com/Pyrdacor/Ambermoon.net/releases/download/v1.0.16/Ambermoon.net-Windows.zip) | Windows 64bit
[1.0.15](https://github.com/Pyrdacor/Ambermoon.net/releases/download/v1.0.15/Ambermoon.net-Windows.zip) | Windows 64bit
[1.0.14](https://github.com/Pyrdacor/Ambermoon.net/releases/download/v1.0.14/Ambermoon.net-Windows.zip) | Windows 64bit

Older releases can be found [here](https://github.com/Pyrdacor/Ambermoon.net/releases). Other platforms will follow.

Expand Down Expand Up @@ -77,11 +77,13 @@ ESC | Leave fullscreen mode, leave other ingame windows
Num7 | Eye cursor
Num8 | Hand cursor
Num9 | Mouth cursor
1-6 | Set party member 1-6 as active
F1-F6 | Open inventory of party member 1-6


## Change log

- Version 1.0.17: Character info, names at portraits, active member logic, fade effects
- Version 1.0.16: Better window handling, disabled scrollbars and item slots, bugfixes
- Version 1.0.15: Added equipment, scrollbars, improved item dragging, many bugfixes
- Version 1.0.14: Added inventory and item drag&drop
Expand Down

0 comments on commit 3085fd3

Please sign in to comment.