diff --git a/Changelog.txt b/Changelog.txt index 0f32642..867651c 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,9 @@ +ChangeLog + +0.1.6 + Converted TGA files to DDS + Updated for KSP 1.8 + 0.1.5.2 Updated install directory in Jenkins file diff --git a/GameData/SHED/PicoPort/Assets/PicoPortAll_NRM.dds b/GameData/SHED/PicoPort/Assets/PicoPortAll_NRM.dds new file mode 100644 index 0000000..05d05fd Binary files /dev/null and b/GameData/SHED/PicoPort/Assets/PicoPortAll_NRM.dds differ diff --git a/GameData/SHED/PicoPort/Assets/PicoPortAll_NRM.tga b/GameData/SHED/PicoPort/Assets/PicoPortAll_NRM.tga deleted file mode 100644 index 5610a9c..0000000 Binary files a/GameData/SHED/PicoPort/Assets/PicoPortAll_NRM.tga and /dev/null differ diff --git a/GameData/SHED/PicoPort/Assets/PicoPortMulti.dds b/GameData/SHED/PicoPort/Assets/PicoPortMulti.dds new file mode 100644 index 0000000..aca4370 Binary files /dev/null and b/GameData/SHED/PicoPort/Assets/PicoPortMulti.dds differ diff --git a/GameData/SHED/PicoPort/Assets/PicoPortMulti.tga b/GameData/SHED/PicoPort/Assets/PicoPortMulti.tga deleted file mode 100644 index 1216d00..0000000 Binary files a/GameData/SHED/PicoPort/Assets/PicoPortMulti.tga and /dev/null differ diff --git a/GameData/SHED/PicoPort/Assets/TGA.zip b/GameData/SHED/PicoPort/Assets/TGA.zip new file mode 100644 index 0000000..363226e Binary files /dev/null and b/GameData/SHED/PicoPort/Assets/TGA.zip differ diff --git a/PicoPort.version b/PicoPort.version index 89756b7..3295f11 100644 --- a/PicoPort.version +++ b/PicoPort.version @@ -1,17 +1,23 @@ -{ - "NAME": "PicoPort", - "URL": "http://ksp.spacetux.net/avc/PicoPort", - "DOWNLOAD": "https://github.com/linuxgurugamer/PicoPort/releases", - "CHANGE_LOG_URL": "https://github.com/linuxgurugamer/PicoPort/blob/master/Changelog.txt", - "VERSION": { - "MAJOR": 0, - "MINOR": 1, - "PATCH": 5, - "BUILD": 2 - }, - "KSP_VERSION_MIN": { - "MAJOR": 1, - "MINOR": 4, - "PATCH": 3 - } -} +{ + "NAME": "PicoPort", + "URL": "http://ksp.spacetux.net/avc/PicoPort", + "DOWNLOAD": "https://github.com/linuxgurugamer/PicoPort/releases", + "CHANGE_LOG_URL": "https://github.com/linuxgurugamer/PicoPort/blob/master/Changelog.txt", + "VERSION": { + "MAJOR": 0, + "MINOR": 1, + "PATCH": 6, + "BUILD": 0 + }, + "KSP_VERSION_MIN": { + "MAJOR": 1, + "MINOR": 8, + "PATCH": 0 + }, + "INSTALL_LOC_1": { + "NAME": "PicoPort", + "PATH": "", + "DIRECTORY": "SHED", + "FILE": "PicoPort.version" + } +} diff --git a/PicoPort.version.orig b/PicoPort.version.orig new file mode 100644 index 0000000..cc89132 --- /dev/null +++ b/PicoPort.version.orig @@ -0,0 +1,24 @@ +{ + "NAME": "PicoPort", + "URL": "http://ksp.spacetux.net/avc/PicoPort", + "DOWNLOAD": "https://github.com/linuxgurugamer/PicoPort/releases", + "CHANGE_LOG_URL": "https://github.com/linuxgurugamer/PicoPort/blob/master/Changelog.txt", + "VERSION": { + "MAJOR": 0, + "MINOR": 1, + "PATCH": 5, + "BUILD": 2 + }, + "KSP_VERSION_MIN": { + "MAJOR": 1, + "MINOR": 4, + "PATCH": 3 + }, + "INSTALL_LOC_1": + { + "NAME": "PicoPort", + "PATH": "", + "DIRECTORY": "SHED", + "FILE": "PicoPort.version" + } +} diff --git a/PicoPort.version.orig1 b/PicoPort.version.orig1 new file mode 100644 index 0000000..a33f82c --- /dev/null +++ b/PicoPort.version.orig1 @@ -0,0 +1,17 @@ +{ + "NAME": "PicoPort", + "URL": "http://ksp.spacetux.net/avc/PicoPort", + "DOWNLOAD": "https://github.com/linuxgurugamer/PicoPort/releases", + "CHANGE_LOG_URL": "https://github.com/linuxgurugamer/PicoPort/blob/master/Changelog.txt", + "VERSION": { + "MAJOR": 0, + "MINOR": 1, + "PATCH": 5, + "BUILD": 2 + }, + "KSP_VERSION_MIN": { + "MAJOR": 1, + "MINOR": 4, + "PATCH": 3 + } +}