Skip to content

Releases: Danielv123/gridworld

v1.0.0

10 Jun 15:55
Compare
Choose a tag to compare

What's Changed

  • Support for fluid transfers
  • Support for power transfers
  • Support for train transfers with multi server routing
  • Web UI support for multi-grid

This was achieved by switching from to universal_edges, a TS rewrite of edge transports. #36

This update might cause issues for existing clusters during the migration - the following guide should sort out most of it

  1. Remove all edge connectors (remove the belts attached to loaders on the edges)
  2. npm install @danielv123/gridworld
  3. npm install universal_edges
  4. npx clusteriocontroller plugin add universal_edges
  5. Start the controller, wait with starting the hosts
  6. Set edge_transports.internal to [] on all instances
  7. Start all hosts (make sure to perform the update steps on all machines in the cluster)

Full Changelog: v0.5.0...v1.0.0

v0.5.0

27 Apr 18:33
Compare
Choose a tag to compare

What's Changed

  • Map merging by @Danielv123 in #32
  • Temporarily disabled load balancing

This release allows you to take a large gridworld and merge it to a single savefile, for benchmarking, showing off etc.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

14 Apr 20:26
Compare
Choose a tag to compare

What's Changed

The map now also updates on the following conditions:

  • Chunk generated
  • Entity placed
  • Entity removed
  • Tile changed

In addition, a large part of the map generation is optimized to only run on the server and not the clients. This should help prevent dropping people on slower computers when the server is under heavy construction activity. The map now also includes terrain outside of the borders of the explored instances. This makes exploration from the web interface a whole lot easier.

Full Changelog: v0.3.3...v0.4.0

RQ7mdnC 1

v0.3.0 - Fixed builds, improved minimap rendering

19 Mar 20:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0-1...v0.3.0

What's Changed

Full Changelog: v0.3.1...v0.3.2

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.2.0 - Migrated to clusterio 2.0 alpha 17

25 Feb 22:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.2.0

0.1.0: New minimap render

23 Nov 22:40
6b289b3
Compare
Choose a tag to compare

minimap

The plugin now creates a zoomable minimap using factorio tile data.

Full Changelog: https://github.com/Danielv123/gridworld/commits/v0.1.0