Age | Commit message (Expand) | Author |
2013-11-30 | Update code to standards of Minetest 0.4.8. | Uberi |
2013-11-30 | use 'wood' group for crafting pistons, pressure plates, and noteblocks | Vanessa Ezekowitz |
2013-06-22 | Audit code for possible nil value indexing with unregistered nodes. | Anthony Zhang |
2013-06-05 | Fix README a little and add piston sounds by suzenako, contributed by jordan4... | Anthony Zhang |
2013-04-28 | Fix all crafting recipes to use modern style | RealBadAngel |
2013-04-02 | Make pistons and movestones move objects (push only yet) | Jeija |
2013-03-14 | Up/down pistons should also have special rules excluding the pusher side (rot... | Anthony Zhang |
2013-03-11 | Revert additional piston rules. | Anthony Zhang |
2013-03-11 | Support metadata in piston pushing (so that microcontrollers and such can be ... | Anthony Zhang |
2013-03-06 | Digging and footstep sounds for everything that needs them! Plus, pushing but... | Anthony Zhang |
2013-03-02 | Make vertical piston pusher selection boxes match their horizontal | khonkhortisan |
2013-02-08 | Fix sticky piston crafting recipe. | Anthony Zhang |
2013-02-08 | Make load times faster by avoiding inventorycube and wielditem creation in te... | Anthony Zhang |
2013-02-06 | Fix piston drops and craft recipe | Jeija |
2012-12-27 | Fix another two piston-related bugs | Jeija |
2012-12-27 | Fix very rare piston bug (needs testing) | Jeija |
2012-12-27 | revamped textures for all pistons, tweaked thickness of piston pusher | Vanessa Ezekowitz |
2012-12-27 | Compatibility with old pistons | Jeija |
2012-12-26 | Re-write pistons from scratch, propably fixes a lot of bugs and doesn't cause... | Jeija |
2012-12-23 | Fix sticky piston up | Jeija |
2012-12-12 | Fix sticky piston retraction not working | Jeija |
2012-12-21 | Merge branch 'master' into nextgen | Jeija |
2012-12-19 | hopefully fix http://minetest.net/forum/viewtopic.php?pid=58093#p58093 | Jeija |
2012-12-18 | Same for sticky piston | Jeija |
2012-12-18 | Fix bug reported here: http://bit.ly/VOF35X | Jeija |
2012-12-16 | Use a simpler way of detecting up/down piston placement (thanks Jeija). | Anthony Zhang |
2012-12-16 | Cleanup and improve piston code | Jeija |
2012-12-16 | Merge branch 'master' into nextgen | Jeija |
2012-12-15 | Fix placing while facing diagonally. | Anthony Zhang |
2012-12-15 | Place up/down pistons automatically depending on the player look direction, r... | Anthony Zhang |
2012-12-15 | Upload cleaned up mesecons to nextgen branch | Jeija |
2012-12-09 | Port a lot more (basically everything apart from gates, pistons and extrawire... | Jeija |
2012-11-28 | Simpler piston push/pull method. | Anthony Zhang |
2012-11-27 | Fix a rare piston pushing bug and make piston updating faster. | Anthony Zhang |
2012-11-11 | Use nodeupdate() so things like pushing gravel/sand off a ledge allows it to ... | Anthony Zhang |
2012-10-27 | Use add_node since place_node only works with ItemStacks and can't specify pa... | Anthony Zhang |
2012-10-13 | Further piston improvements, the pistons now delay before retracting and play... | Anthony Zhang |
2012-10-02 | New pistons activation mechanism, fixes many of the issues reported when push... | Anthony Zhang |
2012-08-30 | Actuator ignored liquid (all) | Jat |
2012-08-13 | New effector system, effectors have to be registered with mesecon:register_ef... | Jeija |
2012-08-12 | HUGE speed improvement | Jeija |
2012-08-11 | change all recipes to use group:mesecon_conductor_craftable | Vanessa Ezekowitz |
2012-08-11 | Mesecons only connect to blocks with group mesecon > 1 | Jeija |
2012-08-10 | Added "mesecon = 1" to the groups setting for most objects, so that they'll | Vanessa Ezekowitz |
2012-08-10 | Fix sticky piston duplicate bug | Jeija |
2012-08-09 | added pistons up and down | cornernote |
2012-08-08 | Make Pistons use set_node not dig_node (Speed Improvement) | sfan5 |
2012-08-08 | Trigger Block Update when retracting Piston | sfan5 |
2012-08-07 | use normal piston textures on sides of sticky piston plunger. Also fixes | Vanessa Ezekowitz |
2012-07-20 | Fix off-by-one error in piston length calculation and change the node pushing... | Anthony Zhang |