tvl-depot/users/grfn
Griffin Smith 76258fbfa1 feat(xanthous): Describe *where* the item is in the inventory
When describing items in the inventory, both in detail and when
producing menus from those items, describe not just the item itself but
also *where* in the inventory the item is (either in the backpack, or
wielded in either or both of the hands). This uses a new
InventoryPosition datatype, and a method to get a list of items in the
inventory associated with their inventory position. When *removing*
items from the inventory (to wield, drop, or eat them), we want to make
sure we remove from the right position, so this also introduces
a `removeItemAtPosition` method to make that happen correctly.

Finally, some of the tests for this stuff was getting really slow - I
narrowed this down to runaway arbitrary generation for message
Templates, so I've tweaked the Arbitrary instance for that type to
generate smaller values.

Change-Id: I24e9948adae24b0ca9bf13955602108ca9079dcc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3228
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
2021-06-23 21:52:08 +00:00
..
achilles chore(3p/overlays): Remove LLVM11 bump from overlay 2021-05-24 18:15:05 +00:00
emacs.d feat(gs/emacs): Bind g R to lsp-find-references in haskell-mode 2021-06-18 17:51:43 +00:00
gws.fyi fix(gws.fyi): Remove reference to freenode 2021-06-19 00:03:17 +00:00
keyboard chore(grfn): Fix remaining references to glittershark 2021-04-12 15:22:48 +00:00
org-clubhouse refactor(users/glittershark): Rename to grfn 2021-04-12 14:45:51 +00:00
resume refactor(users/glittershark): Rename to grfn 2021-04-12 14:45:51 +00:00
system feat(gs/home): Install gron 2021-06-18 17:51:43 +00:00
wigglydonke.rs refactor(users/glittershark): Rename to grfn 2021-04-12 14:45:51 +00:00
xanthous feat(xanthous): Describe *where* the item is in the inventory 2021-06-23 21:52:08 +00:00
keys.nix refactor(users/glittershark): Rename to grfn 2021-04-12 14:45:51 +00:00
OWNERS refactor(users/glittershark): Rename to grfn 2021-04-12 14:45:51 +00:00