An entity and spell system c++ godot engine module, for complex (optionally multiplayer) RPGs.
Go to file
Relintai 3cce6b0ae8 -Talent is now inherited from Aura.
-Cleaned up the talent system specific classes.
-The ResourceManager now loads talents aswell.
-Cleaned up, and made the EntityResource system scriptable.
-Fixed the stat signals, the stat parameter was null every time. ("this" should've been wrapped in a Ref.)
2019-08-13 23:58:42 +02:00
data -Talent is now inherited from Aura. 2019-08-13 23:58:42 +02:00
drag_and_drop First Commit. 2019-04-20 14:02:55 +02:00
entities -Talent is now inherited from Aura. 2019-08-13 23:58:42 +02:00
infos A lot of work, mostly on the entity bindings. Added a lot of callbacks, and fixed a few bugs. 2019-08-05 01:36:33 +02:00
inventory Added a flags binding to item types, also added an allowed types variable to bag. 2019-08-07 03:31:45 +02:00
loot Added data classes for loot. Also added MobData, and PlayerCharacterData files (placeholder). 2019-08-09 02:10:08 +02:00
meshes Build fix on linux. 2019-07-19 20:54:57 +02:00
pipelines A lot of work, mostly on the entity bindings. Added a lot of callbacks, and fixed a few bugs. 2019-08-05 01:36:33 +02:00
skeleton Fixed equipset's bindings. 2019-07-23 19:10:43 +02:00
ui First Commit. 2019-04-20 14:02:55 +02:00
utility A lot of work, mostly on the entity bindings. Added a lot of callbacks, and fixed a few bugs. 2019-08-05 01:36:33 +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 Small fixes to Cooldown and CategoryCooldown event / signaling logic. 2019-08-05 10:55:50 +02:00
entity_enums.cpp -Talent is now inherited from Aura. 2019-08-13 23:58:42 +02:00
entity_enums.h -Talent is now inherited from Aura. 2019-08-13 23:58:42 +02:00
entity_spell_system Added macros for the multiplayer. 2019-06-11 15:20:05 +02:00
item_enums.cpp Added a flags binding to item types, also added an allowed types variable to bag. 2019-08-07 03:31:45 +02:00
item_enums.h Added a flags binding to item types, also added an allowed types variable to bag. 2019-08-07 03:31:45 +02:00
register_types.cpp -Talent is now inherited from Aura. 2019-08-13 23:58:42 +02:00
register_types.h First Commit. 2019-04-20 14:02:55 +02:00
SCsub -Implemented MobData, and playerCharacterData. 2019-08-09 13:18:09 +02:00
spell_enums.cpp -Talent is now inherited from Aura. 2019-08-13 23:58:42 +02:00
spell_enums.h -Talent is now inherited from Aura. 2019-08-13 23:58:42 +02:00