Mesecons Versions Save

Mod for minetest that adds digital circuitry [=Minecraft redstone]

v2022-04-01

2 years ago

For a list of changes please refer to the commit log.

v1.2.1

5 years ago

This is a bugfix release. No new features, just a checkpoint before ongoing work.

v1.2

5 years ago

Includes:

  • Reliable overheating handling
  • Proper rotation and blast handling
  • Detectors enhancements, including multi-scanning support in player detector
  • Improved Luacontroller security
  • Improved textures and sounds
  • Vertical movestones
  • Various improvements and bugfixes

Note: this release requires Minetest 0.4.17 or later

2017.03.05

7 years ago

Various changes, bugfixes and improvements including

  • Added programmable FPGA component for integrated logic gates
  • Prevent luacontroller digiline message spamming by restricting maximum length to 50.000 characters
  • Fix global namespace pollutions
  • Make water turbine animated

2016.09.13

7 years ago

Increase overall performance by using VoxelManip caching, especially increases performance of large circuits and long wires. This also improves reliability: Actions will no longer be postponed if the wire is very long or if the mapblock is far away from the next player.

Disable mapblock forceloading in favor of VoxelManip caching and unload all previously forceloaded blocks. This should reduce memory consumption if the server is idling.

2016.07.09

7 years ago

Most importantly, this fixes a bug that caused the server to crash when a command block was actived with no player online: https://github.com/Jeija/minetest-mod-mesecons/commit/f9f7600017967672ec28ecf139d9d520d64fcef0

Also: Protection support for luacontrollers, nodes that can overheat are now more performant.

2016.05.15

8 years ago