summaryrefslogtreecommitdiff
path: root/mesecons/util.lua
AgeCommit message (Expand)Author
2022-01-01Add Luacontroller library supportcheapie
2021-11-27Optimize light updates when turning conductors on and off (#578)Jude Melton-Houghton
2021-08-02Handle getting out-of-bounds bits in get_bit (#574)Jude Melton-Houghton
2020-12-19Replace mesecon.mergetable (#533)Vitaliy
2020-09-21Restrict Lua controller interrupt IDs (#534)Vitaliy
2019-09-23Use table.copy in mesecons.tablecopyVitaliy
2017-10-08Improve rules and rule handling (#370)DS
2017-10-07Handle blasts (#356)DS
2017-01-15Luacontroller: Revert function stripping from digiline messagesJeija
2016-12-31Luacontroller: Fix bugs in 703e6fda, no more functions as keysJeija
2016-12-28Luacontroller: Restrict digiline messagesJeija
2016-11-17Remove an unused function.Christopher Head
2016-08-30Small cleanups in `internal.lua`, move forceloading reversal to legacyJeija
2016-08-24Implement VoxelManipulator-based transactions.Christopher Head
2016-08-24Use VoxelManipulators for get_node_force.Christopher Head
2016-08-23Split wires into their own mod, introduce autoconnect hooksCarter Kolwey
2016-02-19Force-load areas with mesecon usageJeija
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-10-04Remove trailing whitespaceJeija
2015-01-03Fix #197, doesn't remove the legacy code that triggered it thoughJeija
2014-12-20Fix #196, removes soft-depend on commonlibJeija
2014-11-29Rewrite Logic Gates: Makes it super-easy to add new gates and cleans up codeJeija
2014-11-22Fix bug in mesecon.find_receptor that caused false turnoffs and rewrite lever +Jeija
2014-11-22Use iterative algorithm for mesecon.find_receptor_on, major performance impro...Jeija
2014-11-22Fix bug in mesecon.mergetable that caused false rulesJeija
2014-11-22Replace mesecon:<some_function> with mesecon.<some_function> for greaterJeija
2014-11-22Pressure plates and the object detector will send power to verticalJeija
2014-11-22Rewrite mesecon wires. This should increase the efficiency and speed ofJeija
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 crash if metarule not foundNovatux
2014-01-04Fixes with multi-conductors that have special connectsNovatux
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-06-20Crossoverkhonkhortisan
2013-04-02Make pistons and movestones move objects (push only yet)Jeija
2012-12-16Cleanup and improve piston codeJeija
2012-12-08Cleanup, make and use util.lua, port command block and delayer to nodedefJeija