Skip to content

Commit

Permalink
Thanks to github user @archiecarrot123 for this:
Browse files Browse the repository at this point in the history
  On Linux, changes the libSDL2 version to a generic version (fixes compatibility with different versions of libSDL2)
 Updated KSP versions in the version file, and URL for mod reference
  • Loading branch information
linuxgurugamer committed Aug 22, 2024
1 parent 6a8fba9 commit a477516
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ ksp/
ksp2/
.vs
*~
*.dll
*.pdb
4 changes: 2 additions & 2 deletions AFBW/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

using System.Reflection;

[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]
[assembly: AssemblyVersion("1.8.4.2")]
[assembly: AssemblyFileVersion("1.8.4.2")]
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
ChangeLog

1.8.4.2
Thanks to github user @archiecarrot123 for this:
On Linux, changes the libSDL2 version to a generic version (fixes compatibility with different versions of libSDL2)
Updated KSP versions in the version file, and URL for mod reference

1.8.4.1
Fixed issue where buttons to change throttle weren't working unless there was at least one axis defined

Expand Down
Binary file modified GameData/ksp-advanced-flybywire/Plugins/AdvancedFlyByWire.dll
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"NAME": "AdvancedFlyByWire",
"URL": "http://ksp.spacetux.net/avc/ksp-advanced-flybywire",
"URL": "https://raw.githubusercontent.com/linuxgurugamer/ksp-advanced-flybywire/master/ksp-advanced-flybywire.version",
"DOWNLOAD": "https://github.com/linuxgurugamer/ksp-advanced-flybywire/releases",
"GITHUB": {
"USERNAME": "linuxgurugamer",
Expand All @@ -10,7 +10,7 @@
"MAJOR": 1,
"MINOR": 8,
"PATCH": 4,
"BUILD": 0
"BUILD": 2
},
"KSP_VERSION": {
"MAJOR": 1,
Expand All @@ -21,5 +21,10 @@
"MAJOR": 1,
"MINOR": 12,
"PATCH": 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 99
}
}
9 changes: 7 additions & 2 deletions ksp-advanced-flybywire.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"NAME": "AdvancedFlyByWire",
"URL": "http://ksp.spacetux.net/avc/ksp-advanced-flybywire",
"URL": "https://raw.githubusercontent.com/linuxgurugamer/ksp-advanced-flybywire/master/ksp-advanced-flybywire.version",
"DOWNLOAD": "https://github.com/linuxgurugamer/ksp-advanced-flybywire/releases",
"GITHUB": {
"USERNAME": "linuxgurugamer",
Expand All @@ -10,7 +10,7 @@
"MAJOR": 1,
"MINOR": 8,
"PATCH": 4,
"BUILD": 1
"BUILD": 2
},
"KSP_VERSION": {
"MAJOR": 1,
Expand All @@ -21,5 +21,10 @@
"MAJOR": 1,
"MINOR": 12,
"PATCH": 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 99
}
}

0 comments on commit a477516

Please sign in to comment.