summaryrefslogtreecommitdiff
path: root/mesecons_pistons
AgeCommit message (Expand)Author
2012-12-21Merge branch 'master' into nextgenJeija
2012-12-19hopefully fix http://minetest.net/forum/viewtopic.php?pid=58093#p58093Jeija
2012-12-18Same for sticky pistonJeija
2012-12-18Fix bug reported here: http://bit.ly/VOF35XJeija
2012-12-16Use a simpler way of detecting up/down piston placement (thanks Jeija).Anthony Zhang
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
2012-12-15Upload cleaned up mesecons to nextgen branchJeija
2012-12-09Port a lot more (basically everything apart from gates, pistons and extrawire...Jeija
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-11Use nodeupdate() so things like pushing gravel/sand off a ledge allows it to ...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-02New pistons activation mechanism, fixes many of the issues reported when push...Anthony Zhang
2012-10-01Fix whitespace, simplify node updating.Anthony Zhang
2012-08-30Actuator ignored liquid (all)Jat
2012-08-13Remove piston_up from dead groupsJeija
2012-08-13Register piston_up and piston_down as effectorsJeija
2012-08-13New effector system, effectors have to be registered with mesecon:register_ef...Jeija
2012-08-12HUGE speed improvementJeija
2012-08-11change all recipes to use group:mesecon_conductor_craftableVanessa Ezekowitz
2012-08-11Mesecons only connect to blocks with group mesecon > 1Jeija
2012-08-10did the same for buttons and up/down pistonsVanessa Ezekowitz
2012-08-10Added "mesecon = 1" to the groups setting for most objects, so that they'llVanessa Ezekowitz
2012-08-10Fix sticky piston duplicate bugJeija
2012-08-09added pistons up and downcornernote
2012-08-08Make Pistons use set_node not dig_node (Speed Improvement)sfan5
2012-08-08Trigger Block Update when retracting Pistonsfan5
2012-08-07use normal piston textures on sides of sticky piston plunger. Also fixesVanessa Ezekowitz
2012-07-20Fix off-by-one error in piston length calculation and change the node pushing...Anthony Zhang
2012-07-20Nodebox piston pushers! Fix a few piston bugs such as pistons pushing pistons...Anthony Zhang
2012-07-18Fix piston duplication bug, simplify piston handling, limit piston push dista...Anthony Zhang
2012-06-21Use minetest.env:place_node and minetest.env:dig_node to enable usage of the ...Anthony Zhang
2012-06-04Remove deprecated API functions "register_on_placenode" and "register_on_dign...Anthony Zhang
2012-03-25Fix Bug: Pistons can now be removedJeija
2012-03-22Update nodes for compatibility with digging time groups.Anthony Zhang
2012-03-18Fix pistons removing entities when it shouldn'txyzz
2012-03-05Upload after major code reorganization - Version 0.6 DEV - Split mesecons mod...Jeija