77bb9636bc
Merge branch 'showItemDescription' into 'master'
...
improve info with fallback
See merge request VanessaE/homedecor_modpack!15
2020-10-14 10:22:12 +00:00
77af2295ae
add description of item in frame / on pedestal
...
lets players brag about their tools and is useful
for better overview.
2020-10-14 10:22:12 +00:00
e5866b7928
Merge remote-tracking branch 'upstream/master'
2020-10-12 18:43:38 +02:00
f2cd1fbd49
Merge branch 'master' into 'master'
...
Display item's description in infotext.
See merge request VanessaE/homedecor_modpack!14
2020-10-12 08:27:09 +00:00
43de5b79ae
Display item's description in infotext.
...
allows players to brag about their tool stats and is useful for better overview.
2020-10-12 06:23:01 +00:00
b6ecc0b95f
Merge remote-tracking branch 'upstream/master'
2020-10-09 19:30:42 +02:00
0678ecdafc
Merge branch 'update_german_locale' into 'master'
...
Update german locale
See merge request VanessaE/homedecor_modpack!13
2020-10-09 04:57:41 +00:00
ec1be77d7e
Update german locale
2020-10-09 04:57:41 +00:00
320cd1d449
Merge remote-tracking branch 'upstream/master'
2020-09-15 21:39:14 +02:00
1ecde7e278
fix #29
2020-09-15 09:20:08 -04:00
3675e9c266
Merge remote-tracking branch 'upstream/master'
2020-08-19 21:23:52 +02:00
47a029923c
opt depend on screwdriver in _common
2020-08-17 09:18:51 -04:00
3567b42c39
Merge remote-tracking branch 'upstream/master'
2020-08-08 10:04:04 +02:00
c2122a634a
Merge branch 'locale' into 'master'
...
MT5 translation
See merge request VanessaE/homedecor_modpack!12
2020-08-06 19:38:13 +00:00
98b281aade
Fix minetest warnings from homedecor_lighting
...
```
Undeclared global variable "mesecon" accessed at ...etest/mods/homedecor_modpack/homedecor_lighting/init.lua:852
Undeclared global variable "mesecon" accessed at ...etest/mods/homedecor_modpack/homedecor_lighting/init.lua:898
```
2020-08-05 16:10:33 +02:00
1090c9139c
.luacheckrc on each mod
2020-08-05 16:01:47 +02:00
1c7ceb2e90
MT5 translation for homedecor_common
...
- Remove intllib support
- Fix luacheck warnings (except for 1 I don't know what to do)
- Removes homedecor_common/mt_game_beds_functions.lua (we can get the
function directly from `beds` mod instead of using an obsolete copie; I
have not re-enabled bed-sleeping, but it should work)
2020-08-05 16:01:47 +02:00
f0ab7a6c78
MT5 translation for plasmascreen
2020-08-05 16:01:47 +02:00
0800810530
MT5 translation for lavalamp
2020-08-05 16:01:47 +02:00
b88d76d07f
MT5 translation for itemframes
...
- Fix luacheck warnings
2020-08-05 16:01:47 +02:00
3bc711b9e3
MT5 translation for inbox
2020-08-05 16:01:47 +02:00
4a72054c78
MT5 translation for homedecor_windows_and_treatments
2020-08-05 16:01:47 +02:00
204beaaaac
MT5 translation for homedecor_wardrobe
...
- Add screwdriver to optional_depends
- Fix luacheck warnings
2020-08-05 16:01:47 +02:00
f7412c6191
MT5 translation for homedecor_trash_cans
2020-08-05 16:01:47 +02:00
0e52553b8a
MT5 translation for homedecor_tables
...
- Fix luacheck warnings
2020-08-05 16:01:47 +02:00
a9809998bf
MT5 translation for homedecor_seating
...
- Add screwdriver to optional_depends
- Fix luacheck warnings
2020-08-05 16:01:47 +02:00
ea6e75fa6a
MT5 translation for homedecor_roofing
...
- Fix luacheck warnings
2020-08-05 16:01:47 +02:00
661636bb5c
MT5 translation for homedecor_pictures_and_paintings
2020-08-05 16:01:47 +02:00
77df83e161
MT5 translation for homedecor_office
2020-08-05 16:01:47 +02:00
92649fad62
MT5 translation for homedecor_misc
...
- Add screwdriver to optional_depends
- Fix luacheck warnings
- Fix indentation
2020-08-05 16:01:47 +02:00
e3ec030468
MT5 translation for homedecor_lighting
...
- Add screwdriver to optional_depends
- Fix luacheck warnings (mostly removing unused/legacy stuff)
Note: sm_light used to be a light_source value for lattice small lantern,
but when this was changed, only half of the lines were deleted
(including the declaration). The other half has been preserved because
it was part of an if-arm that "seems" unrelated (but it only seems).
- Improve french translation
2020-08-05 16:01:39 +02:00
4f23eeec3e
MT5 translation for homedecor_laundry
...
- Add french translation
2020-08-05 16:01:39 +02:00
efba9e0648
MT5 translation for homedecor_kitchen
...
- Add screwdriver in optional_depends
- Fix luacheck warnings
2020-08-05 16:01:39 +02:00
eae0f6cb3c
MT5 translation for homedecor_gastronomy
...
- Add screwdriver in optional_depends
- Fix luacheck warning
- Improve french translation
2020-08-05 16:01:39 +02:00
57d51e4596
MT5 translation for homedecor_furniture_medieval
2020-08-05 16:01:39 +02:00
6f383c66b0
MT5 translation for homedecor_furniture
2020-08-05 16:01:39 +02:00
9d28edc3ff
MT5 translation for homedecor_foyer
...
- Add screwdriver in optional_depends
2020-08-05 16:01:39 +02:00
22e4e0c42b
MT5 translation for homedecor_fences
...
- Update .luacheckrc to allow signs_lib in globals since the current API
doesn't allow to have it read only (added a FIXME, needs a addition to
signs_lib, ping @VanessaE)
2020-08-05 16:01:39 +02:00
1675a93fec
MT5 translation for homedecor_exterior
...
- add screwdriver in optional_depends
- fixes luacheck warnings
- french translation
2020-08-05 16:01:32 +02:00
facee91684
MT5 translaton for homedecor_electronics
...
- Fix indentation
- Remove duplicated craft
2020-08-05 16:01:32 +02:00
07e42fb2f5
MT5 translation for homedecor_electrical
...
- fixes luacheck warnings
2020-08-05 16:01:32 +02:00
512ae9ec67
MT5 translation for homedecor_doors_and_gates
...
- add screwdriver optional_depends
- fix luacheck warnings
- french translation
2020-08-05 16:01:18 +02:00
4d6458b684
MT5 translation for homedecor_cobweb
...
- luacheck warnings fix
`homedecor_cobweb/init.lua:104:10: setting read-only field rotate_cobweb of global homedecor`
2020-08-05 16:01:18 +02:00
6b18347fb0
MT5 translation for homedecor_clocks
...
- add screwdriver in optional_depends
- improve french translation
2020-08-05 16:01:18 +02:00
c1d9cc1de2
MT5 translation for homedecor_climate_control
...
- Add screwdriver in optional_depends
- Add screwdriver in .luacheckrc
2020-08-05 16:01:18 +02:00
fc28c4385a
MT5 translaton for homedecor_books
...
Separate translation of colors because it depends of context for some
languages (eg. french); improved translation of colors in french.
2020-08-05 16:01:10 +02:00
c6e35a4e5c
MT5 translation for homedecor_bedroom
...
- add screwdriver in optional_depends
- Fix luacheck warnings
2020-08-05 15:35:36 +02:00
ea73ff6f6e
MT5 translation for homedecor_bathroom
...
- add screwdriver in optional_depends
- Fixes luacheck warnings
2020-08-05 15:35:36 +02:00
1faa55a89e
mod.conf for homedecor_3d_extras
2020-08-05 15:35:36 +02:00
2b7905e12d
MT5 translation for fake_fire
...
- remove homedecor_common from depends since not required anymore
- remove screwdriver line
- luacheck warnings fixes
```
init.lua:27:8: variable id was previously defined on line 7
init.lua:47:8: variable id was previously defined on line 27
init.lua:201:9: unused variable meta
```
2020-08-05 15:35:36 +02:00