Commit Graph

394 Commits

Author SHA1 Message Date
804a1a9fa6 Bump versioning 2024-05-27 20:33:02 +01:00
d0aabec3d4 Temporary fix for Saturn Engine Adapter for Restock+ part
Forgot to also update the RS+ config, doh!
2024-05-25 21:37:33 +01:00
9416fe1e94 Remove redundant patch
As the part volumes are explicitly stated in each part config, patch no longer needed.
2024-05-20 21:47:12 +01:00
6d573ff53e Add/Amend RS+ part volumes on small enough parts 2024-05-20 21:45:34 +01:00
77106d0a22 Fixed attachment node sizes on some RS+ 1.875m parts. 2023-06-28 22:10:56 +01:00
7eca4f80a7 Update Version files for 1.4.4 2022-12-14 20:27:52 +00:00
016454d64c Fix typo with 1.25m RS+ Engine Plate variant mass. 2022-11-13 20:19:45 +00:00
26bd8939b0 Resolve mass issues for RS and RS+ 1.25m, 2.5m, 3.75m & 5m Engine Plates 2022-11-12 20:36:13 +00:00
0beafe34ae Fixed top nodes for Mastodon/Galleon 3.75m Boattail variants. 2022-09-20 09:54:04 +01:00
3a04bbc586 Fix cfg syntax errors (#988)
Thanks @HebaruSan 👍
2022-03-29 17:34:57 +01:00
154a0a25c5 Introduce RS+ patch to correct CoM on MH SP-R Triangle Structural Panels 2022-03-26 15:56:28 +00:00
009fceb03f Renaming instances of new 1.25m Engine Plate from restock-engineplate-125-1-MH to restock-engineplate-125-2 2022-02-21 20:59:24 +00:00
66f3d8c9fb Deprecated previous 1.25m Engine Plate and added new 1.25m Engine Plate for craft file compatibility 2022-02-21 10:27:08 +00:00
07d5a72788 Merge pull request #984 from coldrifting/master
Properly replace new MH 1.25m engine plate art assets
2022-02-17 19:52:57 -08:00
f00d5b4a71 Merge pull request #982 from kzm4269/master
Add Japanese localization
2022-02-16 14:42:29 +00:00
4f8eaf639e Fix things 2022-02-14 21:07:07 -08:00
858b34400a Properly replace new MH 1.25m engine plate art assets 2022-01-10 23:03:45 -07:00
4c15ae60af Translated the titles and descriptions that can be found in the game into Japanese 2021-12-27 20:48:49 +09:00
857767e76a Copy en-us.cfg to ja.cfg 2021-12-27 20:43:13 +09:00
22bf0e7055 Update restock-oscar-b-volume-fix.cfg 2021-08-13 14:06:12 +03:00
740a6e3e41 Update for 1.12.2 engines 2021-08-11 12:46:54 -07:00
d0aac2601e Fix #961 2021-07-20 11:58:12 -07:00
a67468a004 First wave of 1.12 docking ports
- Contains 0.625, 1.25, 1.25 shielded, 2.5, 3.75m versions
2021-07-01 15:16:14 -07:00
7b2e0a277b i hate my life (#953) 2021-06-17 23:10:58 -07:00
d216c71d1a Additional fixes 2021-06-16 21:00:25 -07:00
aec1d07b35 1.3.2fixes 2021-02-26 09:46:28 -08:00
5f1c731a48 Copy KSP 1.11.1 Vanilla drag cubes over. 2021-02-13 16:45:17 +00:00
e5ecbbf470 Update RCS for 1.11.1, update lights 2021-01-28 23:13:36 -08:00
be632e1a51 RCS power fix 2021-01-26 22:42:59 -08:00
0835a41cca Convert all textures that don't have alpha to DXT1 2021-01-25 19:06:33 -08:00
c15aacd364 Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked 2021-01-23 19:00:50 -08:00
2cceb95dac Fix for small linear RCS 2021-01-23 15:30:54 -08:00
c9c13ea232 French loc for 1.3 2021-01-22 21:33:25 +01:00
31ccee2cc7 Add cargo module to some RS+ parts 2021-01-19 15:41:43 -08:00
df13a68250 Tabs to spaces 2021-01-19 15:10:31 -08:00
e6389c80b3 Introduce procedural drag cubes for engine plates in ModulePartVariants 2021-01-19 22:24:50 +00:00
9d0bd91afe Fixing light and RCS bugs 2021-01-19 11:37:32 -08:00
7fcb091c5f Update claws with new lamp art and modules 2021-01-15 17:36:14 -08:00
79ed44752f Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked 2021-01-14 07:04:37 -08:00
8eaebb1fb6 Fix light issues 2021-01-14 06:53:08 -08:00
5853781461 Merge branch '1-11-updates' 2021-01-13 13:53:22 -08:00
bbea67abc8 Add RCS fixes 2021-01-13 11:48:03 -08:00
5fe625b775 Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked
# Conflicts:
#	Distribution/Restock/changelog.txt
#	Distribution/RestockPlus/changelog.txt
2021-01-06 22:21:54 -08:00
135a775aab 1.11 Light updates 2021-01-06 22:11:53 -08:00
b713d3c88e Fix typo. 2021-01-03 07:56:38 -08:00
19762f5cf4 Fix entry cost 2020-12-25 01:48:46 -08:00
c8b46f394b Add rotated HG-20 2020-12-25 01:45:06 -08:00
a020ae92db Set entryCost to zero on TechHidden parts
A TechHidden part's entryCost isn't included in the price shown on the
tech node's "purchase all parts" button, but clicking the button
actually charges the player for hidden parts nonetheless.  This is a bug
in the game, but it has a simple workaround: set entryCost to zero on
parts that have the TechHidden flag.  (Squad's deprecated parts do this
too.)
2020-11-15 15:59:51 -05:00
e1d3780d91 Fix attachment rules 2020-09-21 19:11:49 -07:00
fcd24b7c5c Merge remote-tracking branch 'origin/master' into develop 2020-09-21 18:51:29 -07:00