summaryrefslogtreecommitdiff
path: root/mesecons_pistons
AgeCommit message (Expand)Author
2022-01-02Make digging an overheated sticky piston drop one that isn'tcheapie
2022-01-02Make off events count towards pistons overheating toocheapie
2022-01-02Add piston overheating and automatic cooldowncheapie
2020-08-01Make sounds ephemeral (#521)Vitaliy
2020-06-27Use mod.conf for dependencies (#492)David Leal
2019-09-20Respect protection in MVPS (#466)Vitaliy
2019-06-27Optimize images (#464)Hugo Locurcio
2018-12-21Document inactive block behaviour (#447)Christopher Head
2018-12-21Make sticky piston stick falling things as well (#436)Vitaliy
2018-01-28Add sounds for wires and piston headsWuzzy
2018-01-07Check for falling after piston pusher removal (#392)DS
2017-11-01Set is_ground_content to false (#386)DS
2017-10-18MVPS: pull objects (#374)DS
2017-10-08Rewrite pistons (#362)DS
2017-10-07Handle blasts (#356)DS
2017-01-15Fix most of the namespace pollutions reported in #311sfan5
2016-02-15Fix pistons not connecting to wire and not activating when placingJeija
2016-02-14Always use minetest.set_node instead of minetest.add_node for consistencyJeija
2016-02-14Use vector helper functions instead of old builtin cmpPos and addPosRule func...Jeija
2015-11-20Major change: Documentation is now included with mesecons, the website just e...Jeija
2015-10-04Remove trailing whitespaceJeija
2015-02-28Add support for sticky blocks for pistons and a a sample sticky blockJeija
2015-02-14Rewrite movestones, make them nodes instead of entitiesJeija
2015-02-05Fix onstate sticky piston drop: Must be sticky instead of normal pistonJeija
2014-11-29Rewrite Logic Gates: Makes it super-easy to add new gates and cleans up codeJeija
2014-11-22Re-implement settings system:Jeija
2014-11-22Replace mesecon:<some_function> with mesecon.<some_function> for greaterJeija
2014-11-21Fix #184, Fix #186, Fix #187Jeija
2014-01-10Move textures into their modsShadowNinja
2013-11-30Update code to standards of Minetest 0.4.8.Uberi
2013-11-30use 'wood' group for crafting pistons, pressure plates, and noteblocksVanessa Ezekowitz
2013-06-22Audit code for possible nil value indexing with unregistered nodes.Anthony Zhang
2013-06-05Fix README a little and add piston sounds by suzenako, contributed by jordan4...Anthony Zhang
2013-04-28Fix all crafting recipes to use modern styleRealBadAngel
2013-04-02Make pistons and movestones move objects (push only yet)Jeija
2013-03-14Up/down pistons should also have special rules excluding the pusher side (rot...Anthony Zhang
2013-03-11Revert additional piston rules.Anthony Zhang
2013-03-11Support metadata in piston pushing (so that microcontrollers and such can be ...Anthony Zhang
2013-03-06Digging and footstep sounds for everything that needs them! Plus, pushing but...Anthony Zhang
2013-03-02Make vertical piston pusher selection boxes match their horizontalkhonkhortisan
2013-02-08Fix sticky piston crafting recipe.Anthony Zhang
2013-02-08Make load times faster by avoiding inventorycube and wielditem creation in te...Anthony Zhang
2013-02-06Fix piston drops and craft recipeJeija
2012-12-27Fix another two piston-related bugsJeija
2012-12-27Fix very rare piston bug (needs testing)Jeija
2012-12-27revamped textures for all pistons, tweaked thickness of piston pusherVanessa Ezekowitz
2012-12-27Compatibility with old pistonsJeija
2012-12-26Re-write pistons from scratch, propably fixes a lot of bugs and doesn't cause...Jeija
2012-12-23Fix sticky piston upJeija
2012-12-12Fix sticky piston retraction not workingJeija