afb295ec22fix 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
a84ce24067use 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
a7556c5044update minimum MT version number
version-2
Vanessa Dannenberg
2021-03-09 15:09:46 -0500
3d58befe03Document the API version
SmallJoker
2021-03-09 14:54:41 -0500
d0deba10c8pngcrush+optipng the new slot textures and remove the slot image .xcf project file
Vanessa Dannenberg
2021-03-09 14:44:08 -0500
97b882ad23add a version number variable to the main table
Vanessa Dannenberg
2021-03-09 14:39:44 -0500
44e32df00atranslate some strings inside their table
Vanessa Dannenberg
2021-03-09 14:26:36 -0500
40d862298breplace excessive spaces with tabs
Vanessa Dannenberg
2021-03-09 14:25:14 -0500
0ebc9402edminor tweaks to the slot images
Vanessa Dannenberg
2021-03-09 05:53:26 -0500
2c16805ef9Get rid of the image button left of the crafting guide
Vanessa Dannenberg
2021-03-08 14:54:38 -0500
dc61d2980aMove craft guide a little to the right to make some room.
Vanessa Dannenberg
2021-03-08 14:41:49 -0500
21f122336fmake craft arrow 128px (same reason as the trash icon)
Vanessa Dannenberg
2021-03-08 14:11:45 -0500
8ee0eb9fceswap the craft type icon with its word (makes it look like it used to)
Vanessa Dannenberg
2021-03-08 14:01:29 -0500
60d7a6d213Draw 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
8e94d86420don'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
6d892dda5buse local ui=unified_inventory shorthand in init.lua as elsewhere
Vanessa Dannenberg
2021-03-08 05:07:38 -0500
37546289bcusing 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
3e7f005366always modify and return a table.copy() of the style table
Vanessa Dannenberg
2021-03-08 04:51:54 -0500
382219c466move S() calls into waypoints' button table instead of inside the loop
Vanessa Dannenberg
2021-03-07 12:38:08 -0500
5ea0208ffeMultiple related changes to string handling
Vanessa Dannenberg
2021-03-07 10:37:20 -0500
694553e68buse 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
2d200eb9aeDitto for bags.
Vanessa Dannenberg
2021-03-07 08:13:53 -0500
b3077898a7make waypoints explicitly reference full-style vars (since it does not support lite mode)
Vanessa Dannenberg
2021-03-07 08:00:12 -0500
5a8a75f43bput 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
23a089f174remove a used-only-once variable
Vanessa Dannenberg
2021-03-07 05:36:49 -0500
82bc2d3f95use 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
603b5d1d4eget rid of uninv global make all uses of it back into unified_inventory.
Vanessa Dannenberg
2021-03-07 05:26:48 -0500
eb4cf5bf47increase 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
97960c552bincrease 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
81d6a1e796shift 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
de575a65139-slice the background image
Vanessa Dannenberg
2021-03-06 19:05:27 -0500
7a0a44037aremove a couple of unused variables
Vanessa Dannenberg
2021-03-06 16:35:58 -0500
cc93288a6bbump minimum version to 5.4.0
Vanessa Dannenberg
2021-03-06 13:35:34 -0500
167dddaa84Convert over to formspec version 4
Vanessa Dannenberg
2021-03-05 10:58:18 -0500
d063af1d27Draw 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
250d038d0bdon'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
8a7d8268aduse local ui=unified_inventory shorthand in init.lua as elsewhere
Vanessa Dannenberg
2021-03-08 05:07:38 -0500
51de368949using 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
e61ae0e149always modify and return a table.copy() of the style table
Vanessa Dannenberg
2021-03-08 04:51:54 -0500
531442c63emove S() calls into waypoints' button table instead of inside the loop
Vanessa Dannenberg
2021-03-07 12:38:08 -0500
62881d9938Multiple related changes to string handling
Vanessa Dannenberg
2021-03-07 10:37:20 -0500
55692900f9use 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
d52303a89eDitto for bags.
Vanessa Dannenberg
2021-03-07 08:13:53 -0500
b9e4b9e455make waypoints explicitly reference full-style vars (since it does not support lite mode)
Vanessa Dannenberg
2021-03-07 08:00:12 -0500
4d52ebe774put 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
0df814d9d4remove a used-only-once variable
Vanessa Dannenberg
2021-03-07 05:36:49 -0500
8056bdf966use 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
7e27f584ebget rid of uninv global make all uses of it back into unified_inventory.
Vanessa Dannenberg
2021-03-07 05:26:48 -0500