Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-01-10 | Move textures into their mods | ShadowNinja | |
2013-04-28 | Fix all crafting recipes to use modern style | RealBadAngel | |
2012-12-27 | Add experimental 'corner' wire, an insulated bended wire (needs textures and ↵ | Jeija | |
maybe rename it) | |||
2012-12-21 | now the insulated wires change their color when they are turn on | Andres Eduardo Montoya Cruz | |
2012-12-10 | Fix insulated mesecon | Jeija | |
2012-12-08 | Port more blocks to nodedef system: object detector, extrawires, water ↵ | Jeija | |
turbine, insulated wire | |||
2012-09-07 | Use sunlight_propagates = true for some more nodes | Jeija | |
2012-08-17 | Add fiber and craft recipe for insulated mesecon | Jeija | |
2012-08-17 | Make isolated wires depend on facedir, rename them to 'insulated' | Jeija | |