entity_spell_system/entities
2019-11-30 21:04:35 +01:00
..
ai Reworked the UtilityAI implementation into something that I think will actually be good, and useful. Also intial work on pet support. 2019-11-27 10:54:56 +01:00
auras Fixed serializing caster's path as ".". 2019-11-11 00:46:31 +01:00
data Refactored how entity resources are set up. 2019-11-30 19:26:12 +01:00
resources Added EntityResourceCostData, also more refactorings. 2019-11-30 21:04:35 +01: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.cpp Fixed sending item count changes to the client. Also added the stack_size_changed signal to ItemInstance. 2019-11-29 10:16:59 +01:00
entity.h Moved entity resource to a subfolder. 2019-11-30 18:15:19 +01:00
mob.cpp Merged Mob and Player into Entity. 2019-11-04 01:38:27 +01:00
mob.h Merged Mob and Player into Entity. 2019-11-04 01:38:27 +01:00
player.cpp Merged Mob and Player into Entity. 2019-11-04 01:38:27 +01:00
player.h Merged Mob and Player into Entity. 2019-11-04 01:38:27 +01:00