Commit Graph

370 Commits

Author SHA1 Message Date
5607c66766 - Some super obvious, maybe redundant, localization tags to cement search results. 2019-03-03 18:52:49 +00:00
92a491f555 - Beautifying all RS+ configs for 2-space indentation. 2019-03-03 16:53:04 +00:00
ab9b6b0ad8 - Beautifying all configs for 2-space indentation. 2019-03-03 13:42:20 +00:00
3aa243f9f9 Merge pull request #484 from PorktoberRevolution/MoreMk2Normals
More Mk2 normals
2019-03-02 11:26:39 -08:00
bd5ce0ebd5 Updage changelog for mk2 normal maps 2019-03-02 11:26:26 -08:00
596ea1ce62 More Mk2 normal maps
* Improve Mk2 fuselage short
* Add Mk2 fuselage long and adapters
* Start of cargo bay normal map, not done yet so not in distribution
2019-03-02 11:22:21 -08:00
70a2b9c773 Merge pull request #483 from Poodmund/master
Localization/Variant fixes, MH part hide patch fix, MH RCS Mini config fix
2019-03-02 11:09:47 -08:00
1921820041 - Move 1.875m fairings to use the 2.5m textures
- Revert 1.875m fairing RS+ name change
2019-03-02 17:14:45 +00:00
8b21e98136 - Cleaned up some localization tags and variant ordering/naming
- Fixed MH Part hiding patch
- Fixed MH RSC Mini Tank part name in config
2019-03-02 16:29:19 +00:00
ad98e85d1a Merge branch 'master' of git@github.com:PorktoberRevolution/ReStocked.git 2019-03-02 00:49:19 -08:00
147e4dc085 Last tweak 2019-03-02 00:04:08 -08:00
6c9c98bdcb Merge branch 'master' into solar-tests 2019-03-01 23:58:00 -08:00
512f2adb29 Decoupler fixes 2019-03-01 23:57:42 -08:00
edc42d3360 Fix transform finder
* It was using node.name rather than node.value
* Wasn't actually adding the renderers it found to the result
2019-03-01 23:52:18 -08:00
7f89cb336e Some small texture fixes 2019-03-01 22:59:04 -08:00
d0ce6e43ea Merge branch 'master' into solar-tests 2019-03-01 22:22:51 -08:00
f37f5e05c6 Texture cleanup 2019-03-01 22:22:38 -08:00
eb4a4e621c Add MH patching 2019-03-01 11:43:09 -08:00
7a05a69714 fix typo 2019-03-01 10:43:36 -08:00
474eb90b8f Merge branch 'mh-replacement-patches' 2019-03-01 09:20:39 -08:00
84ba220c5f Add more parts to changelog 2019-03-01 09:19:14 -08:00
4b60e0c1e3 Automated compression 2019-03-01 09:13:31 -08:00
308bb8ecb2 Use plugin updates 2019-03-01 07:35:14 -08:00
98319ba35b Merge branch 'master' into solar-tests 2019-03-01 07:24:29 -08:00
bb8ef0ac8a Minor texture fixes 2019-03-01 07:20:10 -08:00
2a8287491b Blacklist complains if url pattern does not match any files
Easier to debug stuff
2019-03-01 01:03:45 -08:00
91ec3c8341 Extract common code between blacklist and whitelist 2019-03-01 01:00:49 -08:00
bbc29c201f Make constants all capitals 2019-03-01 00:53:33 -08:00
8d2f5395b8 Update blacklist
* Add stuff that was missing
* Fix some directories not ending with a /
2019-03-01 00:48:42 -08:00
9cea65e89b Fix blacklist breaking MH decouplers/separators
The models are in the normal Squad/ directory because they share textures.  So we can't blacklist the whole directory
2019-03-01 00:48:09 -08:00
17ec6782e4 Update csproj since I forgot apparently 2019-03-01 00:22:23 -08:00
eac19e8c1d Merge pull request #477 from PorktoberRevolution/unifyMaterialModifiers
Make material modifiers more useful
2019-03-01 00:12:17 -08:00
ddb79541f5 Material modifers can be scoped by transform
Each MATERIAL node can take transform or baseTransform values which look for renderers on that transform or that transform and children respectively.  If none are specified it will use every renderer in the model.
2019-02-28 23:54:33 -08:00
88a2ec341d Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked 2019-02-28 23:16:49 -08:00
20d1173d86 Fix errors when migrating saves to Restock
-  the game keeps track of the orientation of the antenna pivot object in the save. This makes sense for solar panels, or antennas if they tracked, but some deployed antennas ended up pointed random directions and looking weird when migrating an existing save
- This commit rotates the root segment of the communotron 16 to match the stock orientation, and adds dummy pivot transforms matching the stock deployed pivot transforms so nothing changes when the game rotates them on load.
2019-02-28 23:14:07 -08:00
8d8795c57d Unify material modifiers
Allows float and color properties to be set on actual parts now, not just
fairings
2019-02-28 22:41:44 -08:00
a5944d8193 Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked 2019-02-28 16:34:44 -08:00
0b70659c8b Reaction wheels added 2019-02-28 16:34:33 -08:00
33fcf5442e Merge branch 'science' 2019-02-28 13:01:17 -08:00
d8742a0256 Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked 2019-02-28 07:17:38 -08:00
c1dbaf40a1 Fairing normal map fixes 2019-02-28 07:17:30 -08:00
20b6b8d43d Update Restock.restockblacklist
Blacklist entire Science folder since all parts in it have been completed 🎉
2019-02-27 23:43:49 -08:00
d8d2ccc9a4 Add config for Experimental Storage Unit 2019-02-27 23:41:20 -08:00
5458cde94b Add Experiment Storage Unit 2019-02-27 23:30:47 -08:00
3a29edf132 Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked 2019-02-27 15:27:04 -08:00
6d189c9b6a Attribution, license fixes 2019-02-27 15:26:58 -08:00
e227816d1b hotfixes 2019-02-27 14:54:54 -08:00
648a0467fb Update blacklist 2019-02-27 13:02:22 -08:00
91ff1d659f Minor fixes 2019-02-27 12:14:49 -08:00
a1b78e70e9 Licensing and attribution fixes 2019-02-27 11:22:00 -08:00