1ca5d00096
fixed a similar bug in signs code
2013-04-03 22:53:23 -04:00
ec36f798c5
fixed an obscure bug
...
where doors placed onto an unknown block would cause a crash.
2013-04-03 22:46:57 -04:00
fdd0d133ab
Forgot to finish the wood textures.
...
Finished, and improved all three a bit.
2013-04-03 17:25:55 -04:00
17e47745d1
Add several new colors of armchairs
...
Renamed the plain one to include "black", aliased to original name.
Better textures for the wooden table/chair and the black armchair.
Also renamed purple shutter to violet for consistency.
2013-04-03 17:03:42 -04:00
cb993bfd4b
changed alternate chains recipe
2013-03-26 22:50:43 -04:00
c293441426
Added inventory images for some of the smaller items.
2013-03-26 22:05:19 -04:00
67d8bbebc9
changed recipes for armchair and chains.
...
added alternate craft for chains.
2013-03-26 21:59:39 -04:00
033200662b
Merge pull request #13 from kaeza/fixes
...
Added recipes
2013-03-26 18:18:06 -07:00
7ee8311934
Added recipes
2013-03-26 22:13:48 -03:00
6734ed30d6
Merge pull request #12 from kaeza/fixes
...
Added individual textures for lamps
2013-03-26 17:42:35 -07:00
f475774e11
Added individual textures for lamps
2013-03-26 21:40:47 -03:00
7107188d3d
Merge pull request #11 from kaeza/fixes
...
Merged 3dforniture
2013-03-26 17:33:15 -07:00
256b80a22a
Merged 3dforniture
2013-03-26 21:27:25 -03:00
349748e100
kaeza fixed node ownership detection for placing signs
2013-03-22 23:26:54 -04:00
cc97a0ebd9
Merge pull request #10 from kaeza/master
...
Some Fixes
2013-03-22 14:31:18 -07:00
1ce512a3c8
add logging support to signslib and re-add intllib support
2013-03-22 14:49:57 -03:00
d4f7de4640
fix wrong check for protection on node placement
2013-03-22 14:37:44 -03:00
9cfc7a9411
Split most of nodes.lua off into separate files by category.
...
Also fixed a screwed up register_craftitem that was overriding a register_node
call for the same object (wooden table legs). Got rid of the old "mkII" wooden
table legs.
2013-03-17 19:09:42 -04:00
02b8f22305
brought changelog up-to-date
2013-03-16 21:17:23 -04:00
86c3bb1d26
Merge pull request #8 from kaeza/master
...
Changed sounds from leaves to wood
2013-03-16 17:55:31 -07:00
b0947a4fdf
Changed sounds from leaves to wood
2013-03-16 20:46:30 -03:00
fa732decdb
Merge pull request #7 from kaeza/master
...
Fixed yard signs being able to overwrite other nodes
2013-03-16 16:23:27 -07:00
da0fccaeb5
Merge pull request #6 from kaeza/master
...
Fixed fences being able to overwrite other nodes
2013-03-16 16:02:39 -07:00
808c15beb3
Merge pull request #5 from kaeza/master
...
Fixed text on brass/wrought-iron posts not showing
2013-03-16 15:30:34 -07:00
a077685e8b
Fixed yard signs being able to overwrite other nodes
2013-03-16 19:20:02 -03:00
670c44c156
Fixed fences being able to overwrite other nodes
2013-03-16 19:00:41 -03:00
07f3e65b4f
Fixed text on brass/wrought-iron posts not showing
2013-03-16 18:27:13 -03:00
e0c7ad2d6a
Merge pull request #4 from kaeza/master
...
Various fixes and additions
2013-03-11 09:54:05 -07:00
f79c5557fc
changed way in which signs attach to fences
2013-03-11 06:59:42 -03:00
975474c2c0
Fixed missing cooking ABM code for locked ovens.
2013-03-08 23:22:10 -05:00
3b7fd6e677
Added French translation
2013-03-05 11:44:51 -05:00
4231522961
Merge pull request #3 from kaeza/master
...
Added localization support
2013-03-04 23:25:45 -08:00
4e67a184f2
Merge branch 'master' of https://github.com/VanessaE/homedecor
2013-03-05 05:22:37 -02:00
6133234771
Added localization support
2013-03-05 05:18:56 -02:00
cf0ad1fd9a
Added corner chainlink fences
...
Craft two regular chainlink fences to get the corner variety, place the result
back into the craft grid to get the two fences back.
2013-03-05 02:16:20 -05:00
d6c8e075a4
Merge pull request #2 from kaeza/master
...
Added locked stuff cabinets, refrigerator, and oven.
2013-02-25 12:02:52 -08:00
e8f0051699
Added locked store-able nodes
2013-02-25 15:03:09 -02:00
b122454741
added alternate crafting recipe for glass-and-wood grid-style doors
2013-02-13 15:28:11 -05:00
a3a95a59bd
changed glowlight recipes to avoid conflicts with moreblocks, made IC rely on
...
moreores copper, added recipes to craft glow cubes back into glowlight slabs.
2013-02-13 13:27:49 -05:00
aa04eac212
made signs check for node ownership/protection before allowing placement.
2013-02-10 19:23:29 -05:00
bd68f563bb
took fences-with-signs out of creative inventory
2013-02-09 18:51:06 -05:00
323e230d49
Add ability to place a sign directly onto a brass/wrought iron fencepost
...
rather than crafting a sign-on-fencepost from one of each, how about just
placing a sign directly onto a fencepost instead? This commit adds this.
Place a brass or wrought iron fencepost, then attempt to place a sign against
it. The fencepost will be replaced with one bearing the sign - in the same
node. Dig to get the two pieces back as separate items, right click the placed
sign to edit the text thereon.
Note that as of this commit, there is a bug in minetest/builtin/item.lua that
causes signs not to be deducted from your inventory on placement.
2013-02-09 17:59:35 -05:00
6d00d9dd5a
got rid of commented-out code
2013-02-08 14:34:12 -05:00
c62a4a549a
fixed hacky on_rightclick/on_place code for doors. They work better now.
2013-02-08 14:31:35 -05:00
a7ab6fac34
got rid of inventory images for signs - the rendered nodeboxes look better
2013-02-08 02:53:08 -05:00
178386ee53
Added the ability to place a sign onto a brass or wrought iron fence
...
uses code from PilzAdam's rework of thexyz's signs mod.
2013-02-08 02:31:40 -05:00
94af6653fd
completely rewrote all doors code to condense them
...
into two files - one with the nodebox models, and one with the
actual node definitions.
In the process, cleaned up the code that handles node_ownership
and protection mods.
Also made the mod automatically enable either left-click or right-click to
open/close a door, depending on whether the game supports it (actually it
checks for the existance of an unrelated function that happened to be added at
the same time as the new right-click function).
Renamed some textures, duplicated all of the _lr.png textures to make it
easier to register the textures in a loop and to allow for more flexible
texturing.
2013-01-23 05:45:42 -05:00
942841ea67
fixed descriptions in plain wooden doors
2013-01-07 22:50:47 -05:00
7ac917e4dc
Updated to account for changes in behavior of mese
2012-12-20 21:25:11 -05:00
a54db0a0a3
Made all doors have selection boxes that cover the whole door instead of just
...
half.
2012-12-03 05:41:31 -05:00