summaryrefslogtreecommitdiff
path: root/mesecons/init.lua
AgeCommit message (Expand)Author
2016-09-04Never postpone action_on or action_offJeija
2016-09-04Add Hawk777 to contributor list, update developer documentation URLJeija
2016-08-30Greatly improve performance by making use of VoxelManips in turnoffJeija
2016-08-24Use VM transactions for conductor state changes.Christopher Head
2016-08-23Split wires into their own mod, introduce autoconnect hooksCarter Kolwey
2016-02-14Use vector helper functions instead of old builtin cmpPos and addPosRule func...Jeija
2015-10-04Remove trailing whitespaceJeija
2014-11-22Fix compatibility with not yet updated mods that use mesecon:receptor_*Jeija
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-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-01-19Fix delayers and disable resuming if not using MESECONS_GLOBALSTEPJeija
2014-01-11Make receptor_on/off overwritable, fix a serious bug.Novatux
2014-01-11Actionqueue tweaksJeija
2014-01-11Fix unloaded area in receptor_off, yet it was only fixed in receptor_onJeija
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 when there are several rules with different specialsNovatux
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-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-01-19Fix Bug: Wrong usage of action_on/action_off instead of action_changeJeija
2013-01-09Fix a bug that occured when using a receptor placed directly next to aJeija
2012-12-27Bugfix foes for pistons, delayyrs, gates and microcontrollers. Rework delayers.Jeija
2012-12-21Bugfix, wires sometimes turned off for no reasonJeija
2012-12-19Add rule-name system. Every input rule can now have a name, that could help e...Jeija
2012-12-16Minor cleanup, use addPosRuleJeija
2012-12-15Upload cleaned up mesecons to nextgen branchJeija
2012-12-08Cleanup, make and use util.lua, port command block and delayer to nodedefJeija
2012-12-08New branch: Move mesecon to node definition instead of functions like registe...Jeija
2012-09-08Fix Microcontroller bug (discovered by Fenris) and some others that propably ...Jeija
2012-09-06Implement mesecon:register_receptor(onstate, offstate, rules, get_rules) and ...Jeija
2012-09-05Code cleanupJeija
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-13Make mesecons only connect to input and output ports (e.g. of the delayer)Jeija
2012-08-13Code cleanup, little bugfix (some conductors placed next to receptors didn't ...Jeija
2012-08-13Code cleanupJeija
2012-08-13Code cleanupJeija
2012-08-13Minimal speedup by not checking some nodes twice for receptorsJeija
2012-08-13Code cleanup and ond more extremely small speedupJeija
2012-08-12Further (small) speed improvement, shrink code & more comments on itJeija
2012-08-12HUGE speed improvementJeija
2012-08-11Add new nodebox style wires. Can be activated by setting NEW_STYLE_WIRES to t...Jeija
2012-08-10Consistency improvement and remove dead codeJeija
2012-08-01not_in_creative_inventoryKotolegokot
2012-06-20Fix Bug: Mesecons cannot be digged due to a collisionbox failureJeija