Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
deprecated tile_images bits. | |||
2012-07-20 | Fix 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-20 | Nodebox 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-18 | Fix 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-21 | Use minetest.env:place_node and minetest.env:dig_node to enable usage of the ↵ | Anthony Zhang | |
on_place and on_dig callbacks. | |||
2012-06-04 | Remove deprecated API functions "register_on_placenode" and ↵ | Anthony Zhang | |
"register_on_dignode" where possible. | |||
2012-03-25 | Fix Bug: Pistons can now be removed | Jeija | |
2012-03-22 | Update nodes for compatibility with digging time groups. | Anthony Zhang | |
2012-03-18 | Fix pistons removing entities when it shouldn't | xyzz | |
2012-03-05 | Upload after major code reorganization - Version 0.6 DEV - Split mesecons ↵ | Jeija | |
mod into several modules - [BUGGY?] |