An entity and spell system c++ godot engine module, for complex (optionally multiplayer) RPGs.
Go to file
2019-10-13 13:31:49 +02:00
ai Cleaned up ItemInstance, and ESDragAndDrop a bit. Reenabled AISpellActionContainer and fixed android build with it. 2019-09-27 00:49:21 +02:00
atlases Added CharacterAtlas, and CharacterAtlasEntry. 2019-08-24 19:44:04 +02:00
data Added equip hooks. And added a non-existent signal. 2019-10-13 13:12:27 +02:00
drag_and_drop Cleaned up ItemInstance, and ESDragAndDrop a bit. Reenabled AISpellActionContainer and fixed android build with it. 2019-09-27 00:49:21 +02:00
entities Added in the missing equipment related functions. 2019-10-13 13:31:49 +02:00
infos Fixed a few potential crashes. 2019-09-28 21:46:13 +02:00
inventory Implemented bag serialization. 2019-10-09 14:37:23 +02:00
loot Added the missing get_loot binding into LootDataBase. 2019-10-02 11:43:36 +02:00
meshes Build fix on linux. 2019-07-19 20:54:57 +02:00
pipelines Added 2 more events. 2019-09-11 11:01:30 +02:00
skeleton Fixed up CharacterSkeleton3D. 2019-08-26 11:46:43 +02:00
spells Added a bunch on new classes (Visual related). Moved some of the bindings around. 2019-08-26 20:10:26 +02:00
ui First Commit. 2019-04-20 14:02:55 +02:00
utility Property style cleanup, and added an entity name changed signal. 2019-09-17 15:35:03 +02:00
.gitignore Added a new CharacterSkeleton class. 2019-05-01 02:49:06 +02:00
config.py First Commit. 2019-04-20 14:02:55 +02:00
config.pyc The bag is now scriptable. 2019-08-14 15:52:23 +02:00
entity_enums.cpp Added EntityClassPlaystyleType enum, and removed CharacterWeaponDataTypes. 2019-09-25 12:00:11 +02:00
entity_enums.h Added EntityClassPlaystyleType enum, and removed CharacterWeaponDataTypes. 2019-09-25 12:00:11 +02:00
item_enums.cpp Added a wand weapon type. 2019-10-07 12:47:22 +02:00
item_enums.h Added a wand weapon type. 2019-10-07 12:47:22 +02:00
register_types.cpp Renamed CraftDataAttribute into CraftRecipe. Also added a few more crafting categories. 2019-10-07 15:25:36 +02:00
register_types.h First Commit. 2019-04-20 14:02:55 +02:00
SCsub Renamed CraftDataAttribute into CraftRecipe. Also added a few more crafting categories. 2019-10-07 15:25:36 +02:00
spell_enums.cpp Added a few spell and aura arrays to ItemTemplate, added a new enum, and fixed compile. 2019-09-12 22:45:29 +02:00
spell_enums.h Added a few spell and aura arrays to ItemTemplate, added a new enum, and fixed compile. 2019-09-12 22:45:29 +02:00