pandora

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

MIT License

Stars
432
Committers
15

Bot releases are hidden (Show)

pandora - v1.0-alpha5 Latest Release

Published by bitbrain 11 months ago

โœ… Compatible with Godot 4.2

What's Changed

New Contributors

Full Changelog: https://github.com/bitbrain/pandora/compare/v1.0-alpha4...v1.0-alpha5

pandora - v1.0-alpha4

Published by bitbrain 12 months ago

We have been busy at work fixing issues and adding new features. This release also introduces the auto-updater by @Nemesis-AS, brand-new property array support by @mrfelipemartins as well as drag&drop thanks to @russmatney! While Version 1.0 is only 70% done as of now, this release adds a lot of stability and feature parity.

New Features

Fixes and Improvements

New Contributors

Full Changelog: https://github.com/bitbrain/pandora/compare/v1.0-alpha3...v1.0-alpha4

pandora - v1.0-alpha3

Published by bitbrain about 1 year ago

We are getting closer to a stable Version 1.0 and contributors have been hard at work building new functionality into this addon.

New features

Fixes and Improvements

New Contributors

Full Changelog: https://github.com/bitbrain/pandora/compare/v1.0-alpha2...v1.0-alpha3

pandora - v1.0-alpha2

Published by bitbrain about 1 year ago

The 2nd alpha release of Pandora has arrived! While Version 1.0 still seems lightyears away, contributors have been hard at work addressing issues and resolving bugs.

What's Changed

New Contributors

Full Changelog: https://github.com/bitbrain/pandora/compare/v1.0-alpha1...v1.0-alpha2

pandora - v1.0-alpha1

Published by bitbrain about 1 year ago

Initial Alpha release of Pandora. Basic functionality already established but still lacking some core features required for stable release.

Features

โœ… Pandora Editor
โœ… dedicated Pandora singleton
โœ… @export PandoraEntity in script
โœ… wiki with documentation
โœ… unit tests for data model and backend

Currently not ready yet

โ›”๏ธ UI unit tests
โ›”๏ธ drag & drop for entities
โ›”๏ธ consider editor events such as 'moving & renaming files' not working yet
โ›”๏ธ some property types are still missing, e.g. array and enum support
โ›”๏ธ some existing bugs are still in place

This is a pre-release, meaning that breaking API changes may occur or things may not work as expected.

Related Projects