entity_spell_system/entities
2019-09-14 01:56:57 +02:00
..
auras More work on entity serialization. 2019-09-13 15:21:07 +02:00
data Added stat_points_per_level to EntityData. 2019-09-12 22:55:07 +02:00
skills More work on entity serialization. 2019-09-13 15:21:07 +02:00
stats More work on entity serialization. 2019-09-13 15:21:07 +02:00
entity_resource.cpp Work on serialization. 2019-09-13 09:26:53 +02:00
entity_resource.h Work on serialization. 2019-09-13 09:26:53 +02:00
entity.cpp Simple from_dict implementation. 2019-09-14 01:56:57 +02:00
entity.h Work on serialization. 2019-09-13 09:26:53 +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 Moved the inventory system into Player. Also Added a new inventory class, and renamed everything in playyer to use that instead of bag. 2019-08-16 02:24:32 +02:00
player.h Moved the inventory system into Player. Also Added a new inventory class, and renamed everything in playyer to use that instead of bag. 2019-08-16 02:24:32 +02:00