Commit Graph

128 Commits

Author SHA1 Message Date
LNJ
e6dfba0e2f LICENSE: Add new drawer upgrades to list 2017-06-03 17:11:15 +02:00
Weblate
37e00f0489 Merge remote-tracking branch 'origin/master' 2017-06-03 17:08:53 +02:00
LNJ
f3dafb5b6a Add Drawer Upgrades
Yey, they're finally there! :)
This will add steel, gold, obsidian and diamond upgrades for MTG
and iron, gold, obsidian, diamond and emerald upgrades for MCL2.

You can add them to a drawer by rightclicking it and adding them to
the new drawer's upgrade inventory.
2017-06-03 17:06:12 +02:00
Weblate
e994889baa Merge remote-tracking branch 'origin/master' 2017-06-03 12:00:18 +02:00
LNJ
1f0fdf832b Play interact sound on adding/removing items from drawer
But I think the sounds are currently a bit too long.
2017-06-03 11:59:52 +02:00
texmex
f488fe25a6 Add two interact sounds (#4)
These should be played whenever a player adds or removes an
item from a drawer.
2017-06-03 11:59:52 +02:00
Weblate
bafd7333e5 Merge remote-tracking branch 'origin/master' 2017-06-02 21:46:22 +02:00
Jakub Mendel
be2597e320 Translated using Weblate (Polish)
Currently translated at 0.0% (0 of 15 strings)

Translation: Minetest/Mod: Storage Drawers
Translate-URL: https://hosted.weblate.org/projects/minetest/mod-storage-drawers/pl/
2017-06-02 21:45:59 +02:00
LNJ
d539969310 Increase drawer capacity to 32 stack sizes
I did a mistake before here: Drawers only had the size of 24 stacks,
but they should have had space for 32 stacks, as a normal chest will do.
With this it's fixed now.
2017-06-02 21:45:51 +02:00
Miguel Isaac
a32e599332 Translated using Weblate (Spanish)
Currently translated at 100.0% (15 of 15 strings)

Translation: Minetest/Mod: Storage Drawers
Translate-URL: https://hosted.weblate.org/projects/minetest/mod-storage-drawers/es/
2017-06-01 23:03:00 +02:00
Miguel Isaac
d76e198d77 Added translation using Weblate (Spanish) 2017-06-01 22:58:39 +02:00
Jakub Mendel
4586efe320 Added translation using Weblate (Polish) 2017-05-31 20:11:43 +02:00
LNJ
30ff9449d5 README: Add weblate link 2017-05-21 16:09:31 +02:00
LNJ
ed239772c1 LICENSE: Make translations CC0; Bump version number 2017-05-21 14:31:20 +02:00
Muhammad Nur Hidayat Yasuyoshi
fddd7ff014 Translated using Weblate (Malay)
Currently translated at 100.0% (15 of 15 strings)

Translation: Minetest/Mod: Storage Drawers
Translate-URL: https://hosted.weblate.org/projects/minetest/mod-storage-drawers/ms/
2017-05-19 09:17:50 +02:00
Muhammad Nur Hidayat Yasuyoshi
5ecccd9c11 Added translation using Weblate (Malay) 2017-05-19 09:12:13 +02:00
monolifed
2172d734f9 Translated using Weblate (Turkish)
Currently translated at 100.0% (15 of 15 strings)

Translation: Minetest/Mod: Storage Drawers
Translate-URL: https://hosted.weblate.org/projects/minetest/mod-storage-drawers/tr/
2017-05-17 00:41:46 +02:00
monolifed
f22c210b99 Added translation using Weblate (Turkish) 2017-05-17 00:39:04 +02:00
Viktar Vauchkevich
63013de8c9 Translated using Weblate (Belarusian)
Currently translated at 100.0% (15 of 15 strings)

Translation: Minetest/Mod: Storage Drawers
Translate-URL: https://hosted.weblate.org/projects/minetest/mod-storage-drawers/be/
2017-05-16 07:35:29 +02:00
Viktar Vauchkevich
f5739a9b15 Added translation using Weblate (Belarusian) 2017-05-16 07:27:24 +02:00
Jordan Irwin
ed96a0c084 Ignore Eclipse project files & directories (#5) 2017-05-15 14:44:00 +02:00
LNJ
7b9a384c44
Bump version number to 0.4.2 2017-04-23 18:15:46 +02:00
LNJ
f83177346b
Fix stack_max=1 items are being stored 2017-04-23 18:15:27 +02:00
LNJ
6f801da548
Bump version number to 0.4.1 2017-04-14 19:08:14 +02:00
LNJ
4260e1fc89
Fix inventory cubes; using fitting tiles now 2017-04-14 18:59:42 +02:00
LNJ
bb9bbe2ff4
Release Version 0.4.0 2017-04-14 16:47:37 +02:00
LNJ
2491e635a0
Update German l10n 2017-04-14 16:13:44 +02:00
LNJ
9ce1ff7eb0
Update To-Do-List 2017-04-14 16:10:17 +02:00
LNJ
753b31d74f
Add drawers in all wood types
This is still fully MineClone 2 compatible; there are different
drawers in MCL2 than MTG and they have different textures.

If you combine different wood types in the crafting field, the
default drawer (oak/wooden) will be crafted. If you use the same
wood, a drawer of this wood will be crafted.
2017-04-14 16:08:59 +02:00
LNJ
899caf5b84
Fix "Could not load 'drawers_empty.png'" 2017-04-11 13:31:43 +02:00
LNJ
c97492aedf
Add German l10n 2017-04-11 13:19:02 +02:00
LNJ
cde5c46e44
Add i18n support using intllib 2017-04-11 13:02:31 +02:00
LNJ
cb616b0df9
Use blank.png instead of own drawers_empty.png 2017-04-10 17:42:51 +02:00
LNJ
f36276c225
Also use MIT (instead of CC0) for not listed textures 2017-04-10 17:40:10 +02:00
LNJ
527e6557b9
Bump version number to 0.3.2 2017-04-10 13:42:50 +02:00
FaceDeer
7cb2534a4f
Make entities selectable in latest dev build 2017-04-10 13:30:30 +02:00
FaceDeer
8009743d8d
Fix "uninitialized global variable" warnings 2017-04-10 13:30:10 +02:00
LNJ
69cad92b3e
Bump version number to 0.3.1 2017-04-09 22:33:31 +02:00
LNJ
40230857ad
Make 1x1, 1x2 and 2x2 drawers disableable
The new settings for the minetest.conf are:
`drawers_disable_1x1`
`drawers_disable_1x2`
`drawers_disable_2x2`
2017-04-09 22:31:31 +02:00
LNJ
76d5e3ba9f
New screenshot showing 1x2 and 2x2 drawers 2017-04-09 22:19:40 +02:00
LNJ
de660fa93e
README: Add drawer upgrades to To-Do-List 2017-04-05 16:19:27 +02:00
LNJ
2f751a5938
Release Version 0.3 2017-04-05 14:55:35 +02:00
LNJ
dd97f22586
Add 1x2 drawers, Add crafting recipes for 1x2 and 2x2 2017-04-05 14:53:17 +02:00
LNJ
f1156cc1da
Change descriptions to use plural for 2x2 drawers 2017-04-05 14:53:16 +02:00
LNJ
ad3bbe8664
Adjust pipeworks support (on insert object) for 2x2 drawers 2017-04-05 14:53:16 +02:00
LNJ
03e692d72a
Fix drawer initialization bug; used wrong meta fields for 1x1 Drawers 2017-04-05 14:53:16 +02:00
LNJ
768edb4d09
Adjust restore visual lbm, Add new drawers.remove_visuals 2017-04-05 14:53:16 +02:00
LNJ
a53dac2929
Randomize drop pos 2017-04-05 14:53:16 +02:00
LNJ
69a974cb6b
Adapt drop function for 2x2 drawers to drop *all* items 2017-04-05 14:53:16 +02:00
LNJ
d3d29fb497
Add basic 2x2 Drawers
They're still missing some functionality as pipeworks and drops after dug.
This will be done in the next commit(s).
2017-04-05 14:53:16 +02:00