Gabriel Tofvesson
|
437b93a688
|
Fix List width computation
|
2024-10-04 00:58:54 +02:00 |
|
Gabriel Tofvesson
|
64613d943b
|
Properly delegate sub-windows on container element reload
|
2024-10-04 00:55:12 +02:00 |
|
Gabriel Tofvesson
|
5014f68f7f
|
Make file paths absolute
|
2024-10-04 00:46:53 +02:00 |
|
Gabriel Tofvesson
|
3af260d604
|
Ignore resize calls to Text
|
2024-10-04 00:46:03 +02:00 |
|
Gabriel Tofvesson
|
a131df6d3d
|
Fix cache file name reference
|
2024-10-04 00:43:13 +02:00 |
|
Gabriel Tofvesson
|
a479572926
|
Fix node inventory access check
|
2024-10-04 00:40:31 +02:00 |
|
Gabriel Tofvesson
|
595da4f179
|
Expose chest inventory
|
2024-10-04 00:40:16 +02:00 |
|
Gabriel Tofvesson
|
94250b56c9
|
Make trapped chest homogeneous
|
2024-10-04 00:37:25 +02:00 |
|
Gabriel Tofvesson
|
5fe4bc0c66
|
Allow wrapping a chest by type
|
2024-10-04 00:37:13 +02:00 |
|
Gabriel Tofvesson
|
3f0487bb48
|
Initial item controller implementation
|
2024-10-04 00:33:55 +02:00 |
|
Gabriel Tofvesson
|
552c19db47
|
Only render when dirty
|
2024-10-04 00:29:14 +02:00 |
|
Gabriel Tofvesson
|
3d1da9177a
|
Fix padding implementation
|
2024-10-04 00:05:45 +02:00 |
|
Gabriel Tofvesson
|
925501a486
|
Add display name getter
|
2024-10-03 23:22:03 +02:00 |
|
Gabriel Tofvesson
|
0865e40758
|
Fix module requirement names
|
2024-10-03 23:03:02 +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
|
585ad38334
|
Add simple tunnel script
|
2024-10-03 16:32:19 +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 |
|
Gabriel Tofvesson
|
3a04122e26
|
Set window values on reload
|
2024-10-02 13:54:08 +02:00 |
|
Gabriel Tofvesson
|
f47a839341
|
Refactor to more abstract field accesses
|
2024-10-02 13:47:58 +02:00 |
|
Gabriel Tofvesson
|
8b1228fa9e
|
Flatten Element structure for simplicity
|
2024-10-02 13:40:44 +02:00 |
|
Gabriel Tofvesson
|
f23c10c160
|
Set reasonable default Element values
|
2024-10-02 13:37:21 +02:00 |
|
Gabriel Tofvesson
|
c056eae22f
|
Fix metatable inheritance rules
|
2024-10-02 13:23:46 +02:00 |
|
|
b70c3451fa
|
Fix object reference in element constructor
|
2024-10-01 16:02:21 +00:00 |
|
|
416e6a1758
|
Fix graphics reloading in Text element
|
2024-10-01 15:59:30 +00:00 |
|
|
3e17d0af7d
|
Move element graphics reload to dedicated method
|
2024-10-01 15:58:52 +00:00 |
|
|
4e171aabed
|
Override unusable methods in Text element
|
2024-10-01 14:55:09 +00:00 |
|
|
692d1a82b9
|
Allow changing onClick handler in Element
|
2024-10-01 14:54:36 +00:00 |
|
|
3e56e8c9d6
|
Implement basic inventory management
|
2024-10-01 14:36:03 +00:00 |
|
|
da6325e080
|
Implement basic graphical elements
|
2024-10-01 14:34:56 +00:00 |
|