Commit Graph

47 Commits

Author SHA1 Message Date
Vanessa Dannenberg c645964dd5 Refactor tables and seating
move lrfurn tables to homedecor_tables

create new mod: homedecor_seating

move lrfurn chair, sofas, and all types of homedecor
chairs, benches, etc. that I could think of,
whether intended for exterior or interior use,
to that new mod.

(except tree swing :P )

lrfurn was left empty after this, so deleted.
2019-05-26 20:02:29 -04:00
TenPlus1 0cd8bd7780 remove homedecor_i18n and merged into homedecor_common, fixed meseon global error 2019-04-21 16:25:21 +01:00
Vanessa Dannenberg e291a45d99 license fixups: use LGPL 3.0 for code,
CC-by-SA 4.0 for media and everything else
2018-11-08 18:58:34 -05:00
Vanessa Dannenberg f7ff5ae3f4 allow crafting coffee table from two endtables 2018-10-25 12:44:18 -04:00
Vanessa Dannenberg 41455647a2 lrfurn i18n fix 2018-09-11 06:19:31 -04:00
Vanessa Dannenberg a8729575ab switch to colored itemstacks
with full crafting recipes
(requires Unified Dyes commit 2a816534 or later)

known issues:

standing lamp bypasses vertical stack check
bed expansion changes the color of the first-placed bed
to match the second when creating a king bed.
2018-08-22 05:09:55 -04:00
Eugen Wesseloh 017326dbed replace print with verbose logging (#409)
* remove debug log
2018-05-14 00:00:29 -04:00
fat115 c247318dd8 Update french, german, portuguese (and pt_BR) translations (#380)
* add some translatable strings

* updated translations
add option --sort-by-file to updatepo.sh

* Updated de, pt, pt_BR translations
from pull requests #378 (Wuzzy) & #379 (afmachado)

pt.po and pt_BR.po are the same but pt.po is usable by any portuguese speaking people, not only brazilian ones

* improved french translation
2017-08-12 16:30:46 -04:00
AntumDeluge 7925897748 Replace deprecated methods:
- 'setting_get' with 'settings:get'
- 'setting_getbool' with 'settings:get_bool'
2017-06-25 03:11:12 -04:00
Vanessa Ezekowitz 1eb1e87f08 use unified dyes auto-colorization feature
also fixed some bugs in bed handling
also got rid of the old, obsolete "placeholder" node, aliased it to air.
2017-06-25 03:10:59 -04:00
Diego Martínez f6173b036c Remove dead code. 2017-02-22 22:49:03 -03:00
Vanessa Ezekowitz 2c034ebba0 reduce visual scale of sofas 2017-02-22 16:48:38 -05:00
Vanessa Ezekowitz 06342cbd86 make sofas and coffee table place with long axis left-to-right
(e.g. front of sofa faces you)
2017-02-22 16:43:39 -05:00
Vanessa Ezekowitz 3ea7d5d84e don't deduct sofas from inventory in creative mode 2017-02-22 14:57:52 -05:00
Vanessa Ezekowitz 8ea285e683 fix rotation of sofas.... properly. :P 2017-02-20 16:39:44 -05:00
Vanessa Ezekowitz 18d2e492af use unified dyes' on_rotate handler for some nodes 2017-02-18 13:01:49 -05:00
Vanessa Ezekowitz 6c0dd2d31a use unified dyes' rotation correction functions 2017-02-17 23:07:25 -05:00
Vanessa Ezekowitz e9477dd45d don't run LBM at every load 2017-02-16 16:59:19 -05:00
Diego Martínez 2df6dbcad9 Fix warnings issued by `luacheck`. 2017-02-15 23:53:52 -03:00
Vanessa Ezekowitz a493933105 unified dyes uses on_use now, instead of on_rightclick 2017-02-04 19:41:36 -05:00
Diego Martínez ac9927d035 I18N fixes.
* Make xgettext not output line numbers
* Remove line numbers from existing catalogs.
* Re-add missing localizations.
2017-01-30 21:40:42 -03:00
Vanessa Ezekowitz 6cadc7cf26 convert lrfurn to use param2 colorization
To maximize the palette, this uses the colorwallmounted param2 style,
which necessitated modifying the models to make wallmounted look like
normal facedir.  This means couches and chairs can now only ever be
placed upright, facing one of N/S/E/W like a couch or chair normally
would, but since the screwdriver was already disabled, it was basically
impossible to rotate them to any other orientation anyway.

Since this is colorwallmounted, it uses the 32-color abridged Unified Dyes
palette.
2017-01-30 17:10:01 -05:00
Diego Martínez 27e1175fb0 Add missing translations. 2017-01-29 21:57:15 -03:00
Vanessa Ezekowitz d35ebe8c00 fix colores of white and black sofas 2017-01-26 09:44:00 -05:00
Vanessa Ezekowitz 73545c89af Use texture colorization where possible
Uses "color = <foo>" in the tile image def instead
of compositing with ^[colorize or ^[brighten.  Saves RAM.
2017-01-25 04:22:28 -05:00
Auke Kok 138e078f1b Whitespace damage fixes.
This is cleaned up by `cleanfile` (from the linux kernel tree
tool set).
2016-12-31 12:33:46 -08:00
Foz 8cf828ed00 Fix coffeetable placement.
Fixes minetest-mods/homedecor_modpack #326
2016-11-04 06:47:04 -09:00
Tim 337dc05e70 Always return the ItemStack for on_rightclick to comply with the API. 2016-07-31 13:07:21 +02:00
crazyginger72 70758559cc reduced textures in lrfurn mod and added a full color range to lrfurn and beds 2015-09-23 01:29:06 -04:00
Craig Davison ade26437ee Remove references to group:wood_slab 2015-07-30 08:30:46 +01:00
Vanessa Ezekowitz e492780510 fix missing protection on sofas and coffee tables
add some informative messages
2015-07-21 05:08:40 -04:00
kilbith f1dca4e990 Fix screwdriver variables 2015-05-15 13:22:05 +02:00
kilbith e374b83bc0 Disallow partially or entirely some items to rotate with the screwdriver 2015-05-14 12:41:11 +02:00
Vanessa Ezekowitz f59e0448c7 optimize all PNGs 2015-05-11 12:51:03 -04:00
kilbith fa9d73201c Fix params (again) 2015-05-01 00:12:21 +02:00
kilbith 4dee35893a Cleaning and tweaking node params 2015-04-29 16:58:33 +02:00
Vanessa Ezekowitz 17e872e31e add collision boxes 2015-04-07 20:34:25 -04:00
Vanessa Ezekowitz 9a32904b97 add free-space checking for sofas 2015-04-06 22:49:46 -04:00
Vanessa Ezekowitz 2b5d07470a use mesh nodes for lrfurn sofas and armchairs 2015-04-06 21:35:25 -04:00
jp f5f3e14e35 Delete stack_max=1 in lrfurn 2015-02-10 11:02:07 +01:00
Vanessa Ezekowitz a97bbbc23e OPTIMIZE _ALL_ THE TEXTURES! \:D/ 2015-01-23 13:53:00 -05:00
Tim b5188493cc abstract common nodebox forms, fixing some ignored ones in the process 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 4de58abc31 minetest.env:* --> minetest.* 2014-11-30 12:21:28 -05:00
Vanessa Ezekowitz c26d52ebdd PNGCRUSH _ALL_ THE TEXTURES! "\_:D/ 2014-08-04 13:47:16 -04:00
Vanessa Ezekowitz 41e518282f use group:stick instead of default:sticks in all recipes, all sub-mods. 2014-07-30 18:19:42 -04:00
Vanessa Ezekowitz 4a5f4b4f05 import lrfurn mod 2014-07-18 19:37:08 -04:00