1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-05-13 14:37:45 +00:00
project-meteor-server/FFXIVClassic Map Server/actors/chara/ai
Tahir Akhlaq 1637bba167 added target finding within box (thanks kjLotus!)
- added function to return position as Vector3 to Actor (todo: maybe we should just use the class instead of 3 separate floats?)
- added function to return all actors in Area
- actually added documentation to TargetFind stuff (kill me pls)
- todo: actually test this..
2017-07-10 02:31:37 +01:00
..
controllers missed some files from previous commit 2017-07-08 00:20:55 +01:00
state renamed mob stuff to battlenpc 2017-07-07 22:08:48 +01:00
utils moved getpath crap to pathfinding (or should i keep it in actor?) 2017-07-02 20:01:24 +01:00
ActionQueue.cs added some more ai stubs 2017-06-29 19:14:05 +01:00
AIContainer.cs renamed mob stuff to battlenpc 2017-07-07 22:08:48 +01:00
HateContainer.cs added status effect class 2017-06-29 19:14:06 +01:00
PathFind.cs moved getpath crap to pathfinding (or should i keep it in actor?) 2017-07-02 20:01:24 +01:00
StatusEffects.cs stubbed some more functions from kj's ai stuff 2017-06-29 21:54:30 +01:00
TargetFind.cs added target finding within box (thanks kjLotus!) 2017-07-10 02:31:37 +01:00