Skip to content

Commit

Permalink
This is v1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrdacor committed Dec 28, 2023
1 parent 2183631 commit 5d9ebda
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Ambermoon.Core/GameVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class GameVersion
public bool ExternalData;
public Func<IGameData> DataProvider;

internal const string RemakeReleaseDate = "26-12-2023";
internal const string RemakeReleaseDate = "28-12-2023";
}

public static class GameLanguageExtensions
Expand Down
1 change: 1 addition & 0 deletions Ambermoon.Renderer.OpenGL/Billboard3DShader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ internal class Billboard3DShader : Texture3DShader
$"",
$"void main()",
$"{{",
$" {DefaultFragmentOutColorName} = vec4(0);",
$" vec2 realTexCoord = varTexCoord;",
$" if (realTexCoord.x >= textureEndCoord.x)",
$" realTexCoord.x -= floor((textureSize.x + realTexCoord.x - textureEndCoord.x) / textureSize.x) * textureSize.x;",
Expand Down
1 change: 1 addition & 0 deletions Ambermoon.Renderer.OpenGL/Texture3DShader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ internal class Texture3DShader : ColorShader
$"",
$"void main()",
$"{{",
$" {DefaultFragmentOutColorName} = vec4(0);",
$" vec2 realTexCoord = varTexCoord;",
$" if (realTexCoord.x >= textureEndCoord.x)",
$" realTexCoord.x -= floor((textureSize.x + realTexCoord.x - textureEndCoord.x) / textureSize.x) * textureSize.x;",
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>net7.0</TargetFramework>
<RootNamespace>Ambermoon</RootNamespace>
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
<Version>1.9.3</Version>
<Version>1.9.4</Version>
<Copyright>Copyright (C) 2020-2023 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.9.3</string>
<string>1.9.4</string>
<key>CFBundleIconFile</key>
<string>Ambermoon.icns</string>
<key>CFBundleIdentifier</key>
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>1.9.3</Version>
<Version>1.9.4</Version>
<Configurations>Debug;Release;DebugES;ReleaseES</Configurations>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
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.9.3 - December 2023 |
| Ambermoon rewrite by Pyrdacor - Version 1.9.4 - December 2023 |
------------------------------------------------------------------


Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 1.9.0 - Eighth patch (August - December 2023)

- Version [1.9.4](https://github.com/Pyrdacor/Ambermoon.net/releases/tag/v1.9.4): Shader quick fix
- Version [1.9.3](https://github.com/Pyrdacor/Ambermoon.net/releases/tag/v1.9.3): Distance fog, bugfixes
- Version [1.9.2](https://github.com/Pyrdacor/Ambermoon.net/releases/tag/v1.9.2): Fixed polish version, bugfixes
- Version [1.9.1](https://github.com/Pyrdacor/Ambermoon.net/releases/tag/v1.9.1): Added the polish version
Expand Down

0 comments on commit 5d9ebda

Please sign in to comment.