Commit Graph

6 Commits

Author SHA1 Message Date
6cd78839ae
Update ModuleRestockHeatEffects to fix instantiation issues
Untested (will test when I get home)
2019-12-03 12:41:33 -08:00
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
2019-11-04 16:55:36 -08:00
516e0829a5
Use for loops instead of foreach loops to minimize GC 2019-08-31 11:28:37 -07:00
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
2019-08-30 21:02:20 -07:00
5e48743a92
Documentation pass 2019-08-16 21:26:01 -07:00
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
2019-08-16 21:20:14 -07:00