Skip to content

Releases: narc0tiq/evoGUI

EvoGUI v0.4.202

03 May 19:36
3e5697f
Compare
Choose a tag to compare

As per feafb3e#commitcomment-22005141, it's the enemy force's evolution_factor that controls what will be spawned (since that force owns the spawners, after all).

Now EvoGUI should agree with /evolution at all times.

EvoGUI v0.4.201 (Factorio 0.15 port)

28 Apr 11:44
feafb3e
Compare
Choose a tag to compare

EvoGUI v0.4.108

29 Aug 10:00
Compare
Choose a tag to compare

This update brings EvoGUI to Factorio 0.14.

EvoGUI v0.4.107

01 Aug 07:44
Compare
Choose a tag to compare

This release finally fixes the MoWeather integration (for real this time, I mean it!) as I took a look at its code and found out what it's really expecting (surface.index, not the surface itself). Happy days for both MoWeather + EvoGUI users!

EvoGUI v0.4.106

21 Jul 07:01
Compare
Choose a tag to compare

This release fixes the issue identified by @credomane in #67, showing that negative player coordinates are off by one -- the fix was the recommended one from the issue.

EvoGUI v0.4.105

18 Jul 09:05
Compare
Choose a tag to compare

Thanks to the inimitable @Afforess via #66, the EvoGUI remote interface now has two extra features:

  • remote.call("EvoGUI", "has_remote_sensor", "sensor_name") will return true if the named sensor exists.
  • remote.call("EvoGUI", "remove_remote_sensor", "sensor_name") will delete the named sensor if it exists, and return true if it did anything or false if the sensor no longer existed.

Also, the remote.call("EvoGUI", "rebuild", player_name) now actually completely recreates the named player's EvoGUI settings from scratch, allowing for recovery in case weird shit happens (as it occasionally does, particularly in development).

EvoGUI v0.4.104

08 Jul 08:41
Compare
Choose a tag to compare

This release fixes the remote interface mismatch with MoWeather's getdaytime (906bb07).

EvoGUI v0.4.103

03 Jul 19:40
Compare
Choose a tag to compare

This update fixes a potential desync wherein EvoGUI could be mutating global.* in its on_load handler (bd376e8).

There's also a new update to the Hebrew locale #65, thanks to the inimitable @jocker-il.

EvoGUI v0.4.102

01 Jul 16:34
Compare
Choose a tag to compare

This version fixed the daytime/brightness sensor and makes "EvoGUI" part of the displayed name.

EvoGUI v0.4.101: The Factorio 0.13 update

30 Jun 08:35
Compare
Choose a tag to compare

This update brings us up to Factorio 0.13 -- it's mostly just a straight port from the Factorio 0.12 version with #62 (a Hebrew locale update) thrown in for good measure.

Many thanks to @Afforess, Factorio forumgoer Devious Null, and everyone else who helped!