Skip to content

Releases: Danielv123/gridworld

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