9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2026-01-03 22:26:19 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
hayanesuru
cc2781e7fa don't submit running goal 2025-05-04 00:22:02 +08:00
Dreeam
1431eff510 [ci skip] cleanup 2025-05-03 07:50:33 -04:00
Dreeam
3f20ea5c71 Cleanup 2025-05-02 22:22:53 -04:00
hayanesuru
3b8ec970c8 optimize async target finding (#303)
* optimize async target finding

* fix canContinueToUse

* fix data race

* fix TemptGoal start before search entity

* fix AvoidEntityGoal doesn't create path

* fix inactiveTick tickingTarget

* default queueSize to 0

* default queueSize to 4096
2025-05-01 17:29:42 +03:00
Taiyou06
92876d4b12 fix NPE on isParallelCancelledByPlugin 2025-04-28 20:47:15 +02:00
hayanesuru
08ca77097c Temporary disable async target finding when PWT enabled 2025-04-26 00:42:37 +08:00
hayanesuru
124dc64a0d update async target finding and block finding (#296)
* reduce overhead on poll

* more async search entities

* async block search

* rename search entity config

* cleanup

* fix async search block too frequent

* remove alertOther Experimental anno

* Adjust the delay of RemoveBlockGoal to match vanilla behavior

* Optimize TemptGoal

* rollback interval change

* cleanup

* add async finding to DefendVillageTargetGoal

* rollback interval change for NearestHealableRaiderTargetGoal

* config searchPlayer

* fix DefendVillageTargetGoal condition doesn't check

* add async finding to BegGoal

* rollback interval change for FollowMobGoal

* cleanup

* add async finding to some follow goal

* add async finding to TemptGoal

* handle searchPlayer config

* fix TemptGoal
2025-04-24 13:18:53 +03:00