Commit Graph

  • 97960c552b increase size and tweak position of "give/to grid" buttons and make them vary in pos with lite vs full mode Vanessa Dannenberg 2021-03-07 04:13:36 -05:00
  • 81d6a1e796 shift the craft grid and guide down a bit to make more room for the result string (and shift the result string down a hair to follow) Vanessa Dannenberg 2021-03-07 03:57:39 -05:00
  • de575a6513 9-slice the background image Vanessa Dannenberg 2021-03-06 19:05:27 -05:00
  • 7a0a44037a remove a couple of unused variables Vanessa Dannenberg 2021-03-06 16:35:58 -05:00
  • cc93288a6b bump minimum version to 5.4.0 Vanessa Dannenberg 2021-03-06 13:35:34 -05:00
  • 167dddaa84 Convert over to formspec version 4 Vanessa Dannenberg 2021-03-05 10:58:18 -05:00
  • 0f3ed05da9 Document the API version formspec_v4 SmallJoker 2021-03-09 14:54:41 -05:00
  • 784a4a60a5 pngcrush+optipng the new slot textures and remove the slot image .xcf project file Vanessa Dannenberg 2021-03-09 14:44:08 -05:00
  • ce160eea55 add a version number variable to the main table Vanessa Dannenberg 2021-03-09 14:39:44 -05:00
  • eb3b8d9626 translate some strings inside their table Vanessa Dannenberg 2021-03-09 14:26:36 -05:00
  • c84c23ff04 replace excessive spaces with tabs Vanessa Dannenberg 2021-03-09 14:25:14 -05:00
  • 7ad7a6b3a9 minor tweaks to the slot images Vanessa Dannenberg 2021-03-09 05:53:26 -05:00
  • d1a4396fbe Fix bags backwards compatibility breakage since 4403b69 (#167) version-1 SmallJoker 2021-03-09 11:12:50 +01:00
  • d558d0355d Get rid of the image button left of the crafting guide Vanessa Dannenberg 2021-03-08 14:54:38 -05:00
  • ff200762c8 Move craft guide a little to the right to make some room. Vanessa Dannenberg 2021-03-08 14:41:49 -05:00
  • 1334ca0202 make craft arrow 128px (same reason as the trash icon) Vanessa Dannenberg 2021-03-08 14:11:45 -05:00
  • cfe21b93fb swap the craft type icon with its word (makes it look like it used to) Vanessa Dannenberg 2021-03-08 14:01:29 -05:00
  • 036804716e make trash slot icon 128px Vanessa Dannenberg 2021-03-08 13:15:24 -05:00
  • 6da359e9d2 remove unused var, excess whitespace Vanessa Dannenberg 2021-03-08 12:55:34 -05:00
  • e4f6e1adc4 fix missing "XYZ" and "no" icon on waypoints show coordinates button Vanessa Dannenberg 2021-03-08 12:53:14 -05:00
  • ea4151dfa7 Use 9-slicing to build inventory-type backgrounds Vanessa Dannenberg 2021-03-08 12:14:31 -05:00
  • d063af1d27 Draw the trash slot by overlaying the bare trash can icon over the single slot image instead of baking it in. Vanessa Dannenberg 2021-03-08 09:53:25 -05:00
  • 250d038d0b don't display the refill slot image if no creative priv/mode (leftover from when it was part of the craft grid image) Vanessa Dannenberg 2021-03-08 09:14:21 -05:00
  • 8a7d8268ad use local ui=unified_inventory shorthand in init.lua as elsewhere Vanessa Dannenberg 2021-03-08 05:07:38 -05:00
  • 51de368949 using a table.copy() to pass the style tables around requires setting-up items_per_page, standard_inv, and standard_inv_bg for both tables at init time. Vanessa Dannenberg 2021-03-08 04:56:52 -05:00
  • e61ae0e149 always modify and return a table.copy() of the style table Vanessa Dannenberg 2021-03-08 04:51:54 -05:00
  • 531442c63e move S() calls into waypoints' button table instead of inside the loop Vanessa Dannenberg 2021-03-07 12:38:08 -05:00
  • 62881d9938 Multiple related changes to string handling Vanessa Dannenberg 2021-03-07 10:37:20 -05:00
  • 55692900f9 use local "ui" to reference "unified_inventory", where practical (makes code shorter, easier to read and write) Vanessa Dannenberg 2021-03-07 08:18:17 -05:00
  • d52303a89e Ditto for bags. Vanessa Dannenberg 2021-03-07 08:13:53 -05:00
  • b9e4b9e455 make waypoints explicitly reference full-style vars (since it does not support lite mode) Vanessa Dannenberg 2021-03-07 08:00:12 -05:00
  • 4d52ebe774 put style-specific settings in their own tables and switch between them directly, instead of copy-and-modify. Vanessa Dannenberg 2021-03-07 06:27:40 -05:00
  • 73ce55646c "Please continue to use string.format here to avoid messy code" Vanessa Dannenberg 2021-03-07 06:09:13 -05:00
  • 4b39bc86cb fix indent Vanessa Dannenberg 2021-03-07 05:38:37 -05:00
  • 0df814d9d4 remove a used-only-once variable Vanessa Dannenberg 2021-03-07 05:36:49 -05:00
  • 8056bdf966 use string.format() to create the standard_inv variables do it just once, after the lite mode settings are applied (if applicable) Vanessa Dannenberg 2021-03-07 05:33:25 -05:00
  • 7e27f584eb get rid of uninv global make all uses of it back into unified_inventory. Vanessa Dannenberg 2021-03-07 05:26:48 -05:00
  • 5140853a3a increase spacing around the text above the items page ("Filter:" and its search key, and the page or "No matches) Adjust main and page flipping buttons' positions to compensate Vanessa Dannenberg 2021-03-07 04:26:11 -05:00
  • a0c06516f4 increase size and tweak position of "give/to grid" buttons and make them vary in pos with lite vs full mode Vanessa Dannenberg 2021-03-07 04:13:36 -05:00
  • 5ec4b986bb shift the craft grid and guide down a bit to make more room for the result string (and shift the result string down a hair to follow) Vanessa Dannenberg 2021-03-07 03:57:39 -05:00
  • 0616d1f76b 9-slice the background image Vanessa Dannenberg 2021-03-06 19:05:27 -05:00
  • eb6697aa0d remove a couple of unused variables Vanessa Dannenberg 2021-03-06 16:35:58 -05:00
  • a5a09bcd3a bump minimum version to 5.4.0 Vanessa Dannenberg 2021-03-06 13:35:34 -05:00
  • e8e1d4d705 Convert over to formspec version 4 Vanessa Dannenberg 2021-03-05 10:58:18 -05:00
  • fbbf786caf Tweak spacing between bags page top row and bag's inv Vanessa Dannenberg 2021-02-25 13:27:10 -05:00
  • ae124b02c2 Tweak trash can icon Vanessa Dannenberg 2021-02-25 13:17:58 -05:00
  • ebd1d1f245 Improve consistency of inventory (and alike) imagery Vanessa Dannenberg 2021-02-24 07:00:29 -05:00
  • 0f756a5d33 Update translation for zh_CN and zh_TW (#161) IFRFSX 2020-12-16 02:17:10 +08:00
  • 341a438267 Search items by English and translated description (#156) Louis Royer 2020-07-15 20:21:06 +02:00
  • d86592841e Remove unused 0.4.x files, multiline description SmallJoker 2020-07-11 19:51:42 +02:00
  • f25426911d Fix teleport sounds when teleport fails (#155) Maksim 2020-07-10 21:58:45 +02:00
  • 04b2edceb4 LuaCheck: Add hb as a global (#154) David Leal 2020-06-06 06:09:08 -05:00
  • 5a24e9f6fc Fix item name position, also for hudbars SmallJoker 2020-06-05 21:30:53 +02:00
  • eb96c89b5d Update the Spanish language (#144) CarlosBarrazaE 2020-05-01 12:15:08 -04:00
  • 606ba6a1a3 Add GitHub workflow (#149) David Leal 2020-03-25 11:46:35 -06:00
  • c0bd9977be Modernize. Bags: use strings SmallJoker 2020-03-21 18:57:53 +01:00
  • 26e0e41593 Improve traditional Chinese zh_TW (#143) IFRFSX 2020-02-13 02:14:22 +08:00
  • a89245c41b Add traditional Chinese translation (#142) IFRFSX 2020-02-02 23:24:57 +08:00
  • f5c982cc85 Add Chinese Translation (#141) IFRFSX 2020-01-15 20:02:48 +08:00
  • 05f7430216 Add Italian l10n (#140) Hamlet 2019-11-21 18:59:48 +01:00
  • ca6d9a10df Implement new crafting algorithm (#132) Andrey Kozlovskiy 2019-10-26 18:22:33 +03:00
  • 4a1414bacc Convert *.po files to *.tr files Wuzzy 2019-09-19 14:29:07 +02:00
  • 8e74a80e91 Translation: Fix parameter symbols Wuzzy 2019-09-19 14:15:10 +02:00
  • 5327261718 Move to MT 5.0.0 translation system Wuzzy 2019-09-19 14:00:26 +02:00
  • 04b1cb9e7d Fix error on invalid item_button_ fields SmallJoker 2019-08-02 16:39:43 +02:00
  • 774674d0f5 README: Add features and link to mod contents SmallJoker 2019-06-16 11:14:08 +02:00
  • 4403b696be Replace deprecated functions with newer ones (#131) Panquesito7 2019-06-16 03:26:40 -05:00
  • a70ffb1509 Compress textures (-61 KB!) MoNTE48 2019-05-25 12:38:32 +02:00
  • 86d2a11643 Allow all players to view items regardless of 'creative' priv Scott Horvath 2019-01-13 16:28:06 -06:00
  • 16babc54f3 Add no_prepend[] by default Emiel van Rooijen 2019-03-31 12:19:08 +02:00
  • 4d5e883629 Add mod_api.txt documentation SmallJoker 2019-03-31 11:30:22 +02:00
  • b871ccfc41 Use table.concat to build formspecs, style cleanups SmallJoker 2019-03-31 11:26:02 +02:00
  • e9b4b52dc1 Biggest stacks first, smallest as late as possible SmallJoker 2019-03-02 09:27:23 +01:00
  • bcb96d6caf Improve craftguide_craft() speed: Move stacks SmallJoker 2019-03-02 08:56:14 +01:00
  • 850ee9cbc0 Improve callback execution, add giveme guards SmallJoker 2019-02-17 15:14:38 +01:00
  • 54abad72f0 Add item tooltips with mod name SmallJoker 2018-12-12 20:18:53 +01:00
  • 77c3de08ce Fix crash caused by bag swapping SmallJoker 2018-08-10 16:11:35 +02:00
  • 15afd559f6 Fix crash caused by bag swapping 20180810 SmallJoker 2018-08-10 16:11:35 +02:00
  • 5cff869c27 Merge branch 'master' into 'master' Vanessa Dannenberg 2018-07-17 13:35:01 +00:00
  • 79e4a49c6b Add Malay translation Muhammad Nur Hidayat Yasuyoshi (MNH48.com) 2018-07-17 12:31:08 +00:00
  • 9ffe40d210 Refactor translations for intllib 20180704 Vanessa Dannenberg 2018-06-30 03:31:25 +00:00
  • 3988f4c572 Merge origin/master to refactor-translation branch (resolving conflicts) codexp 2018-06-23 15:37:13 +02:00
  • edd00f222c Replace deprecated function names, unify creative check SmallJoker 2018-06-23 14:56:27 +02:00
  • c43074f5c2 Move bag storage to player attributes SmallJoker 2018-06-21 21:23:21 +02:00
  • 934757edd6 FIX: do not translate direction codexp 2018-04-08 22:21:44 +02:00
  • ab20e43468 convert Turkish locale to po format codexp 2018-04-02 17:52:09 +02:00
  • 1a52f33756 convert Portuguese locale to po format codexp 2018-04-02 16:55:48 +02:00
  • 87ae46b6d8 convert Polish locale to po format codexp 2018-04-02 16:46:28 +02:00
  • 827e544c58 convert French locale to po format codexp 2018-04-02 16:28:54 +02:00
  • 0288d558e9 convert Spanish locale to po format codexp 2018-04-02 16:19:25 +02:00
  • 2159dd5a4a convert German locale to po format codexp 2018-04-02 16:19:05 +02:00
  • 72ca872002 convert Russian locale to po format codexp 2018-04-02 13:35:47 +02:00
  • 06f6d45891 generate template.pot with intllib tool codexp 2018-04-02 13:35:05 +02:00
  • c1ab7277ab refactor code to use with intllib tool codexp 2018-04-02 13:33:36 +02:00
  • 2ab5a7c90a fix excessive privilege check shivajiva101 2017-11-20 01:52:34 +00:00
  • 86c73a4752 Item_names: Refactorize & use meta description SmallJoker 2017-05-07 19:54:13 +02:00
  • 4010953888 Fix unclear licenses for the images. Ekdohibs 2018-01-02 22:39:13 +01:00
  • 4df1aa7492 Change texture licenses to CC-BY-4.0 Ekdohibs 2018-01-02 22:08:39 +01:00
  • fc36b3ff3b Merge pull request #95 from Thomas--S/patch-1 Vanessa Ezekowitz 2017-04-07 16:19:11 -04:00
  • f23f0733a6 Add forgotten backtick Thomas--S 2017-04-07 22:18:09 +02:00