47 Commits

Author SHA1 Message Date
Gabriel Tofvesson
8d3b351083 Simplify attaching multiple chests after initializing storage 2024-12-07 02:05:38 +01:00
Gabriel Tofvesson
8a4e99aa13 Implement workaround for illegal nil-return value from inventory.getItemLimit 2024-12-04 20:53:56 +01:00
Gabriel Tofvesson
cd80a9af22 Fix bug in object equality check 2024-12-04 17:54:53 +01:00
Gabriel Tofvesson
147dc40365 Try to enforce better encapsulation with getters 2024-12-03 22:36:23 +01:00
Gabriel Tofvesson
8db86ee45c Remove debug statements 2024-11-30 00:20:21 +01:00
Gabriel Tofvesson
98018e4a8c Remove incorrect nil-assignment for maxCount 2024-11-30 00:11:46 +01:00
Gabriel Tofvesson
c0d65f7f38 Update debugger 2024-11-30 00:00:18 +01:00
Gabriel Tofvesson
4c2e732607 Repeat debug calls in failure 2024-11-29 23:40:24 +01:00
Gabriel Tofvesson
3f372d4674 Implement debug context args 2024-11-28 23:11:28 +01:00
Gabriel Tofvesson
686c1e5808 Hook debugger on error condition 2024-11-28 22:50:58 +01:00
Gabriel Tofvesson
0ff986a4f2 Attach debugger on nil return value 2024-11-28 22:42:39 +01:00
Gabriel Tofvesson
cd73609a2e Catch all return values from pcall 2024-11-28 00:32:41 +01:00
Gabriel Tofvesson
91583b1ca2 Add logging statement for item transfer bug 2024-11-28 00:23:03 +01:00
Gabriel Tofvesson
71406dfe11 Trace itemStack nil countDelta value 2024-11-27 23:39:51 +01:00
Gabriel Tofvesson
220db8a867 Remove faulty _addStack call 2024-10-12 10:12:11 +02:00
Gabriel Tofvesson
2e1f54c56f Limit stack transfer properly 2024-10-12 08:27:14 +02:00
Gabriel Tofvesson
3a6cb08707 Limit stack transfer 2024-10-12 08:17:14 +02:00
Gabriel Tofvesson
a938ed6133 Limit stack group transfer count 2024-10-12 07:57:11 +02:00
Gabriel Tofvesson
9e2e36bcd9 Fix call to getCount 2024-10-12 07:42:24 +02:00
Gabriel Tofvesson
fd25c3ee19 Fix Sentinel tagging 2024-10-12 07:37:44 +02:00
Gabriel Tofvesson
40728b4860 Fix Sentinel tagging 2024-10-12 07:37:07 +02:00
Gabriel Tofvesson
9ac62319fd Implement stack group transfers 2024-10-12 07:34:57 +02:00
Gabriel Tofvesson
bad85564b1 Add damage getters to ItemGroup 2024-10-11 23:15:47 +02:00
Gabriel Tofvesson
3f3dd111c1 Track nbt entries 2024-10-09 04:26:39 +02:00
Gabriel Tofvesson
37dfa98e42 Fix data-race for istack data in transfer to empty stack 2024-10-09 03:32:47 +02:00
Gabriel Tofvesson
269eaeb344 Fix inventory naming bug 2024-10-08 23:52:54 +02:00
Gabriel Tofvesson
dd15e2a01e Fix nil dereference in getSimpleName 2024-10-08 23:36:57 +02:00
Gabriel Tofvesson
c0f37e1630 Add non-nil name for itemgroup 2024-10-08 20:05:03 +02:00
Gabriel Tofvesson
d16558853c Add guaranteed non-nil name for itemstack 2024-10-08 19:58:41 +02:00
Gabriel Tofvesson
f70ad73ac0 Fix stack count nil ref 2024-10-08 19:40:37 +02:00
Gabriel Tofvesson
77af7893b7 Fix spelling error 2024-10-08 19:37:55 +02:00
Gabriel Tofvesson
956d68b6e3 Fix itemstack insertion logic 2024-10-08 19:23:19 +02:00
Gabriel Tofvesson
a13cbe5bd5 Implement ItemStack grouping 2024-10-04 15:03:08 +02:00
Gabriel Tofvesson
55ec42bffb Use abstractions in ItemStack 2024-10-04 15:02:57 +02:00
Gabriel Tofvesson
595da4f179 Expose chest inventory 2024-10-04 00:40:16 +02:00
Gabriel Tofvesson
5fe4bc0c66 Allow wrapping a chest by type 2024-10-04 00:37:13 +02:00
Gabriel Tofvesson
925501a486 Add display name getter 2024-10-03 23:22:03 +02:00
Gabriel Tofvesson
54f64b5342 Cache ItemStack display name 2024-10-03 23:02:22 +02:00
Gabriel Tofvesson
3951f7cbd4 Add helpful getter functions for ItemStack 2024-10-03 18:05:41 +02:00
Gabriel Tofvesson
56ef9cae04 Allow passing wrapped inventories directly to Chest 2024-10-03 17:59:09 +02:00
Gabriel Tofvesson
a124e870c7 Call isEmpty() on object, not serializable 2024-10-03 16:57:14 +02:00
Gabriel Tofvesson
d0929cf5c8 Fix iterator function in storage search 2024-10-03 16:54:22 +02:00
Gabriel Tofvesson
0dbbf36455 Add index metamethod to type tables 2024-10-03 16:52:29 +02:00
Gabriel Tofvesson
99abbbe526 Perform scan on first chest wrap 2024-10-03 16:48:44 +02:00
Gabriel Tofvesson
b763d28000 Fix iterator bug 2024-10-03 16:46:57 +02:00
Gabriel Tofvesson
25244a9355 Allow detaching chests from storage 2024-10-03 16:18:04 +02:00
Gabriel Tofvesson
b760dcdbbb Improve inventory management implementation 2024-10-03 16:14:56 +02:00