Commit Graph

  • 2bc26826c7 slim master Bruno Rybársky 2022-08-18 16:45:17 +0200
  • e11d2822c9 remove optional depends Bruno Rybársky 2022-08-14 09:51:42 +0200
  • 70e60322c9 remove crafts Bruno Rybársky 2022-08-13 09:00:20 +0200
  • 14da1a3dd0 Fix reverse item lookup ("usage") broken by 5ac2558 SmallJoker 2022-04-22 22:01:15 +0200
  • fa079c31b6 Obligatory screenshot update SmallJoker 2022-04-11 20:11:31 +0200
  • c1fef26c87 Fix error caused by slow starts and mod dependencies SmallJoker 2022-04-11 19:42:06 +0200
  • 477acd2f89
    Change background to rounded corners (#200) SmallJoker 2022-04-03 22:30:21 +0200
  • 19efce45ed Revert "Remove mod name from tooltips" SmallJoker 2022-03-20 13:30:11 +0100
  • dbe06be68b
    Add scroll bar for overflowing tab buttons (#195) SmallJoker 2022-02-26 11:41:15 +0100
  • 3074d625e2 Version 4: Feature checks and deprecate internal functions SmallJoker 2022-02-26 11:36:56 +0100
  • 5ac2558da4 Speed up group filtering code James William Fletcher 2022-02-23 20:48:26 +0000
  • 25c40fea6c Fix filter reset for empty search boxes SmallJoker 2022-01-24 15:20:57 +0100
  • 23a45b8131 Only update formspec on search filter changes SmallJoker 2022-01-23 18:15:17 +0100
  • d6688872c8
    Fix two occasional runtime errors (#191) Oversword 2021-12-25 16:31:18 +0000
  • 64b0248c77 Remove mod name from tooltips SmallJoker 2021-12-11 17:15:58 +0100
  • 28a5d4db49
    Show wear and description in crafting guide (#189) OgelGames 2021-11-22 05:42:54 +1100
  • 8c84751ff8
    Add u_i initialization and craft registration callbacks (#184) Oversword 2021-10-14 17:38:07 +0100
  • b1c85a2cb8 Fix waypoint initialization order SmallJoker 2021-08-29 07:47:32 +0200
  • 3fffa41eaf Remove unused internal functions SmallJoker 2021-08-14 15:30:50 +0200
  • 077bed90eb Move default inventory draw calls to separate functions SmallJoker 2021-08-14 15:25:55 +0200
  • 6d123da61c Update translation strings SmallJoker 2021-07-17 12:33:19 +0200
  • d39dd78cb5 Use player meta for waypoints SmallJoker 2021-07-17 12:24:22 +0200
  • aeb9841e3a Remove default hard dependency for use in devtest SmallJoker 2021-07-17 10:35:39 +0200
  • afd38e0c73
    Fix LuaCheck warning (#175) David Leal 2021-05-25 12:31:34 -0500
  • 4d4355a741 Home: Fix error on missing write permission SmallJoker 2021-05-13 15:19:46 +0200
  • 6e6383f082
    Add filter-by-category functionality (#171) Oversword 2021-04-05 19:07:14 +0100
  • 860371ecf8 more consistent formspec size decision Vanessa Dannenberg 2021-03-31 00:52:30 -0400
  • c044f5e3b0 use the trash slot icon's alpha instead of [combine Vanessa Dannenberg 2021-03-10 21:20:31 -0500
  • 608cdfb887 fix refill slot list[] offset also Vanessa Dannenberg 2021-03-10 12:32:55 -0500
  • afb295ec22 fix trash slot list[] offset (only noticable when listcolors[] allows slots to be visible, i.e. on mouseover) Vanessa Dannenberg 2021-03-10 12:26:28 -0500
  • a84ce24067 use the ui.list_img_offset variable for offsetting the std inv list[] so that it'll match every other list that uses it. Vanessa Dannenberg 2021-03-09 18:31:16 -0500
  • a7556c5044 update minimum MT version number version-2 Vanessa Dannenberg 2021-03-09 15:09:46 -0500
  • 3d58befe03 Document the API version SmallJoker 2021-03-09 14:54:41 -0500
  • d0deba10c8 pngcrush+optipng the new slot textures and remove the slot image .xcf project file Vanessa Dannenberg 2021-03-09 14:44:08 -0500
  • 97b882ad23 add a version number variable to the main table Vanessa Dannenberg 2021-03-09 14:39:44 -0500
  • 44e32df00a translate some strings inside their table Vanessa Dannenberg 2021-03-09 14:26:36 -0500
  • 40d862298b replace excessive spaces with tabs Vanessa Dannenberg 2021-03-09 14:25:14 -0500
  • 0ebc9402ed minor tweaks to the slot images Vanessa Dannenberg 2021-03-09 05:53:26 -0500
  • 2c16805ef9 Get rid of the image button left of the crafting guide Vanessa Dannenberg 2021-03-08 14:54:38 -0500
  • dc61d2980a Move craft guide a little to the right to make some room. Vanessa Dannenberg 2021-03-08 14:41:49 -0500
  • 21f122336f make craft arrow 128px (same reason as the trash icon) Vanessa Dannenberg 2021-03-08 14:11:45 -0500
  • 8ee0eb9fce swap the craft type icon with its word (makes it look like it used to) Vanessa Dannenberg 2021-03-08 14:01:29 -0500
  • 1210dbfe22 make trash slot icon 128px Vanessa Dannenberg 2021-03-08 13:15:24 -0500
  • b8a568d7eb remove unused var, excess whitespace Vanessa Dannenberg 2021-03-08 12:55:34 -0500
  • 9ddea6eced fix missing "XYZ" and "no" icon on waypoints show coordinates button Vanessa Dannenberg 2021-03-08 12:53:14 -0500
  • 76c9bb9517 Use 9-slicing to build inventory-type backgrounds Vanessa Dannenberg 2021-03-08 12:14:31 -0500
  • 60d7a6d213 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 -0500
  • 8e94d86420 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 -0500
  • 6d892dda5b use local ui=unified_inventory shorthand in init.lua as elsewhere Vanessa Dannenberg 2021-03-08 05:07:38 -0500
  • 37546289bc 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 -0500
  • 3e7f005366 always modify and return a table.copy() of the style table Vanessa Dannenberg 2021-03-08 04:51:54 -0500
  • 382219c466 move S() calls into waypoints' button table instead of inside the loop Vanessa Dannenberg 2021-03-07 12:38:08 -0500
  • 5ea0208ffe Multiple related changes to string handling Vanessa Dannenberg 2021-03-07 10:37:20 -0500
  • 694553e68b 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 -0500
  • 2d200eb9ae Ditto for bags. Vanessa Dannenberg 2021-03-07 08:13:53 -0500
  • b3077898a7 make waypoints explicitly reference full-style vars (since it does not support lite mode) Vanessa Dannenberg 2021-03-07 08:00:12 -0500
  • 5a8a75f43b 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 -0500
  • 0c05f06fa8 "Please continue to use string.format here to avoid messy code" Vanessa Dannenberg 2021-03-07 06:09:13 -0500
  • c3679eaf7b fix indent Vanessa Dannenberg 2021-03-07 05:38:37 -0500
  • 23a089f174 remove a used-only-once variable Vanessa Dannenberg 2021-03-07 05:36:49 -0500
  • 82bc2d3f95 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 -0500
  • 603b5d1d4e get rid of uninv global make all uses of it back into unified_inventory. Vanessa Dannenberg 2021-03-07 05:26:48 -0500
  • eb4cf5bf47 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 -0500
  • 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 -0500
  • 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 -0500
  • de575a6513 9-slice the background image Vanessa Dannenberg 2021-03-06 19:05:27 -0500
  • 7a0a44037a remove a couple of unused variables Vanessa Dannenberg 2021-03-06 16:35:58 -0500
  • cc93288a6b bump minimum version to 5.4.0 Vanessa Dannenberg 2021-03-06 13:35:34 -0500
  • 167dddaa84 Convert over to formspec version 4 Vanessa Dannenberg 2021-03-05 10:58:18 -0500
  • 0f3ed05da9 Document the API version formspec_v4 SmallJoker 2021-03-09 14:54:41 -0500
  • 784a4a60a5 pngcrush+optipng the new slot textures and remove the slot image .xcf project file Vanessa Dannenberg 2021-03-09 14:44:08 -0500
  • ce160eea55 add a version number variable to the main table Vanessa Dannenberg 2021-03-09 14:39:44 -0500
  • eb3b8d9626 translate some strings inside their table Vanessa Dannenberg 2021-03-09 14:26:36 -0500
  • c84c23ff04 replace excessive spaces with tabs Vanessa Dannenberg 2021-03-09 14:25:14 -0500
  • 7ad7a6b3a9 minor tweaks to the slot images Vanessa Dannenberg 2021-03-09 05:53:26 -0500
  • d1a4396fbe
    Fix bags backwards compatibility breakage since 4403b69 (#167) version-1 SmallJoker 2021-03-09 11:12:50 +0100
  • d558d0355d Get rid of the image button left of the crafting guide Vanessa Dannenberg 2021-03-08 14:54:38 -0500
  • ff200762c8 Move craft guide a little to the right to make some room. Vanessa Dannenberg 2021-03-08 14:41:49 -0500
  • 1334ca0202 make craft arrow 128px (same reason as the trash icon) Vanessa Dannenberg 2021-03-08 14:11:45 -0500
  • cfe21b93fb swap the craft type icon with its word (makes it look like it used to) Vanessa Dannenberg 2021-03-08 14:01:29 -0500
  • 036804716e make trash slot icon 128px Vanessa Dannenberg 2021-03-08 13:15:24 -0500
  • 6da359e9d2 remove unused var, excess whitespace Vanessa Dannenberg 2021-03-08 12:55:34 -0500
  • e4f6e1adc4 fix missing "XYZ" and "no" icon on waypoints show coordinates button Vanessa Dannenberg 2021-03-08 12:53:14 -0500
  • ea4151dfa7 Use 9-slicing to build inventory-type backgrounds Vanessa Dannenberg 2021-03-08 12:14:31 -0500
  • 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 -0500
  • 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 -0500
  • 8a7d8268ad use local ui=unified_inventory shorthand in init.lua as elsewhere Vanessa Dannenberg 2021-03-08 05:07:38 -0500
  • 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 -0500
  • e61ae0e149 always modify and return a table.copy() of the style table Vanessa Dannenberg 2021-03-08 04:51:54 -0500
  • 531442c63e move S() calls into waypoints' button table instead of inside the loop Vanessa Dannenberg 2021-03-07 12:38:08 -0500
  • 62881d9938 Multiple related changes to string handling Vanessa Dannenberg 2021-03-07 10:37:20 -0500
  • 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 -0500
  • d52303a89e Ditto for bags. Vanessa Dannenberg 2021-03-07 08:13:53 -0500
  • b9e4b9e455 make waypoints explicitly reference full-style vars (since it does not support lite mode) Vanessa Dannenberg 2021-03-07 08:00:12 -0500
  • 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 -0500
  • 73ce55646c "Please continue to use string.format here to avoid messy code" Vanessa Dannenberg 2021-03-07 06:09:13 -0500
  • 4b39bc86cb fix indent Vanessa Dannenberg 2021-03-07 05:38:37 -0500
  • 0df814d9d4 remove a used-only-once variable Vanessa Dannenberg 2021-03-07 05:36:49 -0500
  • 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 -0500
  • 7e27f584eb get rid of uninv global make all uses of it back into unified_inventory. Vanessa Dannenberg 2021-03-07 05:26:48 -0500