summaryrefslogtreecommitdiff
path: root/mesecons_pistons
AgeCommit message (Collapse)Author
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 ↵Jeija
mesecon:register_effector(onstate, offstate, rules, function get_rules) rules and function get_rules are optional. You don't have to specify both onstate and offstate (required for e.g. removestone)
2012-08-12HUGE speed improvementJeija
2012-08-11change all recipes to use group:mesecon_conductor_craftableVanessa Ezekowitz
fixed deprecated/invalid recipes in lightstones. fixed copy&paste error in one of the delayer textures fixed recipe for player detector to rely on microcontroller instead of old IC
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
visibly connect to neighboring wires.
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
deprecated tile_images bits.
2012-07-20Fix off-by-one error in piston length calculation and change the node ↵Anthony Zhang
pushing to make use of the fact that minetest.env:place_node() is apparently a no-op if the node is not air or liquid.
2012-07-20Nodebox piston pushers! Fix a few piston bugs such as pistons pushing ↵Anthony Zhang
pistons, pistons pushing blocks into pushers causing blocks to get deleted, and many more. As a side effect, players can no longer simply walk through piston pushers. Additionally, pistons will only remove their own pushers, and not those of neighboring pistons as well. Remove ENABLE_PISTON_ANIMATION option (not compatible with nodebox piston pushers).
2012-07-18Fix piston duplication bug, simplify piston handling, limit piston push ↵Anthony Zhang
distance to 15 blocks. Remove deprecated object:get_entity_name() call, and some obselete settings.
2012-06-21Use minetest.env:place_node and minetest.env:dig_node to enable usage of the ↵Anthony Zhang
on_place and on_dig callbacks.
2012-06-04Remove deprecated API functions "register_on_placenode" and ↵Anthony Zhang
"register_on_dignode" where possible.
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 ↵Jeija
mod into several modules - [BUGGY?]