Commit Graph

440 Commits (b1cc1f4e1afbec815288146812549aafb97d55da)

Author SHA1 Message Date
Andrew Cassidy 7abf42eaef Changelog and doc fixes 5 years ago
ChrisAdderley 5b8e37b8df Fix version files 5 years ago
ChrisAdderley 8404007f65 Fix version files, should target prod 5 years ago
ChrisAdderley 93969228c7 Enable GH deploy for test 5 years ago
ChrisAdderley 458b9216b1 Tweaks to some textures 5 years ago
ChrisAdderley 24a57db927 Electrical dds files 5 years ago
Chris Adderley 61e2f119fd Update restock-engine-valiant-1.mu 5 years ago
Chris Adderley b245c5ffeb Fixes 5 years ago
Chris Adderley f12aaa874d Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked 5 years ago
Chris Adderley cb7dbcbc69 Solar panel completion 5 years ago
Chris Adderley 3235a0680e Fixed panel initial version 5 years ago
ChrisAdderley 28a7cc0139 Add packaging test support 5 years ago
Andrew Cassidy ef1ebc8db8
Fix antennas launching in odd positions
- add a few frames of visual silence to the start of each deploy animation, since a stock bug causes antennas to sometimes launh not at the exact start of the deployment animation, causing odd angles
- may be related to #490
5 years ago
Chris Adderley 6df82ba0ba Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked 5 years ago
Chris Adderley 46393dd137 Gigantor fix 5 years ago
Andrew Cassidy 46db1080e6
Disable multiple drag cubes on .625m fairing
- disables multiple drag cubes on the AE_FF0 Airstream Protective Shell, closes #489
5 years ago
Andrew Cassidy 94d42a1fab
Update .625m reaction wheel and add radial gyroscope
- Update artwork for the .625m reaction wheel. closes #480
- Add radial gyroscope RS+ part. closes #481
- Add manufacturer to the stock .625m reaction wheel part, since the stock config lacks it
5 years ago
Chris Adderley 2026c036b8 Moved stuff 5 years ago
Chris Adderley f23396f88a Add more solar panels 5 years ago
Poodmund c90ad18561 - Fix autotruss issue for MH 1.875m Fairing part, issue #487 5 years ago
Poodmund 5607c66766 - Some super obvious, maybe redundant, localization tags to cement search results. 5 years ago
Poodmund 92a491f555 - Beautifying all RS+ configs for 2-space indentation. 5 years ago
Poodmund ab9b6b0ad8 - Beautifying all configs for 2-space indentation. 5 years ago
Joseph Wong 3aa243f9f9
Merge pull request #484 from PorktoberRevolution/MoreMk2Normals
More Mk2 normals
5 years ago
blowfish bd5ce0ebd5 Updage changelog for mk2 normal maps 5 years ago
blowfish 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
5 years ago
Chris Adderley 70a2b9c773
Merge pull request #483 from Poodmund/master
Localization/Variant fixes, MH part hide patch fix, MH RCS Mini config fix
5 years ago
Poodmund 1921820041 - Move 1.875m fairings to use the 2.5m textures
- Revert 1.875m fairing RS+ name change
5 years ago
Poodmund 8b21e98136 - Cleaned up some localization tags and variant ordering/naming
- Fixed MH Part hiding patch
- Fixed MH RSC Mini Tank part name in config
5 years ago
Andrew Cassidy ad98e85d1a
Merge branch 'master' of git@github.com:PorktoberRevolution/ReStocked.git 5 years ago
Chris Adderley 147e4dc085 Last tweak 5 years ago
Chris Adderley 6c9c98bdcb Merge branch 'master' into solar-tests 5 years ago
Chris Adderley 512f2adb29 Decoupler fixes 5 years ago
blowfish edc42d3360 Fix transform finder
* It was using node.name rather than node.value
* Wasn't actually adding the renderers it found to the result
5 years ago
Chris Adderley 7f89cb336e Some small texture fixes 5 years ago
Chris Adderley d0ce6e43ea Merge branch 'master' into solar-tests 5 years ago
Chris Adderley f37f5e05c6 Texture cleanup 5 years ago
ChrisAdderley eb4a4e621c Add MH patching 5 years ago
Andrew Cassidy 7a05a69714
fix typo 5 years ago
ChrisAdderley 474eb90b8f Merge branch 'mh-replacement-patches' 5 years ago
ChrisAdderley 84ba220c5f Add more parts to changelog 5 years ago
ChrisAdderley 4b60e0c1e3 Automated compression 5 years ago
Chris Adderley 308bb8ecb2 Use plugin updates 5 years ago
Chris Adderley 98319ba35b Merge branch 'master' into solar-tests 5 years ago
Chris Adderley bb8ef0ac8a Minor texture fixes 5 years ago
blowfish 2a8287491b Blacklist complains if url pattern does not match any files
Easier to debug stuff
5 years ago
blowfish 91ec3c8341 Extract common code between blacklist and whitelist 5 years ago
blowfish bbc29c201f Make constants all capitals 5 years ago
blowfish 8d2f5395b8 Update blacklist
* Add stuff that was missing
* Fix some directories not ending with a /
5 years ago
blowfish 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
5 years ago
blowfish 17ec6782e4 Update csproj since I forgot apparently 5 years ago
Joseph Wong eac19e8c1d
Merge pull request #477 from PorktoberRevolution/unifyMaterialModifiers
Make material modifiers more useful
5 years ago
blowfish 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.
5 years ago
Andrew Cassidy 88a2ec341d
Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked 5 years ago
Andrew Cassidy 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.
5 years ago
blowfish 8d8795c57d Unify material modifiers
Allows float and color properties to be set on actual parts now, not just
fairings
5 years ago
Chris Adderley a5944d8193 Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked 5 years ago
Chris Adderley 0b70659c8b Reaction wheels added 5 years ago
Andrew Cassidy 33fcf5442e
Merge branch 'science' 5 years ago
Chris Adderley d8742a0256 Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked 5 years ago
Chris Adderley c1dbaf40a1 Fairing normal map fixes 5 years ago
Andrew Cassidy 20b6b8d43d
Update Restock.restockblacklist
Blacklist entire Science folder since all parts in it have been completed 🎉
5 years ago
Andrew Cassidy d8d2ccc9a4
Add config for Experimental Storage Unit 5 years ago
Andrew Cassidy 5458cde94b
Add Experiment Storage Unit 5 years ago
ChrisAdderley 3a29edf132 Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked 5 years ago
ChrisAdderley 6d189c9b6a Attribution, license fixes 5 years ago
Chris Adderley e227816d1b hotfixes 5 years ago
ChrisAdderley 648a0467fb Update blacklist 5 years ago
Chris Adderley 91ff1d659f Minor fixes 5 years ago
ChrisAdderley a1b78e70e9 Licensing and attribution fixes 5 years ago
ChrisAdderley aa20629031 Fix dds issues 5 years ago
ChrisAdderley 2a32b2a9f7 DDS Conversion 5 years ago
Chris Adderley fdf50bd8ec Solar panel tests 5 years ago
Chris Adderley b28c0fd22c Ensure all textures are uncompressed 5 years ago
ChrisAdderley 57dc1a992b Turn stuff on and off when MH is installed 5 years ago
ChrisAdderley 0841833260 Automated recompression testing 5 years ago
Chris Adderley d7cfc57744 Fixes and decompression 5 years ago
Chris Adderley cc79bc14df Decompressing textures 5 years ago
Chris Adderley 5dcb1643e8 FIxes 5 years ago
Chris Adderley 3ce307f1b5 More fixes 5 years ago
Chris Adderley bbf6425a10 Re-fix 5 years ago
Chris Adderley 502f5160f8 Battery fixes 5 years ago
Chris Adderley 89341c5064 Fixes and additions 5 years ago
Chris Adderley 822c07c147 Add RoveMate 5 years ago
Chris Adderley c0ba9815b3 Various fixes to compression 5 years ago
Chris Adderley 7895cf0f86 Decoupler fixes 5 years ago
Chris Adderley e93b8ecec5 Stuff 5 years ago
Chris Adderley a3b8ca386f Next fixes 5 years ago
Chris Adderley a458270d1a Fixes 5 years ago
Chris Adderley bd3498e34b HECS2fix 5 years ago
Chris Adderley d1d5e72b51 Missing texture fix 5 years ago
Chris Adderley 8ca4d07fb0 Update restock-fueltank-rcs-0625-1.mu 5 years ago
Chris Adderley 17a7dc37de Merge branch 'master' of https://github.com/PorktoberRevolution/ReStocked 5 years ago
Chris Adderley 7cf278fb34 Considerable fix pack 5 years ago
Andrew Cassidy c75c741e2e
fix minor merge screwup 5 years ago
Andrew Cassidy 058559a4e6
Merge branch 'comms' 5 years ago
Andrew Cassidy 81b29fbe2a
One final tweak of foil normal maps
Im done I swear
5 years ago
Andrew Cassidy ad95a57916
More material/normal map tweaks 5 years ago
Poodmund b747a0563e
Correct Kerbodyne to Probodobodyne for Oscar-C 5 years ago
Poodmund df029a8ed6
Correct Kerbodyne to Probodobodyne for Oscar-D 5 years ago