pandora icon indicating copy to clipboard operation
pandora copied to clipboard

Godot 4 addon for RPG data management such items, inventories, spells, mobs, quests and NPCs.

Results 45 pandora issues
Sort by recently updated
recently updated
newest added

Godot version: v4.2.1.stable.official [b09f793f5] Current commit: [`3c00f42 - Several UI Rendering Improvement (#168)`](https://github.com/bitbrain/pandora/commit/3c00f4231eac433bff2314998bb73f61a2ca41d4) **Describe the bug** When trying to open `examples/inventory/inventory_example.tscn`, it will throw an error unable to load an...

πŸ› bug

Ability to export arrays as such in any script: ```gdscript @export var array:Array[PandoraEntity] ``` and even custom types: ```gdscript @export var array:Array[CustomType] ``` Ensure to write unit tests for this,...

πŸ“¦ feature

## Description Sets max width of tree item icons for entities in tree. This allows using larger scale svg icons without having to scale them just to use them in...

An alternative approach to https://github.com/bitbrain/pandora/pull/162 The array serialization/deserialization is working in the test for Color. *Outstanding questions* Should a reference deserialize into the entity itself or a reference type? ie....

Godot version: 4.1.2 updated from alpha 3 to 4 added few new categories and entities got some console errors ![obraz](https://github.com/bitbrain/pandora/assets/51274570/f1c25c51-5f5e-48f9-ba97-5f4a8877f24f) Lost Data - Category Rarity, Ores, Fields got messed up,...

πŸ› bug

## Description Adding translation support to Pandora. The Script will get the editor's language and always fallback to English. ## Addressed issues - closes #65 ## Draft Tasks - [x]...

## Description This PR modifies the Array type to encode the type of its values when it is serialized. I spent quite a lot of time trying to solve the...

## Description Adds a texture2d property to Pandora that properly handles serializing AtlasTextures (since the default resource type requires a resource to exist on disk whereas this can re-use a...

Godot version: 4.2.1 **Describe the bug** While trying to get equipment system working, I've noticed an issue with serialization of Reference properties. Apparently, using `set_reference()` on an entity instance with...

πŸ› bug

β€œWhen moved to another location, the Icon will default to res://addons/pandora/icons/Object.svg. I hope to maintain the original path.”

πŸ› bug