entity_spell_system/entities
2020-06-15 12:22:39 +02:00
..
ai Removed the client side notifications from EntityAI. 2020-06-14 16:27:09 +02:00
auras comvert quite a few more getters/setters to the newer style. 2020-06-05 19:40:53 +02:00
data Removed the notifications from EntityData. And made Entity call into the AI's notifications instead. 2020-06-14 16:23:37 +02:00
resources Fix duplicate signal. 2020-06-13 18:51:54 +02:00
skills SpellCastInfo, EntitySkill, EntityResource, EntityDataContainer, and ItemInstance are now Resources, so Godot will be able to serialize them with Entity. 2020-06-13 18:33:51 +02:00
stats Rename both ESS::get_instance, and ProfileManager::get_instance to <class>::get_singleton, to match Godot's standard. 2020-05-23 16:29:47 +02:00
entity.cpp Added an PoolIntArray based property for server side states. Also fixed a few states specific properties. 2020-06-15 12:22:39 +02:00
entity.h Added an PoolIntArray based property for server side states. Also fixed a few states specific properties. 2020-06-15 12:22:39 +02:00