entity_spell_system/entities
2020-06-20 16:10:52 +02:00
..
ai Removed the client side notifications from EntityAI. 2020-06-14 16:27:09 +02:00
auras Added a property for serverside auras aswell. 2020-06-15 12:47:08 +02:00
data Removed a few forgotten debug lines. 2020-06-20 15:44:55 +02:00
resources Use resource's built in changed signal in EntityResource, instead of a custom one. 2020-06-20 16:10:52 +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 Removed a few forgotten debug lines. 2020-06-20 15:44:55 +02:00
entity.h Bit more work on fixing the crash. Haven't yet found the culprit. Fortunately it's only crashing sometimes. 2020-06-18 20:47:02 +02:00