summaryrefslogtreecommitdiff
path: root/mesecons/services.lua
AgeCommit message (Collapse)Author
2012-12-26Re-write pistons from scratch, propably fixes a lot of bugs and doesn't ↵Jeija
cause too many new ones.
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 ↵Jeija
mesecon:register_effector(onstate, offstate, rules, function get_rules) rules and function get_rules are optional. You don't have to specify both onstate and offstate (required for e.g. removestone)
2012-08-13Code cleanupJeija
2012-08-13Code cleanup and ond more extremely small speedupJeija