entity_spell_system/entities
2019-10-25 21:58:29 +02:00
..
auras Test implementation for sending objects across the network. 2019-10-23 20:34:08 +02:00
data Added EntitySpeciesData to EntityData. Also bound equipment_data. 2019-10-25 10:38:32 +02:00
skills More from_dicts. 2019-09-14 20:44:50 +02:00
stats Stat will be set dirty after deserialization now. 2019-10-25 21:58:29 +02:00
entity_resource.cpp Improved the targeting signals, and callbacks in entity. 2019-09-27 18:05:43 +02:00
entity_resource.h Improved the targeting signals, and callbacks in entity. 2019-09-27 18:05:43 +02:00
entity.cpp Stat will be set dirty after deserialization now. 2019-10-25 21:58:29 +02:00
entity.h Test implementation for sending objects across the network. 2019-10-23 20:34:08 +02:00
mob.cpp Added overrideable ai methods to CharacterClass, and removed some unneeded methods. Also added an AIStates enum. 2019-07-06 21:24:02 +02:00
mob.h Added overrideable ai methods to CharacterClass, and removed some unneeded methods. Also added an AIStates enum. 2019-07-06 21:24:02 +02:00
player.cpp After thinking it's probably not a good idea to allow player's seed to contain junk from memory. 2019-10-23 15:40:04 +02:00
player.h Now entities have an action bar profile aswell. Also fixed small deserialization issues. 2019-10-14 19:49:40 +02:00