Releases: Matrixchung/EDAutopilot-v2
Releases · Matrixchung/EDAutopilot-v2
EDAutopilot v1.1
What's Changed
- Rework the project's file arrangements, functional modules are now in
utils
, leaving the root folder with agameSession
API androbigo.py
. locateImageInGame()
andisImageInGame()
now replace the origin locateImageOnScreen()- original
pyautogui.locateImageOnScreen()
has been deprecated, with a brand-newlocate()
implemented directly in OpenCV using template matching. Nopyscreeze
needed anymore. - fixed the root path detecting when running in plain Python without VS Code.
- implement a prefetch function
loadFromFile()
for images as numpy.array input. - some small tweaks to the constants in
utils/utils.py
for a better aligning and navigation. - robigo.py: Thanks to the new locating functions, the buttons are now pre-loaded instead of readed real-time, for it causes a huge resource waste.
- robigo.py: Simplified image recognition, no more
coordinate[0]!=-1
- robigo.py: Fixed a bug in
enable-assist
caused by image scaling error when selected target is too close to the bottom
New Contributors
- @dependabot made their first contribution in #2
- @Thurion666 made their first issue in #1
Full Changelog: v1.0...v1.1