Commit Graph

7 Commits (master)

Author SHA1 Message Date
Andrew Cassidy 8467b4fcae
Fix NREs in ISRU code
* check if renderer list is null on HeatEffects plugin before lateupdate
* correctly use reversed deploy animation for retracting ISRUs when retract animation is not present
5 years ago
Andrew Cassidy 516e0829a5
Use for loops instead of foreach loops to minimize GC 5 years ago
Andrew Cassidy f5b81532bb
Finish overhauling animation module to support waiting states
• ISRU Animation module now will optionally wait for the current looping animation to complete before changing states, making transitions look more seamless
• Better looping animation handling, instead of manually refreshing animations
• Better documentation
• Remove some debug code in HeatEffects
5 years ago
Andrew Cassidy cf585360cb
overhaul ModuleRestockISRUAnimation to support more animation states
Getting closer to making this a drop-in replacement for ModuleAnimationGroup in all cases!
5 years ago
Andrew Cassidy 5e48743a92
Documentation pass 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