Commit Graph

17 Commits

Author SHA1 Message Date
Tim
78045a752f move most other homedecor nodes to the new registration function, remove any unnecessary fields due to minetest or homedecor defaults 2015-01-24 00:34:02 +01:00
Tim
cfff6490cb reduce some unnecessarily verbose boolean expressions in door_and_gates.lua 2015-01-23 12:37:23 -05:00
Tim
b5188493cc abstract common nodebox forms, fixing some ignored ones in the process 2015-01-23 12:37:23 -05:00
Tim
0341a00f9f also make the japanese door use the expand function, giving it a proper construction (buildable_to) and prevent crashes when rightclicking onknown nodes with it 2015-01-23 12:37:23 -05:00
Tim
cdbdcbef14 make doors use the new expansion functions 2015-01-23 12:37:23 -05:00
Tim
be4ed12b6c whitespace cleanup:
* remove all trailing whitespaces
* make inbox and computer use the prevalent indentation rules
* CRLF->LF where found
2015-01-21 00:44:23 +01:00
Vanessa Ezekowitz
0a1e194b3c don't try to register "right" door inv images
they don't exist, and aren't used anyway
2014-11-23 03:18:23 -05:00
kilbith
b34857b263 Fix little omission (jpn wall top) 2014-11-13 10:29:00 +01:00
kilbith
361b742c56 Update doors_and_gates.lua
japanese doors tweaks
2014-11-12 15:41:49 -05:00
jp
76350ac642 Add new door 2014-11-07 13:39:48 +01:00
Vanessa Ezekowitz
7919512b3e remove some commented-out code 2014-10-05 16:05:47 -04:00
kilbith
3676b52768 Add actual sliding door to Japanese-style walls
Flatten images for door and walls to prevent alpha-sorting glitches
2014-10-05 16:04:27 -04:00
Vanessa Ezekowitz
15a11737e5 add a wrought iron gate/door 2014-09-22 03:04:03 -04:00
jp
1a9a9939ee Add japanese walls and tatami mat
(they're supposed to be doors, but they don't open/close yet)
2014-08-04 11:18:02 -04:00
Vanessa Ezekowitz
ba3abaa6a6 avoid duplicating get_nodedef_field() function
(both doors/gates and desk need it)

moved to init.lua and into homedecor.* namespace.
2014-06-29 10:47:25 -04:00
Vanessa Ezekowitz
a6122f03d9 Remove old ownership code and use Minetest's built-in ownership code instead
Some minor code rewrites here and there to accommodate this changeover.
2014-01-30 15:53:21 -05:00
Vanessa Ezekowitz
e057d357c8 split signs_lib from homedecor, put them into their own separate mods
package the two together as a modpack so that regular homedecor users don't
see a functional change, but others can take signs_lib and use it as a
standalone mod.

also get rid of some *~ files
2014-01-25 12:57:05 -05:00