tvwenger / du-factory-generator

https://tvwenger.github.io/du-factory-generator/
MIT License
14 stars 24 forks source link

CSV Selection, Bug Fix, and OutputNode Change #42

Closed tvwenger closed 3 years ago

tvwenger commented 3 years ago
  1. Adds the ability to upload a CSV file (formatted like: item name, number of assemblers, maintain value) to make item selection
  2. Fixes a bug with transfer containers (logic of getTransferContainers was wrong, returning containers that contained items not in the requested set)
  3. Check if any existing container can be transformed into an OutputNode before creating a new OutputNode.
  4. Show the requested OutputNode maintain value in the render (blue text below total maintain value)
tvwenger commented 3 years ago

Also implements a quick fix for https://github.com/lgfrbcsgo/du-factory-generator/issues/43 by down-scaling the image to fit within 12,500 x 12,500 pixels. Any larger and firefox couldn't handle it.