summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-10Fix crash when digging unknown nodesJeija
2012-12-10Remove dead parts of the mod/dead textures/wireless meseconsJeija
2012-12-10Slightly change wire look (may be reverted?)Jeija
2012-12-10Port gates (finally)Jeija
2012-12-10Fix insulated meseconJeija
2012-12-09Fix microcontroller diggingJeija
2012-12-09Port door, fix button/lever bug, new visual style for receiverJeija
2012-12-09Fix microcontroller aliasJeija
2012-12-09Fix microcontroller aliasJeija
2012-12-09Port a lot more (basically everything apart from gates, pistons and extrawire...Jeija
2012-12-08Port more blocks to nodedef system: object detector, extrawires, water turbin...Jeija
2012-12-08Cleanup, make and use util.lua, port command block and delayer to nodedefJeija
2012-12-08Port lightstones (as reference for effectors) + blinky plant to the new noded...Jeija
2012-12-08Finish new mesecon-in-nodedef for conductors and receptors. Make wires and sw...Jeija
2012-12-08Fix major bug that often occured when using gates (caused by commit 64d109b)Jeija
2012-12-08New branch: Move mesecon to node definition instead of functions like registe...Jeija
2012-12-08Add support for the preinstalled wooden door in minetest_gameJeija
2012-12-07Merge pull request #58 from PilzAdam/masterJeija
2012-12-07Speed update of pressureplates up by using node_timersPilzAdam
2012-12-03Fix a bug (in some cases the output rules of a receptor weren't respected, bu...Jeija
2012-12-01`mesecon:updatenode()` was written to work only with conductors, though in se...Anthony Zhang
2012-11-28Simpler piston push/pull method.Anthony Zhang
2012-11-27Fix a rare piston pushing bug and make piston updating faster.Anthony Zhang
2012-11-11Merge remote-tracking branch 'origin/master'Anthony Zhang
2012-11-11Use nodeupdate() so things like pushing gravel/sand off a ledge allows it to ...Anthony Zhang
2012-11-08Merge pull request #55 from Jat15/masterAnthony
2012-11-08Update tile_imagesJat
2012-10-28Add command block:Anthony Zhang
2012-10-27Use add_node since place_node only works with ItemStacks and can't specify pa...Anthony Zhang
2012-10-13Further piston improvements, the pistons now delay before retracting and play...Anthony Zhang
2012-10-07Improve T-FF code and add a reset pin on C.cornernote
2012-10-02New pistons activation mechanism, fixes many of the issues reported when push...Anthony Zhang
2012-10-01Fix whitespace, simplify node updating.Anthony Zhang
2012-09-27Captilization.Anthony Zhang
2012-09-27Add ghoststone, crafted like removestone, with steel ingots at the corners. T...Anthony Zhang
2012-09-10Merge pull request #50 from khonkhortisan/masterkhonkhortisan
2012-09-10fix t-junction selectionbox when onKyle
2012-09-10tweaked insulated wire textures to work for t-junctionsVanessa Ezekowitz
2012-09-09Add T-junction extrawire (no good textures yet)Jeija
2012-09-09Fix Microcontroller bug in a different way, define offstate ports as inputs onlyJeija
2012-09-08Merge branch 'master' ofJeija
2012-09-08Fix Microcontroller bug (discovered by Fenris) and some others that propably ...Jeija
2012-09-07Merge pull request #49 from khonkhortisan/extrawiresJeija
2012-09-07crossing wire moved into meseconsKyle
2012-09-07Use sunlight_propagates = true for some more nodesJeija
2012-09-06Merge branch 'master' of github.com:Jeija/minetest-mod-meseconsVanessa Ezekowitz
2012-09-06New textures for blinkyplantVanessa Ezekowitz
2012-09-06Implement mesecon:register_receptor(onstate, offstate, rules, get_rules) and ...Jeija
2012-09-05better "power plant" textureVanessa Ezekowitz
2012-09-05Code cleanupJeija