entity_spell_system/entities
2021-08-30 20:50:31 +02:00
..
ai Update the copyright texts for 2021. 2021-04-19 10:13:51 +02:00
auras Update the copyright texts for 2021. 2021-04-19 10:13:51 +02:00
data Update the copyright texts for 2021. 2021-04-19 10:13:51 +02:00
resources Update the copyright texts for 2021. 2021-04-19 10:13:51 +02:00
skills Update the copyright texts for 2021. 2021-04-19 10:13:51 +02:00
stats Update the copyright texts for 2021. 2021-04-19 10:13:51 +02:00
entity.cpp Added a node_name property to EntityCreateInfo. If it's set to something Entity's node name will be set to it. Also entity name will only get set if it's set in EntityCreateInfo. 2021-08-30 20:50:31 +02:00
entity.h Reworked how c_is_controlled works. Now Entities just sync sentity_controller to the client and getc_is_controlled just determines from the available data whether the Entity is controlled on that particular client. 2021-08-30 20:14:37 +02:00