0835a41cca
Convert all textures that don't have alpha to DXT1
2021-01-25 19:06:33 -08:00
4bf6f6bbf9
Remove travis build status
2021-01-23 21:58:37 -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
cbe7a3845c
Merge pull request #936 from vinix38/master
...
French loc for 1.3
2021-01-23 15:23:41 -08:00
c9c13ea232
French loc for 1.3
2021-01-22 21:33:25 +01:00
76fc72e6a5
Fix the deploy script
2021-01-21 11:04:51 -08:00
eaaf03fcdf
Merge pull request #932 from PorktoberRevolution/master
...
Release 1.3.0
1.3.0
2021-01-21 10:15:04 -08:00
1253bc3d3d
1.3.0 changelog update final final last push v3
2021-01-21 17:54:41 +00:00
6923c21329
Update changelog and readme files for 1.3.0 release
2021-01-21 17:50:50 +00:00
a4a5438fce
Prod only as target
2021-01-20 20:56:52 -08:00
edfc367142
GH actions
2021-01-20 20:46:25 -08:00
50e1ebc7ab
Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked
2021-01-20 06:46:32 -08:00
72d26b2233
Fixed fuel tank collider
2021-01-20 06:46:29 -08: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
6950a081c6
Fix blacklist reversion
2021-01-19 13:28:30 -08:00
f0b9a32420
Additional fixes
2021-01-19 13:27:26 -08:00
9d0bd91afe
Fixing light and RCS bugs
2021-01-19 11:37:32 -08:00
10f3147d9b
Update small solar panels to allow repair
2021-01-15 21:36:20 -08:00
af43cd8f70
Fix depth mask interaction with part repairs
2021-01-15 21:36:03 -08:00
7fcb091c5f
Update claws with new lamp art and modules
2021-01-15 17:36:14 -08:00
a0f70bd778
Fix merge error with dll and csproj
2021-01-15 16:55:19 -08:00
97b3101ed2
"New" twin boar
2021-01-14 07:18:19 -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
87b844bca7
Update localization credits
2021-01-05 16:09:32 -08:00
1683a26aee
Merge pull request #922 from Chemical-Factory/patch-1
...
Update ja.cfg
2021-01-05 16:06:50 -08:00
72c778308a
Merge pull request #924 from Fedor-St/master
...
Update ru.cfg
2021-01-05 16:06:06 -08:00
def5ce9328
Merge pull request #928 from ahmedcharles/typos
...
Fix typo.
2021-01-05 16:03:25 -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
52bc3a557a
Add rotated HG-5
2020-12-24 15:16:07 -08:00
90bd2b220f
ignore thumbnails folder
2020-12-24 15:03:42 -08:00
d6b0513351
Update ru.cfg
2020-12-07 11:58:26 +03:00
5e7c72d54c
Update ja.cfg
...
Updated by Chemical-Factory
I don’t know what Restock is, sure, I’m not user now... but I can make this sentences exchanged by machines better! I guess
Although if my changing gets worse, I hope somebody overwrite it. (Or remove change)
Q : Is “fabric” Appropriate to “Padding?”
2020-12-05 00:41:01 +09:00
7027c8e59e
Resolve a few Russian translations and update changelog.
2020-11-28 13:15:00 +00:00
40ba3c7b94
Add Japanese and Russian localization into ReStock base.
2020-11-28 12:35:30 +00:00
fd85e27e5d
Merge branch 'master' of github.com:PorktoberRevolution/ReStocked
2020-11-19 10:27:01 -08:00
73b15d7e1a
remove module
2020-11-19 10:26:41 -08:00
010efe35ab
Set entryCost to zero on TechHidden parts ( #920 )
...
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 23:55:47 +00: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
3ad88a5ad5
Fix duplicate variant name on Making History tubes
2020-10-27 20:26:46 -07:00
5d2dbeac2a
re-add submodule
2020-10-22 16:01:22 -07:00