entity_spell_system/entities
2020-10-06 23:15:49 +02:00
..
ai Now Entity only has one level property instead of separate class and character levels. Updated notifications accordingly. 2020-07-10 15:24:14 +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 Fix compile for 4.0. 2020-10-06 23:15:49 +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 Now the character's equipment visuals will be applied after setting it's skeleton. Also fix an argument. 2020-09-15 16:57:12 +02:00
entity.h Implemented buying from and selling to a vendor. 2020-09-15 01:15:53 +02:00