Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-30 | Use minetest.swap_node() instead of mesecons' version, Minor code changes | Vanessa Ezekowitz | |
here and there to facilitate this. | |||
2013-11-30 | use 'wood' group for crafting pistons, pressure plates, and noteblocks | Vanessa Ezekowitz | |
2013-11-29 | Merge pull request #124 from qwrwed/master | VanessaE | |
Make blinkyplants toggleable | |||
2013-11-29 | Make blinkyplants toggleable | qwrwed | |
2013-09-08 | Update Microcontroller Tutorial and add .odt source for the .pdf | Jeija | |
2013-09-07 | Add LICENSE.txt | Jeija | |
LGPLv3 for code, CC-BY-SA-3.0 for everything else This should makes it easier for packagers of distributions | |||
2013-09-07 | Upgrade CC-BY-SA License to 3.0 | Jeija | |
Permitted according to section 4b of CC-BY-SA-2.0: "a later version of this License with the same License Elements as this License" | |||
2013-08-29 | Escape microcontroller code in formspec | khonkhortisan | |
2013-08-27 | Merge pull request #119 from VanessaE/master | VanessaE | |
Give crossing proper textures | |||
2013-08-28 | Give crossing proper textures | Vanessa Ezekowitz | |
2013-08-27 | Merge pull request #112 from khonkhortisan/multi_rules | khonkhortisan | |
Multi rules Merged for near-future textures to be merged cleanly. | |||
2013-06-22 | Audit code for possible nil value indexing with unregistered nodes. | Anthony Zhang | |
2013-06-22 | Merge remote-tracking branch 'refs/remotes/origin/master' | Anthony Zhang | |
2013-06-22 | Descend µ in comment | khonkhortisan | |
2013-06-20 | Crossover | khonkhortisan | |
2013-06-15 | Fix pistons not updating the nodes when placing them again. | Novatux | |
2013-06-10 | mesecon:rules_link nil return rule | khonkhortisan | |
Fixes https://github.com/Jeija/minetest-mod-mesecons/issues/108 | |||
2013-06-10 | Support cyclic references in luacontroller memory tables, prohibit usage of ↵ | Anthony Zhang | |
goto statement (bugs reported by Nore). | |||
2013-06-06 | Fix bug where functions in Luacontroller EEPROM crashes the server (fixes #107). | Anthony Zhang | |
2013-06-05 | Fix README a little and add piston sounds by suzenako, contributed by ↵ | Anthony Zhang | |
jordan4ibanez. | |||
2013-06-05 | Change mesecons signals so that they update effectors only after a ↵ | Novatux | |
globalstep, configurable to be on/off | |||
2013-06-05 | Merge pull request #106 from Novatux/heat | Anthony | |
Add an ABM function which resets heat to 0, ... | |||
2013-06-05 | Add an ABM function which resets heat to 0, since gates/controllers won't be ↵ | Novatux | |
cooled normally if they are moved (piston, etc...) during the cooling delay. | |||
2013-06-01 | Add yellow lightstone | Sfan5 | |
2013-05-26 | A ReadMe that is at least 2.84 times better than the old ones. | Anthony Zhang | |
2013-05-25 | Add license information (requested by kaeza). | Anthony Zhang | |
2013-05-21 | Silly mistake, interrupts should work better now. | Anthony Zhang | |
2013-05-15 | Add burnt luacontroller (so you don't lose your program after an overheat) ↵ | Anthony Zhang | |
and prevent interrupts from piling up (fixes #101, metadata trashing). Idea for burnt luacontroller comes from ShadowNinja. | |||
2013-04-28 | Merge pull request #100 from RealBadAngel/master | VanessaE | |
Update crafting recipes - pretty much all of Mesecons recipes still used an old, now deprecated syntax substantially of the form 'node "default:xxxx" 2' (with two pairs of quotes). All such recipes have been changed to use the current method, i.e. "default:xxxx 2" (with one pair of quotes encompassing the whole itemstack). | |||
2013-04-28 | Fix all crafting recipes to use modern style | RealBadAngel | |
2013-04-28 | Merge pull request #98 from RealBadAngel/patch-3 | VanessaE | |
Update init.lua | |||
2013-04-28 | Update init.lua | RealBadAngel | |
Remove old style flat inv images | |||
2013-04-27 | Merge remote-tracking branch 'refs/remotes/origin/master' | Anthony Zhang | |
2013-04-27 | Avoid prepending "Server -!- " to messages sent using the command block. | Anthony Zhang | |
2013-04-26 | Merge pull request #97 from RealBadAngel/patch-2 | Jeija | |
Update README minetest-c55 --> minetest | |||
2013-04-27 | Update README | RealBadAngel | |
2013-04-22 | Merge pull request #96 from VanessaE/master | Anthony | |
Texture tweaks for vertical wires with caps | |||
2013-04-21 | Minor tweak to allow vertical wires with caps to use the "vertical" | Vanessa Ezekowitz | |
texture for the sides (still uses the "full" for the top/bottom of the caps). | |||
2013-04-21 | Fix pressure plate (onstate) nodebox | Jeija | |
2013-04-20 | Merge pull request #95 from VanessaE/master | Jeija | |
Pressure plate texturing tweaks | |||
2013-04-21 | Make pressure plate texturing more flexible, improve appearance of existing ↵ | Vanessa Ezekowitz | |
textures | |||
2013-04-20 | Fix pressure plate wield image. | Anthony Zhang | |
2013-04-20 | Update selection boxes to make building easier. | Anthony Zhang | |
2013-04-15 | Merge pull request #94 from RealBadAngel/patch-1 | Jeija | |
Update mesecons_button/init.lua (change craft recipe format, no gameplay change) | |||
2013-04-15 | Update init.lua | RealBadAngel | |
change crafting recipe format | |||
2013-04-14 | Merge remote-tracking branch 'refs/remotes/origin/master' | Anthony Zhang | |
2013-04-14 | Fix invalid node name if node was changed in after_place_node callback ↵ | Anthony Zhang | |
(fixes #93). | |||
2013-04-13 | Merge branch 'patch_#85' | Jeija | |
Let's see if someone complains... | |||
2013-04-07 | Merge pull request #92 from khonkhortisan/lazypull | Anthony | |
Round movestone position, don't forget last pull | |||
2013-04-07 | Round movestone position, don't forget last pull | khonkhortisan | |