Commit Graph

1284 Commits

Author SHA1 Message Date
Muhammad Nur Hidayat Yasuyoshi 4e439c34cb Malay translation 2017-01-05 01:02:27 -03:00
Foz bf0c918d4e Fix variable name.
Fixes #334.
2017-01-02 01:40:50 -03:00
Auke Kok 923198a2dd Fix most luacheck issues.
There are 3 false positives remaining after this patch, so
the bulk of the issues are fixed now.
2016-12-31 12:33:46 -08: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
Vanessa Ezekowitz 6256427ce7 Merge pull request #332 from FozLand/globe
Allow user to pick up globe by hand.
2016-12-29 19:45:04 -05:00
Tucker Bamberg 50c0eaf436 Allow user to pick up globe by hand. 2016-12-29 18:38:53 -05:00
Auke Kok cdf2c0ff90 Add luacheck config file.
Run `luacheck .` in the toplevel folder and it'll check all
the code. There are plenty of warnings out there to fix atm.
2016-12-15 13:20:32 -08:00
Vanessa Ezekowitz 7429d86dc9 Merge pull request #329 from FozLand/maxwear
Replace deprecated field
2016-11-04 20:59:12 -04:00
Foz 90b9f90c0c replace deprecated field 2016-11-04 07:49:18 -09:00
Vanessa Ezekowitz f1d74ffaea Merge pull request #328 from FozLand/server
Fix server rack texture
2016-11-04 12:24:45 -04:00
Vanessa Ezekowitz 2b03719a6d Merge pull request #327 from FozLand/coffee_table
Fix coffeetable placement.
2016-11-04 12:23:21 -04:00
Foz be941d08ab Fix server rack texture 2016-11-04 07:16:44 -09:00
Foz 8cf828ed00 Fix coffeetable placement.
Fixes minetest-mods/homedecor_modpack #326
2016-11-04 06:47:04 -09:00
Vanessa Ezekowitz ff5946d5c3 Merge pull request #325 from FozLand/flip_gate
Resolve undeclared globals in calls to flip_gate.
2016-11-02 22:35:40 -04:00
Foz f9f0947457 Resolve undeclared globals in calls to flip_gate.
Fixes minetest-mods/homedecor_modpack #324
2016-11-02 17:26:06 -09:00
Vanessa Ezekowitz 547654dcaf Merge pull request #322 from placki/master
add shift-click support to ovens/microwaves
2016-09-29 08:20:41 -04:00
placki 653f8f8b60 add shift-click support to ovens/microwaves 2016-09-29 12:45:34 +02:00
Vanessa Ezekowitz 02a4d143f9 Merge pull request #320 from t4im/listrings
List rings
2016-08-30 14:12:47 -04:00
Tim 32ef2377d4 fix wrong reference introduced in 436fdfac causing can_dig for mailboxes always to fail 2016-08-27 21:11:55 +02:00
Tim 9e7ddd4a40 add listring support to homedecor inventories 2016-08-27 21:10:43 +02:00
Vanessa Ezekowitz a12d20abfc Merge pull request #319 from Megaf/master
Add missing alias for refrigerator locked.
2016-08-21 16:52:17 -04:00
Megaf 726f87131c Add missing alias for refrigerator locked.
minetest.register_alias("homedecor:refrigerator_locked", "homedecor:refrigerator_white_locked")
2016-08-21 21:48:37 +01:00
Vanessa Ezekowitz e3225b9df7 Merge pull request #315 from hy8wGWme/master
bower.json to add a picture to Bower (modding repository and package manager for Minetest) https://minetest-bower.herokuapp.com/mods/homedecor_modpack
2016-08-10 13:29:02 -04:00
hy8wGWme 259e8c64a4 Add files via upload
bower.json to add a picture
2016-08-10 18:41:51 +02:00
Vanessa Ezekowitz 957ff25b9f Merge pull request #314 from t4im/fix/itemstack
Various maintenance and fixes
2016-07-31 14:23:12 -04:00
Tim 436fdfac55 Prevent crashs in can_dig on nil-player. 2016-07-31 13:07:25 +02:00
Tim df84e62798 LIGHT_MAX -> default.LIGHT_MAX 2016-07-31 13:07:25 +02:00
Tim 337dc05e70 Always return the ItemStack for on_rightclick to comply with the API. 2016-07-31 13:07:21 +02:00
Emon b33428b907 Italian locale (#311)
Translation complete
2016-05-18 15:05:35 -07:00
Amaz 5d0c6c3515 Add name of item moved to all inventories. Fixes https://github.com/minetest-mods/homedecor_modpack/issues/307 2016-05-05 07:37:31 -07:00
tenplus1 7b9533fea4 Stop mesecon pistons pushing frame/pedestal
This pull checks for mesecons_mvps mod and adds the item frame and
pedestal items to the list of non-movable items so that players cannot
exploit the double-item glitch.

mesecons_mvps added to depends.txt file for this to work.
2016-04-14 22:11:19 -07:00
Auke Kok 16ae960520 Style updates.
There's no actual code changes here.
2016-04-12 10:09:45 -07:00
Auke Kok 9a4a0e934c Don't allow placement of tetris in protected areas.
Tested with "protector".
2016-03-27 22:51:01 -07:00
Vanessa Ezekowitz 9b61d2082b split signs_lib off from this modpack.
it can now be found in https://github.com/VanessaE/signs_lib
2015-12-20 16:35:39 -05:00
Vanessa Ezekowitz 5d88c3d25c remove some bogus aliases 2015-10-23 13:05:16 -04:00
Vanessa Ezekowitz abdd52721c if moreblocks is installed, use different recipe
for sticks -> bundle of sticks

also add recipe to craft bundle --> 4 sticks
2015-10-12 03:32:26 -04:00
Vanessa Ezekowitz 7ac5e9e815 use mesh nodes for chainlink and barbed wire fences and corners
(so that I can give them custom collision boxes)
2015-10-04 10:06:30 -04:00
Vanessa Ezekowitz e3f3df7508 fixed wrong texture filename 2015-09-25 09:10:15 -04:00
Vanessa Ezekowitz 7b37c66b78 use mesh nodes for shrubbery 2015-09-25 09:00:22 -04:00
Vanessa Ezekowitz fcf8ecfd35 simplify shrubbery collision/selection box 2015-09-25 07:48:07 -04:00
Vanessa Ezekowitz 5fccd3234f make spiral stairs diggable with a pick, not an axe
also, shrink the wield scale down to something reasonable
2015-09-25 07:40:36 -04:00
crazyginger72 2c0045285b Added new, life-life model for the tetris game 2015-09-23 09:23:44 -04:00
crazyginger72 7d7f374e9d Added a bit or realisim to the tower texture :) 2015-09-23 06:49:51 -04:00
crazyginger72 90d1440b3f Added new router front textures 2015-09-23 06:44:00 -04: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
Vanessa Ezekowitz 181c746bbf tweaked "plain" door models to avoid z-fighting with the glass variant. 2015-09-13 20:00:49 -04:00
Tim 3555a6ae57 add placement hinting to the swing (currently used during smoketesting to avoid false positives) 2015-09-10 10:29:00 +02:00
Tim ffeac9a1bd fix books and swing's on_place to handle CONTENT_IGNORE and CONTENT_UNKNOWN and to always return their itemstacks 2015-09-10 09:43:04 +02:00
Tim 40431fc050 fix fence_with_signs check for content_ignore, prevent it to destroy unknown_nodes and always return the itemstack 2015-09-10 09:42:48 +02:00
Tim d763840b47 assign custom on_place to the right fence definition, which makes sign posts work again 2015-09-10 09:42:48 +02:00