Skip to content

Releases: Matrixchung/EDAutopilot-v2

EDAutopilot v1.1

20 Feb 03:51
Compare
Choose a tag to compare
EDAutopilot v1.1 Pre-release
Pre-release

What's Changed

  • Rework the project's file arrangements, functional modules are now in utils, leaving the root folder with a gameSession API and robigo.py.
  • locateImageInGame() and isImageInGame() now replace the origin locateImageOnScreen()
  • original pyautogui.locateImageOnScreen() has been deprecated, with a brand-new locate() implemented directly in OpenCV using template matching. No pyscreeze 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

Full Changelog: v1.0...v1.1