adamqqqplay / dota2ai

Ranked Matchmaking AI: An improved Dota2 AI based on Valve's default AI. Has more than 3 million subscribers on Steam.
http://steamcommunity.com/sharedfiles/filedetails/?id=855965029
GNU General Public License v3.0
310 stars 85 forks source link

Improve pudge hook #109

Closed JoshdanG closed 1 year ago

JoshdanG commented 1 year ago
  1. Minor fix for search radius: use bounding box of interfering unit rather than target when calculating collisions
  2. Fix ally saving calculation; previously it would always result in error
  3. Labelled abilities with comments

Note: a fix for Remove() in a separate commit/PR causes pudge to use hook less, because he can (mostly) tell things are in the way.