summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-13Add luacontroller, a microcontroller that you can code in lua.Jeija
2013-01-09Fix a bug that occured when using a receptor placed directly next to aJeija
2013-01-06Fix gates drop bug reported by kaeza and Kacey, avoid polluting the global na...Anthony Zhang
2012-12-31Merge branch 'nextgen'Jeija
2012-12-30Add crafting recipe for the delayer (similar to redstone, but with cobble ins...Jeija
2012-12-28made tweaks to the way mese is converted to mesecons. If old mese paradigm isVanessa Ezekowitz
2012-12-28Make nr in rules rotation local in order not to pullute the holy global names...Jeija
2012-12-27Fix server crash when using movestonesJeija
2012-12-27Rework the next nodes: Pressure PlatesJeija
2012-12-27Merge branch 'nextgen' of https://github.com/Jeija/minetest-mod-mesecons into...Jeija
2012-12-27Fix another two piston-related bugsJeija
2012-12-27Merge branch 'nextgen' of github.com:Jeija/minetest-mod-mesecons into nextgenVanessa Ezekowitz
2012-12-27added and tweaked textures to improve appearance and tiling of insulatedVanessa Ezekowitz
2012-12-27Merge branch 'nextgen' of https://github.com/Jeija/minetest-mod-mesecons into...Jeija
2012-12-27Fix very rare piston bug (needs testing)Jeija
2012-12-27Added a couple of needed textures for curved/corner wires and tweak code toVanessa Ezekowitz
2012-12-27revamped textures for all pistons, tweaked thickness of piston pusherVanessa Ezekowitz
2012-12-27Compatibility with old pistonsJeija
2012-12-27Minor cleanup of mesecno torch and add another rule to it (behind above)Jeija
2012-12-27Add experimental 'corner' wire, an insulated bended wire (needs textures and ...Jeija
2012-12-27Bugfix foes for pistons, delayyrs, gates and microcontrollers. Rework delayers.Jeija
2012-12-26Re-write pistons from scratch, propably fixes a lot of bugs and doesn'tJeija
2012-12-26Re-write pistons from scratch, propably fixes a lot of bugs and doesn't cause...Jeija
2012-12-25Implement /say and /tell commands to aid mapmakers using command blocks.Anthony Zhang
2012-12-23Merge branch 'nextgen' of https://github.com/Jeija/minetest-mod-mesecons into...Jeija
2012-12-23Fix sticky piston upJeija
2012-12-22Fix pressure plates (forgot to add mesecons field to some of the nodedefs)Jeija
2012-12-21Merge pull request #65 from montyoso/nextgenJeija
2012-12-21Fix up piston retraction.Anthony
2012-12-21now the insulated wires change their color when they are turn onAndres Eduardo Montoya Cruz
2012-12-21Merge branch 'master' into nextgenJeija
2012-12-21Add new crafting recipe for mesecons: Cook a mese crystalJeija
2012-12-21Bugfix, wires sometimes turned off for no reasonJeija
2012-12-20Fix movestone crash bugJeija
2012-12-19hopefully fix http://minetest.net/forum/viewtopic.php?pid=58093#p58093Jeija
2012-12-19Add rule-name system. Every input rule can now have a name, that could help e...Jeija
2012-12-18Same for sticky pistonJeija
2012-12-18Fix bug reported here: http://bit.ly/VOF35XJeija
2012-12-18Merge branch 'master' of https://github.com/Jeija/minetest-mod-meseconsJeija
2012-12-18Should fix this bug: bit.ly/XEy94jJeija
2012-12-16Merge remote-tracking branch 'origin/master'Anthony Zhang
2012-12-16Use a simpler way of detecting up/down piston placement (thanks Jeija).Anthony Zhang
2012-12-16Fix #62 (Hopefully this time)Jeija
2012-12-16Minor cleanup, use addPosRuleJeija
2012-12-16Fix addPosRule without mesecon: in vertical wires (issue #62)Jeija
2012-12-16Remove mesecons:updatenodeJeija
2012-12-16Cleanup and improve piston codeJeija
2012-12-16Merge branch 'master' into nextgenJeija
2012-12-15Fix placing while facing diagonally.Anthony Zhang
2012-12-15Place up/down pistons automatically depending on the player look direction, r...Anthony Zhang