summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-08-16Merge pull request #282 from Hawk777/luacontroller-commentFlorian Euchner
2016-08-16Remove an obsolete comment.Christopher Head
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-07-09Command block server crash fixednumber Zero
2016-05-17Add protection support to Luacontrollers,Carter Kolwey
2016-05-17Merge pull request #270 from Emon-Omen/patch-1Florian Euchner
2016-05-16fixed missing capital letter @ line 29Emon
2016-05-16Add COPYING.txt file to clarify coprights and licensesJeija
2016-05-15Remove microcontroller documentation files from the source treeJeija
2016-04-26Luacontroller: Fix `remove_functions` stack overflow bugelectrodude
2016-04-26Mese as conductor: Fix light source, make code more flexibleJeija
2016-04-21Merge pull request #264 from cheapie/masterFlorian Euchner
2016-04-21Escape command block commands for formspecCarter Kolwey
2016-04-02Disable JIT optimization for user code and allow string.find in plain modePedro Gimeno
2016-03-14Luacontroller: Put clearing debug hook before throwing error back inJeija
2016-03-13Luacontroller: Add safe version of string.rep and remove string.gsub,Jeija
2016-03-13Luacontroller: Fix function usage in LuaJIT, make 'do' no longerJeija
2016-02-28Revert "Toggle trapdoors on signal, workaround for #252"Jeija
2016-02-27Toggle trapdoors on signal, workaround for #252Jeija
2016-02-23Merge branch 'ssieb-master'Jeija
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-16Update documentation: Fix mesecons.net linksJeija
2016-02-15Consistently use UNIX line endings (LF instead of CR LF)Jeija
2016-02-15Fix vertical wires not updating power when adding to / removing from a vertic...Jeija
2016-02-15Fix pistons not connecting to wire and not activating when placingJeija
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
2016-02-14Merge branch 'playerdetector_update' of https://github.com/HybridDog/minetest...Jeija
2016-02-14Merge branch 'fix_pistons' of https://github.com/HybridDog/minetest-mod-mesec...Jeija
2016-02-14Doors: Use new mesh door API if availableAuke Kok
2016-02-09this way it works better because unknown nodes may not stay unknownHybridDog
2016-02-09fix pistons not working in every buildable_to nodeHybridDog
2016-01-03playerdetector: short code and don't get scanname for every objectHybridDog
2016-01-02Merge branch 'HybridDog-noteblock_update'Jeija
2016-01-02Noteblock: Code cleanupHybridDog
2016-01-02Add os.datetable(), a (very) limited wrapper for os.date(). Fixes #246.Carter Kolwey
2015-12-29Merge branch 'sofar-sound'Jeija
2015-12-26Fix sound volume level of noteblock.Auke Kok