Commit Graph

5 Commits

Author SHA1 Message Date
Vanessa Ezekowitz a54db0a0a3 Made all doors have selection boxes that cover the whole door instead of just
half.
2012-12-03 05:41:31 -05:00
Vanessa Ezekowitz e0c9cb66cd minor tweak to glass doors to allow for top- and bottom-half images on
the edges of the doors (so that the top and bottom corners can be
drawn in).
2012-12-03 05:20:20 -05:00
Vanessa Ezekowitz 2900014d0f Added support for glomie's node protection mod. Like the node_ownership mod,
you can only place doors on land that is either not protected, or is protected
by you (singleplayer mode is unaffected).
2012-10-10 23:49:39 -04:00
Vanessa Ezekowitz a7a2e11b7e All doors now check for the presence of node_ownership and, if present and
the area you place in is owned by someone else, and you don't have rights to
build there, the door will not be placed (you will receive a warning message
instead).
2012-10-09 05:57:24 -04:00
Vanessa Ezekowitz 9798c4fa36 Wrote a whole new door routine, used it to add solid glass and glass-and-wood
doors, converted the others to use that new code, and all use nodeboxes now.
Folding doors are now called "closet" doors and will be converted via a handful
of aliases.  Tweaked crafting recipe for oak closet door to put the steel ingot
on the left.  Moves all doors' crafting recipes into crafts.lua.  This sweeps
away the old buggy zlpdoors-derived code.
2012-10-04 07:24:36 -04:00