entity_spell_system/utility
2020-04-23 12:28:18 +02:00
..
category_cooldown.cpp Fix build for 4.0. (When 4.0 becomes stable I'll create a branch for it) 2020-04-09 12:32:05 +02:00
category_cooldown.h Cooldown and CategoryCooldown is also a resouce now. 2020-04-23 12:28:18 +02:00
cooldown.cpp Now resource paths are used instead of ids for save files. (They are converted back on load - ids are better for networking) This makes remapping resource ids possible, which makes creating modules (and later mods into zips or pcks) simple. 2020-04-19 17:15:36 +02:00
cooldown.h Cooldown and CategoryCooldown is also a resouce now. 2020-04-23 12:28:18 +02:00
entity_create_info.cpp Fix uninitialized variable. 2020-03-12 13:48:11 +01:00
entity_create_info.h Now entity also stores the class level, and class xp. Added separate class and character xp properties to EntityCreateInfo aswell. Standardized the remaining methods in XPData. 2020-02-20 12:18:55 +01:00