Skip to content

Hotfixes and documentation updates#228

Merged
Avasam merged 10 commits into
Toufool:masterfrom
Avasam:2.0.1
Apr 26, 2023
Merged

Hotfixes and documentation updates#228
Avasam merged 10 commits into
Toufool:masterfrom
Avasam:2.0.1

Conversation

@Avasam

@Avasam Avasam commented Apr 24, 2023

Copy link
Copy Markdown
Collaborator

Hotfixes and documentation updates following the 2.0.0 release.

Everything here should be considered a "patch" update and can go in 2.0.1

  • Fix DesktopDuplicationCaptureMethod error because it's missing a parameter in __init__ (Fixes 2.0 D3D Desktop Duplication unhandled exception #229)
    • Made CaptureMethodBase non-optional to help type-checking catch these cases
  • Fix somewhat inconsistent BitBlt error when closing a dolphin game (but not the emulator itself)
  • Fix pHash returning a match of 0 upon a perfect match
  • Fixed an issue where AutoSplit would automatically restart if Loop Last Split Image to First Split Image was checked and AutoSplit was manually "stopped/reset".
  • Make the autostart image comparison timer and the live preview refresh timer respect FPS limit setting changes
  • Optimize the live preview by re-using the image from comparison instead or requesting another new image
  • Fixed some numbers being rounded up in the GUI instead of being truncated. (a 0.996 match was incorrectly displayed as a perfect 1.00 match)
  • Support Dummy Flag for start image (Fixes Auto Start: Support dummy flag #222)
  • Better handle some camera errors
  • Moved documentation in docs
  • Added docs/CONTRIBUTING.md

@Avasam Avasam changed the title Fix D3D missing a param Hotfixes and documentation updates Apr 24, 2023
@Avasam
Avasam marked this pull request as ready for review April 25, 2023 00:04
@Avasam
Avasam merged commit a64877d into Toufool:master Apr 26, 2023
@Avasam
Avasam deleted the 2.0.1 branch April 26, 2023 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2.0 D3D Desktop Duplication unhandled exception Auto Start: Support dummy flag Take Screenshot creates image with wrong resolution

1 participant