Releases: peter-kish/gloot
Releases · peter-kish/gloot
GLoot - 3.0.0
Initial release for GLoot version 3.
It includes a number of changes that are not compatible with version 2.x. Take a look at README.md
and explore the provided examples for more information about all the features of the latest version.
GLoot - 2.4.13
- Added
inventory_item_selected
signal forCtrlInventory
- Added insertion priority for
InventoryGrid
- Various bugfixes
- Code refactoring
- Updated documentation
GLoot - 2.4.12
- Various bugfixes
- Updated file formatting
- Updated documentation
- Updated examples
GLoot - 2.4.11
- Added documentation comments
- Added
Inventory.create_item(prototype_id: String) -> InventoryItem
- Various bugfixes
- Code refactoring
GLoot - 2.4.10
- Some fixes for Godot 4.3 beta 1
- Fix for an item merging bug
GLoot - 2.4.9
- InventoryGrid optimizations
- Added InventoryStacked.pack(item) and InventoryGridStacked.pack(item) for item packing
- Various bugfixes and code refactoring
GLoot - 2.4.8
- Code refactoring
- Various bugfixes
GLoot - 2.4.7
- More liberal item swapping
- Bugfixes
- Updated documentation
GLoot - 2.4.6
- Support for item swapping
- Support for multi-selections
- Added a drag & drop deadzone (configurable)
- Various bugfixes
GLoot - 2.4.5
- Refactoring
CtrlInventoryGrid
- Various bugfixes