Skip to content

Releases: joelverhagen/FactorioTools

v0.11.0

18 Jan 15:36
Compare
Choose a tag to compare

Improve website UI and add details about algorithm steps

v0.10.0

17 Jan 19:19
Compare
Choose a tag to compare

Add support for avoiding arbitrary locations (only available via .NET and Lua API) and allow electric poles to not be planned at all. Bug fixes.

v0.9.3

17 Jan 19:18
Compare
Choose a tag to compare

Eliminate LINQ from the implementation so that the coroutine-based Lua LINQ implementation doesn't fail in Factorio. Factorio does not have Lua coroutines enabled.

v0.9.2

05 Jan 19:37
Compare
Choose a tag to compare

First successful compilation and execution of Planner.ExecuteSample() with the CSharp.lua project. Needed to use a fork of the project: joelverhagen/CSharp.lua@eae8659