summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-26Merge pull request #97 from RealBadAngel/patch-2Jeija
Update README minetest-c55 --> minetest
2013-04-27Update READMERealBadAngel
2013-04-22Merge pull request #96 from VanessaE/masterAnthony
Texture tweaks for vertical wires with caps
2013-04-21Minor 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-21Fix pressure plate (onstate) nodeboxJeija
2013-04-20Merge pull request #95 from VanessaE/masterJeija
Pressure plate texturing tweaks
2013-04-21Make pressure plate texturing more flexible, improve appearance of existing ↵Vanessa Ezekowitz
textures
2013-04-20Fix pressure plate wield image.Anthony Zhang
2013-04-20Update selection boxes to make building easier.Anthony Zhang
2013-04-15Merge pull request #94 from RealBadAngel/patch-1Jeija
Update mesecons_button/init.lua (change craft recipe format, no gameplay change)
2013-04-15Update init.luaRealBadAngel
change crafting recipe format
2013-04-14Merge remote-tracking branch 'refs/remotes/origin/master'Anthony Zhang
2013-04-14Fix invalid node name if node was changed in after_place_node callback ↵Anthony Zhang
(fixes #93).
2013-04-13Merge branch 'patch_#85'Jeija
Let's see if someone complains...
2013-04-07Merge pull request #92 from khonkhortisan/lazypullAnthony
Round movestone position, don't forget last pull
2013-04-07Round movestone position, don't forget last pullkhonkhortisan
2013-04-02Sanity checks for commandblock commands.Anthony Zhang
2013-04-02Don't push objects into walls and fix bug in previous commitJeija
2013-04-02Make pistons and movestones move objects (push only yet)Jeija
2013-04-02Make pistons and movestones move objects (push only yet)Jeija
2013-04-01Experimental fix for issue #85 by removing ignored ports from the luacontrollerJeija
2013-03-27Add /tellme command to command block.Anthony Zhang
2013-03-26Add table.* to luacontroller sandboxJeija
2013-03-23Explicit tables of luacontroller environment.Anthony Zhang
2013-03-23Add math library to luacontroller, and make sure to copy stuff so code can't ↵Anthony Zhang
get out of the sandbox.
2013-03-16Don't forget sticky movestones!Anthony Zhang
2013-03-15Add MOVESTONE_MAXIMUM_PUSH setting.Anthony Zhang
2013-03-15Avoid corrupting metadata.Anthony Zhang
2013-03-15Use formspec_escape when available.Anthony Zhang
2013-03-15Avoid borking the luacontroller if the code uses square brackets. When the ↵Anthony Zhang
next stable MT is released, uncomment the formspec_escape call to take advantave of formspec escaping.
2013-03-14Up/down pistons should also have special rules excluding the pusher side ↵Anthony Zhang
(rotated versions of normal pistons).
2013-03-14Lots of bugs in movestones fixed:Anthony Zhang
* Movestones no longer eat nodes when running off the track. * Movestones no longer eat nodes when colliding with an mvps stopper. * Movestones no longer pass through mvps stoppers. * Movestones do not eat nodes when they are suddenly placed in the entity's path.
2013-03-11Revert additional piston rules.Anthony Zhang
2013-03-11Support metadata in piston pushing (so that microcontrollers and such can be ↵Anthony Zhang
pushed), support pushing chests (not locked ones though), and add two missing rules for pistons (z- top and bottom, but not z- itself). This still avoids the piston pushing power source issue.
2013-03-07Add /hp command to set the HP of a given player, requires the ban privelege.Anthony Zhang
2013-03-06Digging and footstep sounds for everything that needs them! Plus, pushing ↵Anthony Zhang
buttons, punching switches, and flipping levers all make sounds.
2013-03-05Merge pull request #82 from Jat15/patch-1Jeija
Fix bug texture in mesewire for 0.4 stable
2013-03-04Fix bug texture in mesewire for 0.4 stableJat
2013-03-02Merge pull request #80 from khonkhortisan/masterkhonkhortisan
Vertical piston selection boxes
2013-03-02Make vertical piston pusher selection boxes match their horizontalkhonkhortisan
equivalents
2013-02-24Don't totally force deactivation of block two below the pressure plate if ↵Jeija
connected to a receptor
2013-02-24Bugfix: Also deactivate the block two below when digging a pressure plateJeija
2013-02-22Improved object detector craft recipe, picture soon available on mesecons.netJeija
2013-02-22Add (shaped) craft recipe for vertical meseconsJeija
* Craft them from three wires in a vertical row * Craft them back into mesecons by just putting one of them in the grid
2013-02-22Object Detector, cleanup and different behaviour:Jeija
* Name to scan for can be specified by right-clicking it * It can receive digiline signals that change the name to scan for * A sign above it for the name doesn't work anymore (this features wasn't used often anyway)
2013-02-19More distinguishable inventory image for the luacontroller (not wieldJeija
item, just top)
2013-02-19Merge branch 'luacontroller'Jeija
2013-02-19Fix onstate corner dropJeija
I blame khonkhortisan
2013-02-18Merge pull request #77 from khonkhortisan/masterkhonkhortisan
mesecons_extrawires:insulated_off
2013-02-18Fix the nodename of a dropKyle