summaryrefslogtreecommitdiff
path: root/mesecons/services.lua
AgeCommit message (Expand)Author
2021-07-24Fix on_placenode conductor turnon link direction (#572)Jude Melton-Houghton
2017-10-07Handle blasts (#356)DS
2017-10-04Do not reset conductor param2 on place (#364)DS
2017-04-14Improve overheating (#334)numberZero
2016-08-23Split wires into their own mod, introduce autoconnect hooksCarter Kolwey
2016-07-09Don't bother checking if a node can overheat before cooling itCarter Kolwey
2016-02-14Use vector helper functions instead of old builtin cmpPos and addPosRule func...Jeija
2015-10-04Revert "Do not send action_off signal when newly placing nodes"Jeija
2015-02-03Do not send action_off signal when newly placing nodes, this didn'tJeija
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-22Rewrite mesecon wires. This should increase the efficiency and speed ofJeija
2014-11-21Fix #182, bug when placing wire crossings next to a powered sourceJeija
2014-04-20Fix #155 (option 2 used). Remove non-ActionQueue system. Enable overheat for ...Jeija
2014-03-21Send changesignals for placed receptors when not powered, make on_placenode c...Jeija
2014-03-19Fix #146Jeija
2014-01-11Add ActionQueue priority systemJeija
2014-01-10First draft of some kind of Action Queue (just like the globalstep queue in t...Jeija
2014-01-04Fix bugs with multi-rules conductors (like crossing) that have param2Novatux
2013-11-30Update code to standards of Minetest 0.4.8.Uberi
2013-11-30Use minetest.swap_node() instead of mesecons' version, Minor code changesVanessa Ezekowitz
2013-08-27Merge pull request #112 from khonkhortisan/multi_ruleskhonkhortisan
2013-06-20Crossoverkhonkhortisan
2013-06-05Change mesecons signals so that they update effectors only after a globalstep...Novatux
2013-06-05Add an ABM function which resets heat to 0, since gates/controllers won't be ...Novatux
2013-04-14Fix invalid node name if node was changed in after_place_node callback (fixes...Anthony Zhang
2012-12-26Re-write pistons from scratch, propably fixes a lot of bugs and doesn't cause...Jeija
2012-12-16Cleanup and improve piston codeJeija
2012-12-15Upload cleaned up mesecons to nextgen branchJeija
2012-12-11Fix a bug that occured when placing an effector next to a receptorJeija
2012-08-16Add conductor rules, add demo isolated mesecons to proof that it worksJeija
2012-08-13New effector system, effectors have to be registered with mesecon:register_ef...Jeija
2012-08-13Code cleanupJeija
2012-08-13Code cleanup and ond more extremely small speedupJeija