summaryrefslogtreecommitdiff
path: root/mesecons
AgeCommit message (Expand)Author
2022-01-01Detect dreambuilder and use its theme settings for the Luacontrollercheapie
2022-01-01Add Luacontroller library supportcheapie
2021-11-27Optimize light updates when turning conductors on and off (#578)Jude Melton-Houghton
2021-08-21Only skip conductors with flat rules in turnon/offJude Melton-Houghton
2021-08-02Handle getting out-of-bounds bits in get_bit (#574)Jude Melton-Houghton
2021-07-24Fix on_placenode conductor turnon link direction (#572)Jude Melton-Houghton
2021-03-25Fix on-state effector-receptor combos (eg. gates) recepting to everywhereDesour
2021-03-25Improve performance of mesecon.turnon and mesecon.turnoff (#556)DS
2020-12-19Replace mesecon.mergetable (#533)Vitaliy
2020-09-21Restrict Lua controller interrupt IDs (#534)Vitaliy
2020-06-27Use mod.conf for dependencies (#492)David Leal
2020-01-06Refactor actionqueue.lua (#501)DS
2019-09-23Use table.copy in mesecons.tablecopyVitaliy
2019-06-27Optimize images (#464)Hugo Locurcio
2018-07-24Replace usage of default.LIGHT_MAX with minetest.LIGHT_MAXsfan5
2018-03-25Replace deprecated methods:AntumDeluge
2017-11-01Set is_ground_content to false (#386)DS
2017-10-21Fix typonumber Zero
2017-10-08Improve rules and rule handling (#370)DS
2017-10-07Handle blasts (#356)DS
2017-10-04Do not reset conductor param2 on place (#364)DS
2017-04-14Improve overheating (#334)numberZero
2017-01-28FPGAs (#315)sfan5
2017-01-15Luacontroller: Revert function stripping from digiline messagesJeija
2017-01-02Properly handle rotation of buttons / leversCarter Kolwey
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-09-04Never postpone action_on or action_offJeija
2016-09-04Add Hawk777 to contributor list, update developer documentation URLJeija
2016-08-31Duplicate unhash_blockpos code to legacy.luaJeija
2016-08-30Remove some long unused legacy codeJeija
2016-08-30Small cleanups in `internal.lua`, move forceloading reversal to legacyJeija
2016-08-30Greatly improve performance by making use of VoxelManips in turnoffJeija
2016-08-30Further simplification of turnon/turnoffJeija
2016-08-24Simplify turnon/turnoff.Christopher Head
2016-08-24Use VM transactions for conductor state changes.Christopher Head
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-08-23Move shared textures into base mod (fixes a few LuaC issues)Carter Kolwey
2016-07-31Fix bug introduced in previous commit that broke all logic blocksJeija
2016-07-25Fix #276: Fix bugs in block forceloading in turnon / turnoffJeija
2016-07-09Don't bother checking if a node can overheat before cooling itCarter Kolwey
2016-02-22Fix crash due to force loading changes.Samuel Sieb
2016-02-19Remove unused VERSION fileJeija
2016-02-19Force-load areas with mesecon usageJeija
2016-02-15Consistently use UNIX line endings (LF instead of CR LF)Jeija
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