Vanessa Ezekowitz
2e00206f58
Merge pull request #81 from Wuzzy2/master
...
Disable useless main buttons
2016-11-27 13:36:02 -05:00
Vanessa Ezekowitz
e57a5f80b4
Merge pull request #80 from Wuzzy2/give
...
Also enable “Give me” for creative mode and priv
2016-11-27 13:31:12 -05:00
Vanessa Ezekowitz
2fb61ca7fb
Merge pull request #79 from Wuzzy2/realname2
...
Show “real” item name AND itemstring in craft result
2016-11-27 13:30:52 -05:00
Vanessa Ezekowitz
41e9d43608
Merge pull request #86 from VanessaE/leak_inv
...
avoid "leaking" detached inventories to other players
2016-11-27 13:30:14 -05:00
Vanessa Ezekowitz
8073a3d167
Merge pull request #58 from rubenwardy/sfinv
...
Disable sfinv if installed
2016-11-27 13:29:36 -05:00
Vanessa Ezekowitz
029d5c4c6a
avoid "leaking" detached inventories to other players (see also, 2ff48b22a9
)
2016-11-27 04:10:10 -05:00
rubenwardy
59f52fd481
Disable sfinv if installed
2016-11-26 21:30:59 +00:00
Diego Martínez
75a0e6a318
Bags: Code cleanup and per-bag trash slot.
...
* Turn page creation into a loop.
* Add per-bag trash slot.
* Changed i18n to allow replacements.
2016-11-17 19:19:51 -03:00
Wuzzy
8770b7df93
Disable useless main buttons
2016-11-06 02:28:45 +01:00
Wuzzy
a661f54e72
Also enable “Give me” for creative mode and priv
2016-11-06 01:48:05 +01:00
Wuzzy
8e98b00021
Also show “real” item name in craft result
2016-10-29 14:20:11 +02:00
Diego Martínez
5b9a53bf29
Fail gracefully for invalid drop tables.
...
Notified by user `photon` on IRC.
2016-10-08 00:54:05 -03:00
Vanessa Ezekowitz
f6ea3daef7
Merge pull request #63 from Wuzzy2/search
...
Improve search and group handling and related usability
2016-08-14 19:43:08 -04:00
Wuzzy
15f5b8e804
Craftguide: Use better tooltips for group buttons
2016-08-14 23:36:12 +02:00
Wuzzy
c9d7942840
Update translation strings
2016-08-14 23:35:12 +02:00
Wuzzy
40f8b4d9cf
Update search field when clicking on group item
2016-08-14 23:35:12 +02:00
Wuzzy
7224299e7c
Register some Minetest Game group icons
2016-08-14 23:35:12 +02:00
Wuzzy
2a516ac22b
Add seperate button for resetting search
2016-08-14 23:35:12 +02:00
Vanessa Ezekowitz
dba69b1f71
Merge pull request #71 from Wuzzy2/minicraft
...
Show crafting recipes correctly with size > 3
2016-08-14 16:17:08 -04:00
Wuzzy
0678056716
Fix horizontally flipped crafting recipes in guide
2016-08-14 13:17:41 +02:00
Wuzzy
5d67d36396
Update translation files
2016-08-14 13:17:41 +02:00
Wuzzy
3bc3fae648
Hide “To crafting grid:” for crafts with size > 3
2016-08-14 13:16:30 +02:00
Wuzzy
2ef76af687
Apply size optimizations for large craftings
...
Also prevent huge crafting recipes from being displayed for stability reasons.
2016-08-14 13:16:30 +02:00
Wuzzy
c1fcc06059
Fix horizontal craft guide offset for large crafts
2016-08-14 13:16:30 +02:00
Wuzzy
f8082a0e35
Fix crafting guide grid button sizes for size>4
2016-08-14 13:16:30 +02:00
Wuzzy
5c57915159
Attempt to make large crafting recipes displayable
2016-08-14 13:16:30 +02:00
Vanessa Ezekowitz
fc879df761
Merge pull request #62 from Wuzzy2/alternate_prev
...
Allow to move back and forth in alternate recipes and usages in craft guide
2016-08-14 06:31:03 -04:00
Wuzzy
a1e7b650ab
Guide: Allow to move back and forth in alternates
2016-08-14 10:56:24 +02:00
Vanessa Ezekowitz
23a27b38ae
Revert "Show real item name in craft guide"
...
Players don't really like this, neither do I.
See the comments attached to the original commit.
Sorry, Wuzzy. :-(
This reverts commit fe00059eeade4bf0714df9369ba57e2bc60ad3bf.
2016-08-13 18:19:29 -04:00
Wuzzy
fe00059eea
Show real item name in craft guide
2016-08-08 09:19:23 -04:00
Vanessa Ezekowitz
32769c9f34
Merge pull request #65 from Wuzzy2/digging_chance
...
Add partial support for complex (table-based) node drops
2016-08-07 12:57:39 -04:00
Vanessa Ezekowitz
54d97635ec
Merge pull request #64 from Wuzzy2/flipclick
...
Toggle recipe/usage mode in craft guide when clicking on current item in item list
2016-08-07 12:57:29 -04:00
Vanessa Ezekowitz
8332707198
Merge pull request #61 from Wuzzy2/bagdep
...
Add optional farming dependency for bag craft
2016-08-07 12:57:06 -04:00
Vanessa Ezekowitz
6ec72eba74
Merge pull request #59 from Wuzzy2/trans
...
Update translation strings, update German, more formspec escaping
2016-08-07 12:56:53 -04:00
Wuzzy
af56ddf06b
Consider max_items in complex drop analysis
2016-08-07 05:44:36 +02:00
Wuzzy
1c5fcd18ca
Properly seperate chance digs from normal digs
2016-08-07 04:47:15 +02:00
Wuzzy
80f99cffe7
Take count into account for complex node drops
2016-08-07 04:38:08 +02:00
Wuzzy
09c731cee0
Reduce redundancy in chance-based drops
2016-08-07 04:21:02 +02:00
Wuzzy
08d8d99ab3
Add crafting type: digging by chance
2016-08-07 03:49:16 +02:00
Wuzzy
7bba35a911
Flip craft mode when clicking current item in list
2016-08-07 02:14:46 +02:00
Wuzzy
1c11de10d5
Add optional farming dependency for bag craft
2016-08-06 17:44:37 +02:00
Wuzzy
c816666945
Ensure formspec escaping for translated strings
2016-08-06 17:23:46 +02:00
Wuzzy
534c7bd92c
Fix German translation for “waypoints”
2016-08-06 16:45:13 +02:00
Wuzzy
2a18e7357d
Make default waypoint names translatable
2016-08-06 16:43:27 +02:00
Wuzzy
8ffc8e9323
Fix translation strings for recipe alternations
2016-08-06 16:34:16 +02:00
Wuzzy
bb19ab97fe
Fix minor typo in English
2016-08-06 16:26:30 +02:00
Wuzzy
7c822a79be
Update German
2016-08-06 16:25:52 +02:00
Wuzzy
8f14d41706
Collect more missing strings for translation
2016-08-06 16:25:01 +02:00
Wuzzy
115e0bfaf4
Collect missing strings for translation
2016-08-05 19:34:40 +02:00
Wuzzy
1413f760bc
Update German translation
2016-08-05 19:18:21 +02:00