entity_spell_system/entities
2020-04-28 23:54:23 +02:00
..
ai Clang format. 2020-04-10 14:09:21 +02:00
auras AuraData is a Resource now aswell. 2020-04-23 12:17:33 +02:00
data Standardized notification methods to have the "notification" prefix, instead of the "on", and changed the naming a bit. This makes them stand out inside the docs, and it's easier to get completions for them while using the api. 2020-04-28 20:47:34 +02:00
resources Added a simple Speed and Health resource. 2020-04-28 23:54:23 +02:00
skills 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
stats Standardized notification methods to have the "notification" prefix, instead of the "on", and changed the naming a bit. This makes them stand out inside the docs, and it's easier to get completions for them while using the api. 2020-04-28 20:47:34 +02:00
entity.cpp Standardized notification methods to have the "notification" prefix, instead of the "on", and changed the naming a bit. This makes them stand out inside the docs, and it's easier to get completions for them while using the api. 2020-04-28 20:47:34 +02:00
entity.h Added a simple Speed and Health resource. 2020-04-28 23:54:23 +02:00