troelsbjerre / Bottleneck

Factorio mod that tell you which assemblers are starved of ingredients
Other
29 stars 21 forks source link

Bug fixes/refactors/Etc #15

Closed Nexela closed 7 years ago

Nexela commented 7 years ago

Code Restructure for 0 error/warns in linter. Local all the things, and slight tweaks for speed. Fix upvalue errors from localing all the things. Turning off bottleneck icons causes desyncs, Fixes #14. Add Remote interface. Add Remote interface - rebuild, Can Close #12 Adjusted Iteration Logic to not skip, Fixes #13 Raise Custom events when toggling hotkey. Add Admin check to high_contrast toggle. Some icons where missing on github, copied from .0.5.0 archive. Bump up version number. Split up on_init and on_configurtion_changed events. Increased overlay rebuild speed. Overlays are rebuilt anytime a mod changes (on_configuration_changed). Tested in new, and upgraded world.

troelsbjerre commented 7 years ago

Very nicely done! Great work :)