mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Compare commits
131 Commits
Author | SHA1 | Date | |
---|---|---|---|
5bc34f5efe | |||
7e4512e20e | |||
8ef0a516f0 | |||
ba9aa2c16a | |||
4bbd76d3b0 | |||
018846cc07 | |||
f420873e42 | |||
96b82585ec | |||
73d8ab1029 | |||
da751a74d3 | |||
120385cb8c | |||
dae75d64f9 | |||
140d6fa934 | |||
8635020c62 | |||
5114e126a7 | |||
200a4aaeb1 | |||
e62a7e450b | |||
23bd0ae0a1 | |||
060b496b0e | |||
760a777c3c | |||
bad7196a0f | |||
e631438773 | |||
bd9dfa4ee7 | |||
ae47f807cb | |||
452c42a931 | |||
7f266364f4 | |||
30b57731f8 | |||
b8f6333d4a | |||
7ba706ea2e | |||
5030a2d7d6 | |||
bb95e5b851 | |||
8a4e7716b2 | |||
9c914a1d66 | |||
166d2858db | |||
1e25b36f44 | |||
804a1a9fa6 | |||
d2744a2ef0 | |||
0cb4adf146 | |||
0cdfe6eaea | |||
45224d2f1f | |||
3ff95fa5d8 | |||
d0aabec3d4 | |||
dd2bbade5b | |||
361317cee8 | |||
6985802d06 | |||
9416fe1e94 | |||
6d573ff53e | |||
b2736e07be | |||
6d3e1d0214 | |||
4ca42161c1 | |||
1877cec291 | |||
c6cf16233e | |||
cbefb48363 | |||
9398e070f3 | |||
77106d0a22 | |||
ccc6fe705d | |||
7eca4f80a7 | |||
cef5cc9fd3 | |||
b12e0c3027 | |||
881ad98374 | |||
016454d64c | |||
26bd8939b0 | |||
0beafe34ae | |||
4c06604169 | |||
3a04bbc586 | |||
154a0a25c5 | |||
4183f2046f | |||
9f980d42f7 | |||
72996db963 | |||
b0450f0b56 | |||
009fceb03f | |||
66f3d8c9fb | |||
7e2da705a2 | |||
b4b1f83843 | |||
142d7b9f36 | |||
569c3be680 | |||
9154eeb515 | |||
07d5a72788 | |||
e1ef57f77d | |||
f00d5b4a71 | |||
4f8eaf639e | |||
901618b571 | |||
eb3f3227d9 | |||
858b34400a | |||
4c15ae60af | |||
857767e76a | |||
305416c102 | |||
22bf0e7055 | |||
1152c83f7f | |||
6ab8377c3a | |||
285d3543f9 | |||
9081283174 | |||
59fd6bcb68 | |||
740a6e3e41 | |||
abab0d1c5f | |||
e9cc0c4515 | |||
def32dae09 | |||
d0aac2601e | |||
6472cce41a | |||
c0c899614f | |||
d3124f0606 | |||
4cb40be7ef | |||
999d7440cb | |||
99415890a3 | |||
8eac8f11cb | |||
628d600adc | |||
a67468a004 | |||
bd5293c398 | |||
993892994b | |||
7b2e0a277b | |||
29f4ec73cd | |||
d216c71d1a | |||
aec1d07b35 | |||
e5dc761a3c | |||
5f1c731a48 | |||
ff044dedce | |||
64a50541e4 | |||
dcad323e15 | |||
de199d26ff | |||
3358160411 | |||
e5ecbbf470 | |||
a7beefd4f9 | |||
be632e1a51 | |||
d99ef807ff | |||
0835a41cca | |||
4bf6f6bbf9 | |||
c15aacd364 | |||
2cceb95dac | |||
cbe7a3845c | |||
c9c13ea232 | |||
76fc72e6a5 |
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -44,4 +44,6 @@ jobs:
|
||||
- name: Staging package
|
||||
run: python build-deploy/src/stage.py --f "Distribution/Restock/.mod_data.yml" # Run the staging script
|
||||
- name: Deploying Restock
|
||||
run: python build-deploy/src/deploy.py --f "Distribution/RestockPlus/.mod_data.yml" # Deploy package to spacedock, curse, github
|
||||
run: python build-deploy/src/deploy.py --f "Distribution/Restock/.mod_data.yml" # Deploy package to spacedock, curse, github
|
||||
- name: Deploying RestockPlus
|
||||
run: python build-deploy/src/deploy.py --f "Distribution/RestockPlus/.mod_data.yml" # Deploy package to spacedock, curse, github
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -13,3 +13,5 @@ Distribution/Restock/GameData/ReStock/Spaces/**/*.png
|
||||
Distribution/Restock/GameData/ReStock/Props/**/*.png
|
||||
Distribution/RestockPlus/GameData/ReStockPlus/Props/**/*.png
|
||||
Distribution/RestockPlus/GameData/ReStockPlus/Spaces/**/*.png
|
||||
Distribution/Restock/GameData/ReStock/RestockPatchDisabler.cfg
|
||||
Source/Restock/dlls
|
||||
|
@ -13,8 +13,9 @@ package:
|
||||
- RestockRigidLegs
|
||||
dependencies: # Configure dependencies
|
||||
ModuleManager:
|
||||
version: 4.1.4
|
||||
location: s3
|
||||
location: url
|
||||
url: https://ksp.sarbian.com/jenkins/job/ModuleManager/163/artifact/ModuleManager.4.2.3.dll
|
||||
zip: false
|
||||
deploy:
|
||||
SpaceDock:
|
||||
enabled: true # activate/deactivate this deployment script
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 91 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user