Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-01 | Rewrite vertical mesecons and add intermediate connection support | cheapie | |
Fixes upstream #480 | |||
2021-04-01 | Compatibility with mtg_craft_guide (#555) | Louis Royer | |
Use group instead of wire when possible Fixes https://github.com/minetest/minetest_game/issues/2843. | |||
2021-02-27 | Remove undeclared global variable corner_nodebox (#554) | sys4-fr | |
To avoid warning message at load time. Co-authored-by: sys4 <admin@sys4.fr> | |||
2020-12-19 | Replace mesecon.mergetable (#533) | Vitaliy | |
2020-08-24 | Insulated double corner (#524) | Vitaliy | |
* Add insulated double corner * Make single corner curved to match double corner * Remove obsolete regular corner textures | |||
2020-06-28 | Unpad insulated wire recipes (#477) | mbartlett21 | |
2020-06-27 | Use mod.conf for dependencies (#492) | David Leal | |
2019-06-27 | Optimize images (#464) | Hugo Locurcio | |
Recompress losslessly using `optipng` and `advpng` | |||
2018-12-21 | Document inactive block behaviour (#447) | Christopher Head | |
2018-09-07 | Remove tiny (+0.001) selection box oversize | number Zero | |
2018-09-07 | Make insulated wires’ selection box fit in the node | number Zero | |
2018-07-18 | Merge pull request #401 from Wuzzy2/sfx | Vitaliy | |
Add missing sound effects and fix wrong pressure plate sounds | |||
2018-01-30 | Use rotate_simple for insulated wires (#382) | DS | |
2018-01-28 | Add sounds for wires and piston heads | Wuzzy | |
2017-11-01 | Set is_ground_content to false (#386) | DS | |
2017-10-07 | Handle blasts (#356) | DS | |
2017-03-07 | Spell-check and clarify item names | Wuzzy | |
* Fix inconsistent insulated mesecon names * Clarify lightstone names * Rename meselamp to "Mesecon Lamp" * Use capitalization "Luacontroller" consistently * Cleanup / improvements for logic gate naming | |||
2017-01-22 | Make descriptions of insulated wires consistent | sfan5 | |
This allows finding all of them by searching "insulated" in the creative menu. | |||
2017-01-15 | Fix most of the namespace pollutions reported in #311 | sfan5 | |
2017-01-02 | Make insulated cossover to mesh | DS-Minetest | |
This removes the weird "holes" in the isolation of the crossing | |||
2016-04-26 | Mese as conductor: Fix light source, make code more flexible | Jeija | |
Closes #265 | |||
2016-02-15 | Fix vertical wires not updating power when adding to / removing from a ↵ | Jeija | |
vertical line Call mesecon.on_dignode / mesecon.on_placenode to take care of that. | |||
2016-02-14 | Always use minetest.set_node instead of minetest.add_node for consistency | Jeija | |
2016-02-14 | Use vector helper functions instead of old builtin cmpPos and addPosRule ↵ | Jeija | |
functions | |||
2015-11-20 | Major change: Documentation is now included with mesecons, the website just ↵ | Jeija | |
extracts the documentation in a more readable format This makes development of new features easier, as documentation can automatically be updated on the website without modifying the website's code! Every mod that has nodes in the mesecons modpack has a "doc" folder that contains subfolders with recipe, description and preview of the block. The website will discover which documentation is available by reading the documentation.json file. | |||
2015-10-04 | Remove trailing whitespace | Jeija | |
2015-02-13 | Remove insulated t-junction and crossover from craftable group | MT-Modder | |
2014-11-22 | Merge pull request #156 from HybridDog/ov_it | Florian Euchner | |
Use minetest.override_item to redefine mese | |||
2014-11-22 | Fix bug in mesecon.find_receptor that caused false turnoffs and rewrite lever + | Jeija | |
switch | |||
2014-11-22 | Replace mesecon:<some_function> with mesecon.<some_function> for greater | Jeija | |
flexibility and because it was never inteded to be OOP in the first place. mesecon.receptor_on and mesecon.receptor_off are provided by wrappers (mesecon:receptor_on/off) for compatibility, but will be removed. Mod programmers that use mesecons: Please update! Also, fix microcontroller polluting the global namespace and remove some deprecated stuff. | |||
2014-11-22 | Pressure plates and the object detector will send power to vertical | Jeija | |
wires 2 nodes below them, allows to hide circuitry powered by them. Fixes #179 Rewrite pressure plates + vertical wires using mesecon.register_node. | |||
2014-11-22 | Rewrite mesecon wires. This should increase the efficiency and speed of | Jeija | |
large machines. It also makes the wires.lua code easier to understand and more maintainable. In case any other mod depends on mesecon:update_autoconnect, please update it to use mesecon.update_autoconnect. This should also fix some other minor bugs. Please report bugs if this commit creates new ones. This commit changes wire looks and removes some unneccesary textures. | |||
2014-05-02 | Don't allow non-inventory items as ingredients | Zefram | |
Some mesecon wires (the turned-on nodes) that were not_in_creative_inventory and should never appear in an actual inventory were also mesecon_conductor_craftable. This is liable to make a craft guide show them as potential ingredients, due to the use of the group in recipes. | |||
2014-04-21 | use minetest.override_item to redefine mese | HybridDog | |
2013-12-18 | Vertical wire update. | Uberi | |
2013-11-30 | Fix vertical wire drops. | Uberi | |
2013-08-28 | Give crossing proper textures | Vanessa Ezekowitz | |
2013-08-27 | Merge pull request #112 from khonkhortisan/multi_rules | khonkhortisan | |
Multi rules Merged for near-future textures to be merged cleanly. | |||
2013-06-22 | Audit code for possible nil value indexing with unregistered nodes. | Anthony Zhang | |
2013-06-20 | Crossover | khonkhortisan | |
2013-04-28 | Fix all crafting recipes to use modern style | RealBadAngel | |
2013-04-21 | Minor tweak to allow vertical wires with caps to use the "vertical" | Vanessa Ezekowitz | |
texture for the sides (still uses the "full" for the top/bottom of the caps). | |||
2013-03-04 | Fix bug texture in mesewire for 0.4 stable | Jat | |
2013-02-22 | Add (shaped) craft recipe for vertical mesecons | Jeija | |
* Craft them from three wires in a vertical row * Craft them back into mesecons by just putting one of them in the grid | |||
2013-02-19 | Fix onstate corner drop | Jeija | |
I blame khonkhortisan | |||
2013-02-18 | Fix the nodename of a drop | Kyle | |
2013-02-11 | Make Mese conductive | Jeija | |
2013-02-06 | Fix piston drops and craft recipe | Jeija | |
2012-12-27 | added and tweaked textures to improve appearance and tiling of insulated | Vanessa Ezekowitz | |
T-junctions. | |||
2012-12-27 | Added a couple of needed textures for curved/corner wires and tweak code to | Vanessa Ezekowitz | |
use them. Also fixed the "on" state image for wire ends so that it works for curved wires also. |