Commit Graph

1284 Commits

Author SHA1 Message Date
Vanessa Ezekowitz 0c0ee930f9 glowlights and glowcubes now automatically place floor, ceiling, wall
varieties depending on whether you are pointing at the floor, ceiling,
or a wall.

Removed cross-crafting recipes, took excess lighting nodes out of
creative inventory, added drops for excess models to point them back to
floor or ceiling versions, as appropriate.

This change does not affect old maps or inventories.
2013-04-14 15:45:21 -04:00
VanessaE 71ac680e2b Merge pull request #17 from ShadowNinja/signs_infotext_linebreak
Use "|" for linebreaks in infotext
2013-04-05 16:05:42 -07:00
ShadowNinja 7d0a3f9056 Use "|" for linebreaks in infotext 2013-04-05 19:04:05 -04:00
VanessaE 479032c135 Merge pull request #16 from ShadowNinja/signs_infotext
Use infotext for signs
2013-04-05 15:51:13 -07:00
ShadowNinja 7c9778d64b Use infotext for signs 2013-04-05 18:47:34 -04:00
VanessaE e6757700dc Merge pull request #15 from kaeza/master
Assorted Fixes
2013-04-05 10:53:34 -07:00
Diego Martínez 5639b1f6b5 Assorted fixes 2013-04-05 08:17:50 -03:00
VanessaE e790116ef6 Merge pull request #14 from kaeza/master
Added Microwave Oven
2013-04-05 03:11:12 -07:00
Diego Martínez 38f3ee8ac7 Added Microwave Oven 2013-04-05 07:10:02 -03:00
Vanessa Ezekowitz c07d4c2199 slight improvement to large glass table textures 2013-04-04 23:05:01 -04:00
Vanessa Ezekowitz c2aa7582fd Fixed tables' on_place functions to properly check for on_rightclick
on whatever you try to place on, so that the on_rightclick is executed
instead of the table being placed (e.g. it was interfering with doors).
2013-04-04 22:14:07 -04:00
Vanessa Ezekowitz e5c99a3144 Made all wooden and glass tabletops nodebox-based.
Several textures renamed to suit, a few new ones added.
2013-04-04 03:55:34 -04:00
Vanessa Ezekowitz 1ca5d00096 fixed a similar bug in signs code 2013-04-03 22:53:23 -04:00
Vanessa Ezekowitz ec36f798c5 fixed an obscure bug
where doors placed onto an unknown block would cause a crash.
2013-04-03 22:46:57 -04:00
Vanessa Ezekowitz fdd0d133ab Forgot to finish the wood textures.
Finished, and improved all three a bit.
2013-04-03 17:25:55 -04:00
Vanessa Ezekowitz 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
Vanessa cb993bfd4b changed alternate chains recipe 2013-03-26 22:50:43 -04:00
Vanessa c293441426 Added inventory images for some of the smaller items. 2013-03-26 22:05:19 -04:00
Vanessa 67d8bbebc9 changed recipes for armchair and chains.
added alternate craft for chains.
2013-03-26 21:59:39 -04:00
VanessaE 033200662b Merge pull request #13 from kaeza/fixes
Added recipes
2013-03-26 18:18:06 -07:00
Diego Martínez 7ee8311934 Added recipes 2013-03-26 22:13:48 -03:00
VanessaE 6734ed30d6 Merge pull request #12 from kaeza/fixes
Added individual textures for lamps
2013-03-26 17:42:35 -07:00
Diego Martínez f475774e11 Added individual textures for lamps 2013-03-26 21:40:47 -03:00
VanessaE 7107188d3d Merge pull request #11 from kaeza/fixes
Merged 3dforniture
2013-03-26 17:33:15 -07:00
Diego Martínez 256b80a22a Merged 3dforniture 2013-03-26 21:27:25 -03:00
Vanessa 349748e100 kaeza fixed node ownership detection for placing signs 2013-03-22 23:26:54 -04:00
VanessaE cc97a0ebd9 Merge pull request #10 from kaeza/master
Some Fixes
2013-03-22 14:31:18 -07:00
Diego Martínez 1ce512a3c8 add logging support to signslib and re-add intllib support 2013-03-22 14:49:57 -03:00
Diego Martínez d4f7de4640 fix wrong check for protection on node placement 2013-03-22 14:37:44 -03:00
Vanessa Ezekowitz 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
Vanessa Ezekowitz 02b8f22305 brought changelog up-to-date 2013-03-16 21:17:23 -04:00
VanessaE 86c3bb1d26 Merge pull request #8 from kaeza/master
Changed sounds from leaves to wood
2013-03-16 17:55:31 -07:00
Diego Martínez b0947a4fdf Changed sounds from leaves to wood 2013-03-16 20:46:30 -03:00
VanessaE 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
VanessaE da0fccaeb5 Merge pull request #6 from kaeza/master
Fixed fences being able to overwrite other nodes
2013-03-16 16:02:39 -07:00
VanessaE 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
Diego Martínez a077685e8b Fixed yard signs being able to overwrite other nodes 2013-03-16 19:20:02 -03:00
Diego Martínez 670c44c156 Fixed fences being able to overwrite other nodes 2013-03-16 19:00:41 -03:00
Diego Martínez 07f3e65b4f Fixed text on brass/wrought-iron posts not showing 2013-03-16 18:27:13 -03:00
VanessaE e0c7ad2d6a Merge pull request #4 from kaeza/master
Various fixes and additions
2013-03-11 09:54:05 -07:00
Diego Martínez f79c5557fc changed way in which signs attach to fences 2013-03-11 06:59:42 -03:00
Vanessa Ezekowitz 975474c2c0 Fixed missing cooking ABM code for locked ovens. 2013-03-08 23:22:10 -05:00
Calinou 3b7fd6e677 Added French translation 2013-03-05 11:44:51 -05:00
VanessaE 4231522961 Merge pull request #3 from kaeza/master
Added localization support
2013-03-04 23:25:45 -08:00
Diego Martínez 4e67a184f2 Merge branch 'master' of https://github.com/VanessaE/homedecor 2013-03-05 05:22:37 -02:00
Diego Martínez 6133234771 Added localization support 2013-03-05 05:18:56 -02:00
Darren Salt 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
VanessaE d6c8e075a4 Merge pull request #2 from kaeza/master
Added locked stuff cabinets, refrigerator, and oven.
2013-02-25 12:02:52 -08:00
Diego Martínez e8f0051699 Added locked store-able nodes 2013-02-25 15:03:09 -02:00
Vanessa Ezekowitz b122454741 added alternate crafting recipe for glass-and-wood grid-style doors 2013-02-13 15:28:11 -05:00