pandemonium_engine/modules/entity_spell_system
Relintai 05b11e9458 Fix Entity's api's inconsistencies pt 2.
In projects mass replacing the following words will update everything.

sets_ai_state -> ai_state_sets
ai_state_sets_stored -> ai_state_stored_sets
ssend_stat -> stat_ssend
creceive_stat -> stat_creceive
getc_state -> state_getc
setc_state -> state_setc
gets_state -> state_gets
sets_state -> state_sets
adds_state_ref -> state_ref_adds
removes_state_ref -> state_ref_removes
gets_free_spell_points -> free_spell_points_gets
sets_free_spell_points -> free_spell_points_sets
getc_free_spell_points -> free_spell_points_getc
setc_free_spell_points -> free_spell_points_setc
gets_target -> target_gets
sets_target -> target_sets
getc_target -> target_getc
setc_target -> target_setc
2023-06-16 16:57:56 +02:00
..
data Fix Entity's api's inconsistencies pt 2. 2023-06-16 16:57:56 +02:00
database Backported from godot4: Rework Navigation Avoidance 2023-06-10 20:58:49 +02:00
doc_classes Fix Entity's api's inconsistencies pt 2. 2023-06-16 16:57:56 +02:00
drag_and_drop Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
editor Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
entities Fix Entity's api's inconsistencies pt 2. 2023-06-16 16:57:56 +02:00
formations Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
infos Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
inventory Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
material_cache Backported from godot4: Rework Navigation Avoidance 2023-06-10 20:58:49 +02:00
pipelines Fix property types. Auras have been merged into Spells a while ago. 2023-06-02 12:10:20 +02:00
profiles Fix some property names being the same as getters / setters. 2023-06-01 15:42:32 +02:00
projectiles/3d Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
props Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
singletons Backported from godot4: Rework Navigation Avoidance 2023-06-10 20:58:49 +02:00
skeleton Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
spawners Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
utility Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
.gitignore Run godot's formatting script. 2022-03-16 09:02:48 +01:00
config.py Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
defines.h Removed the CONNECT and DISCONNECT macros. 2022-03-18 10:32:50 +01:00
entity_enums.cpp Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
entity_enums.h Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
item_enums.cpp Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
item_enums.h Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
LICENSE Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
register_types.cpp Now modules make use of the new registration levels. 2023-01-15 17:04:00 +01:00
register_types.h Added include guards to all module register_types.h-s. 2023-01-15 13:27:08 +01:00
SCsub Moved away from the MESH_DATA_RESOURCE_PRESENT define aswell. 2022-10-05 12:54:17 +02:00
spell_enums.cpp Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
spell_enums.h Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00