entity_spell_system/entities
2019-10-07 00:34:12 +02:00
..
auras More from_dicts. 2019-09-14 20:44:50 +02:00
data Renamed _stat_points_per_level to _spell_points_per_level in entity class data, and added free point counters for both spell points, and talent points into entity. 2019-10-06 18:51:16 +02:00
skills More from_dicts. 2019-09-14 20:44:50 +02:00
stats Cleaned up Stat's constructors. 2019-10-04 22:55:09 +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 Removed the stat helper member Refs from entity. 2019-10-07 00:34:12 +02:00
entity.h Removed the stat helper member Refs from entity. 2019-10-07 00:34:12 +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 Added seed to the player. 2019-10-06 00:25:12 +02:00
player.h Added seed to the player. 2019-10-06 00:25:12 +02:00