From 31d59b554583b27c00749bf5fd8ddb81823a77f6 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sun, 12 Jan 2020 15:05:48 -0800 Subject: [PATCH 1/5] Fix wheel collider layer on LT-1 and LT-2 legs addresses time warp bug #780 --- .../ReStock/Assets/Ground/restock-leg-2.mu | Bin 149696 -> 149696 bytes .../ReStock/Assets/Ground/restock-leg-3.mu | Bin 175852 -> 175852 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-2.mu b/Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-2.mu index c32576c0b7d81ef1411c4c1947c066333f2d7fc9..b4b59c4ed8d0278660ce5ef95f2a9f1692b7fda2 100644 GIT binary patch delta 29 kcmX>wk@LVr&W0AoElgJKjMCGs-I)$DpFQI<{XdWa0Hs|EaR2}S delta 29 kcmX>wk@LVr&W0AoElgJKj11GQ-I)$DYsU0X{|{sU0G%odg#Z8m diff --git a/Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-3.mu b/Distribution/Restock/GameData/ReStock/Assets/Ground/restock-leg-3.mu index 47439d4a438f6b87f6cb8c0d6b42909296f186c5..cf63a5a1c14f8abee883094fd951d9aed8eefd65 100644 GIT binary patch delta 30 mcmaEJm+Q@4t_eEK3=AI{^;`8Bx9T$)uVs|pp1hW+lMw*FW(x2C delta 30 mcmaEJm+Q@4t_eEK_x;~C>bL4MZq;WpUdza^J$WrtCnEsX=L`S< From 24ab15ebe973b0535114c32315d686a2762f2281 Mon Sep 17 00:00:00 2001 From: ChrisAdderley Date: Sun, 12 Jan 2020 15:11:35 -0800 Subject: [PATCH 2/5] Changelog bump --- Distribution/Restock/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Distribution/Restock/changelog.txt b/Distribution/Restock/changelog.txt index e8d37ab6..f81e6cf5 100644 --- a/Distribution/Restock/changelog.txt +++ b/Distribution/Restock/changelog.txt @@ -2,6 +2,7 @@ v1.0.3 ----- - Updated ModuleManager distribution to 4.1.3 - Fixed Flea, Hammer, Kickback and Thumper colliders (#779) +- Fixed certain landing legs causing teleports after timewarp (#780) v1.0.2 ----- From c470537152dcc6574ba411138f14d0e3ff1951a8 Mon Sep 17 00:00:00 2001 From: Poodmund Date: Tue, 14 Jan 2020 00:00:49 +0000 Subject: [PATCH 3/5] Change lights' rotation animation to rotate towards default placed position i.e. opposite to previous behaviour. --- .../Patches/Utility/restock-light-angles.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Utility/restock-light-angles.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Utility/restock-light-angles.cfg index 2170854e..3d59632b 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Utility/restock-light-angles.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Utility/restock-light-angles.cfg @@ -11,9 +11,9 @@ endEventGUIName = #LOC_RestockPlus_light_rotate_off actionGUIName = #LOC_RestockPlus_light_rotate_toggle allowDeployLimit = true - revClampDirection = false - revClampSpeed = true - revClampPercent = true + revClampDirection = true + revClampSpeed = false + revClampPercent = false } } @@ -28,8 +28,8 @@ endEventGUIName = #LOC_RestockPlus_light_rotate_off actionGUIName = #LOC_RestockPlus_light_rotate_toggle allowDeployLimit = true - revClampDirection = false - revClampSpeed = true - revClampPercent = true + revClampDirection = true + revClampSpeed = false + revClampPercent = false } } From c89d8336dd16ed35c0203ecc78ebcca9e1457e3f Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Thu, 16 Jan 2020 23:42:53 -0800 Subject: [PATCH 4/5] Add issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..997b2d00 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: A problem with the appearance or usability of a Restock part +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**List of mods installed:** + - Restock + +**Logs** +Attach logs if you think they are relevant. The log file is named "KSP.log" and is found in the same folder as your KSP executable From 692bc0d5509b456e6d7ab189c0a1d8017e36a3ec Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Thu, 16 Jan 2020 23:44:30 -0800 Subject: [PATCH 5/5] Update bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 997b2d00..9031a8f2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -8,7 +8,7 @@ assignees: '' --- **Describe the bug** -A clear and concise description of what the bug is. +A clear and concise description of what the bug is. Make sure you read the [list of common issues](https://github.com/PorktoberRevolution/ReStocked/issues/581) first! **Screenshots** If applicable, add screenshots to help explain your problem.