Commit Graph

22 Commits (master)

Author SHA1 Message Date
Andrew Cassidy a0f70bd778 Fix merge error with dll and csproj 3 years ago
Chris Adderley becf643a8f Include DeployableMeshHider in compile target 4 years ago
Andrew Cassidy fd68fe9b10
Cache generated girder meshes for later use
Should help with vessels that have large numbers of launch clamps
4 years ago
Andrew Cassidy 931d891644
Convert ModuleRestockLookAtConstrain into ModuleRestockConstraints
New module is extendable and modular, allowing constraints to be run in the expected order without relying on possibly undefined behavior
4 years ago
Andrew Cassidy 073b7d2948
Roll ModuleAdvancedLookAtConstraint into ReStock 4 years ago
Andrew Cassidy bf465c5ac0
Remove another unused reference 5 years ago
Andrew Cassidy 5d3768b5bb
Remove unused reference 5 years ago
Andrew Cassidy 134fd03c55
Recompile plugin for 1.8 5 years ago
Andrew Cassidy 9ee549b29b
Merge branch 'ground' into develop 5 years ago
Andrew Cassidy 3e13dab645
Launchclamp module works but hangs unexpectedly due to it growing too large 5 years ago
Andrew Cassidy 411f85e329
Merge branch 'resource' into develop 5 years ago
Andrew Cassidy a506dc492e
Add ModuleRestockHeatEffects
• Add ModuleRestockHeatEffects, which replaces ModuleHeatEffects and incorporates its own color changing module without the bugs of the stock one, as well as having an option to disable the built in blackbody glow.
• Minor changes to ModuleRestockISRUAnimation
5 years ago
Andrew Cassidy 6871021b8a
Add ISRU and custom animation module 5 years ago
Andrew Cassidy d356834614
Merge branch 'negative-space' into develop 5 years ago
Andrew Cassidy c19379153e
Update Restock.csproj 5 years ago
Andrew Cassidy 676287618a
Update Restock.csproj 5 years ago
blowfish f26d4c20ea Verify install and warn user of issues
* Warn if Restock is installed in the wrong place (finds DLL and then goes two directories up, this should be Restock's "root" install directory)
* Warn if some old directories are sitting around from an old version of KSP, since the old part configs break stuff.
5 years ago
blowfish 17ec6782e4 Update csproj since I forgot apparently 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
blowfish 3618a724e3 Blacklist for excluding replaced files
All .restockblacklist files will be read to prevent KSP from loading these files (i.e. models and textures).  Any .restockwhitelist files will be read to prevent them from being blacklisted (e.g. if a mod actually uses the squad files).  Each line in those files should be a GameData path that follows these rules:

* If it ends with a / then all files in that directory (or sibdirectories) will be matched
* A * can match anything in a directory or file name
* Files can optionally take an extension, but it is not required to match
5 years ago
blowfish f04b586af8 Fairing material updater module 5 years ago
blowfish f53161ff3e Add plugin with material modifier
ModuleRestockMaterialModifier allows materials to be modified.  Currently only supports swapping out the shader and changing texture properties.  Changes apply to the whole part (can be changed in the future).
6 years ago