Octav "Narc" Sandulescu
Octav "Narc" Sandulescu
It's really not nice to have a complete lack of tests, even if it is unclear what _can_ be tested. At the very least, an issue like #11 could be...
As title. Maybe someone wants to console update their Factorio on a platform where `/tmp` isn't available or something.
Look into what [`fac`](https://github.com/mickael9/fac) does and do something similar. Update `player-data.json` as needed and read it when the `--user` and/or `--token` are left out of the command line.
Vehicle parts have an install "location" within their vehicle tile (e.g., `"location": "center"` in the raw JSON on [vehicle_part/animal_compartment](https://cdda-guide.nornagon.net/vehicle_part/animal_compartment)). These define exclusion groups: no two vehicle parts with the same...
Via http://www.factorioforums.com/forum/viewtopic.php?p=116831#p116831: a way to configure the specific colors used as the gradient stops (currently: green, yellow, red), as well as an option to force the gradient off (showing only...
As discussed in #47, there is the potential to have the new `ore_tracker` maintain a per-entity rate of change; it's not entirely clear that this would be a net benefit,...
There is the potential to avoid storing entity references in `global` (which impacts save/load times) by switching back to a `surface.find_entity` implementation conditionally, based on a (bool) map setting. In...
Basically what it says on the tin: use the alternate selection mode to add ores without triggering auto-detection. Maybe pair with #57 for a somewhat different UI experience.
Via http://www.factorioforums.com/forum/viewtopic.php?p=111068#p111068: apply the ore's map color just to the ore name in the listing. Via http://www.factorioforums.com/forum/viewtopic.php?p=111177#p111177, we have this lovely mockup from Waduk:  That doesn't use the right...
By request from @cpw (and also from common sense): when the site list gets too long, it can go off the bottom of the screen. The number of sites per...