DarkflameServer/dGame/dUtilities
Aaron Kimbrell d8ac148cee
refactor: re-write AOE, add FilterTargets, Update TacArc Reading (#1035)
* Re-write AOE behavior for new filter targets
Update Tacarc to use new filter targets
Added dev commands for skill and attack debugging

* Get all entities by detroyable
rather than controllable physics
Since destroyables are what can be hit

* Re-work filter targets to be 100% live accurate
reduce memory usage by only using one vector and removing invalid entries
get entities in the proximity rather than all entities with des comps in the instance, as was done in live

* remove debuging longs and remove oopsie

* address feedback

* make log more useful

* make filter more flat

* Add some more checks to filter targets
add pvp checks to isenemy

* fix typing

* Add filter target to TacArc and update filter target

* fix double declaration

* Some debugging logs

* Update TacArc reading

* make log clearer

* logs

* Update TacArcBehavior.cpp

* banana

* fix max targets

* remove extreanous parenthesesuuesdsds

* make behavior slot use a real type

---------

Co-authored-by: David Markowitz <EmosewaMC@gmail.com>
2023-10-09 15:18:51 -05:00
..
BrickDatabase.cpp Convert BrickDatabase to namespace (#1142) 2023-07-17 17:55:25 -05:00
BrickDatabase.h Convert BrickDatabase to namespace (#1142) 2023-07-17 17:55:25 -05:00
CheatDetection.cpp CheatDetection: Move player access (#1209) 2023-10-05 15:31:05 -07:00
CheatDetection.h feat: Security improvements for spoofed packets (#1201) 2023-09-28 12:16:11 -05:00
CMakeLists.txt feat: Security improvements for spoofed packets (#1201) 2023-09-28 12:16:11 -05:00
GUID.cpp fix: Implement proper Sound trigger component serialization (#1160) 2023-08-06 15:38:12 -05:00
GUID.h fix: Implement proper Sound trigger component serialization (#1160) 2023-08-06 15:38:12 -05:00
Loot.cpp Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
Loot.h Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
Mail.cpp chore: cleanup LU(W)string writing (#1188) 2023-09-20 20:06:28 -05:00
Mail.h format codebase 2022-07-28 08:39:57 -05:00
Preconditions.cpp cleanup enums to make them more consistent 2023-01-22 17:38:47 -06:00
Preconditions.h convert to unix line endings 2022-08-05 22:01:59 -05:00
SlashCommandHandler.cpp refactor: re-write AOE, add FilterTargets, Update TacArc Reading (#1035) 2023-10-09 15:18:51 -05:00
SlashCommandHandler.h Removed some hardcoded logic for racing (#1075) 2023-05-08 04:38:08 -05:00
VanityUtilities.cpp chore: cleanup some vanity npc logic (#1174) 2023-08-03 21:37:09 -05:00
VanityUtilities.h Add ldf controlls to vanity npc tools 2023-01-11 01:10:14 -06:00