Mark Callow

Results 429 comments of Mark Callow

> On macOS you can reproduce a single `SDL_EVENT_FINGER_UP` by pressing 2 fingers on the trackpad to emulate a right mouse button. On release, regardless of any delay between raising...

The CI workflow uses a hack for caching the built vcpkg package (sdl2) to speed up subsequent CI runs. I am not sure how robust it is to recognizing package...

I just pushed a change to use the NuGet caching recommended by vcpkg. This is fully robust. Since vcpkg handles the caching it always knows what packages have changed and...

Commit [ccef5eb](https://github.com/lvandeve/lodepng/pull/212/commits/ccef5ebfbbdd20fe0b52a5fb8c746e64387eb56b) removes the need to make a GitHub Personal Access Token for access to GitHub packages for the vcpkg cache. It uses `GITHUB_TOKEN` instead which is available in every...

To use this you will need to enable Actions for this repo in Settings->Actions. I think I will then need to push some innocuous (non) change to this PR to...

@lvandeve are you likely to merge this? If there is no chance, tell me as there is then no point in spending more time resolving conflicts from updates to master.

> Did you run the unit test on your changes? It is crashing with a double free. I had not. When I submitted the PR I expected there would be...

I fixed the leaks. Thanks for the heads-up. `valgrind` appears to be for Linux only: ``` brew install valgrind ==> Downloading https://formulae.brew.sh/api/formula.jws.json ==> Downloading https://formulae.brew.sh/api/cask.jws.json valgrind: Linux is required for...

I just pushed a fix for a warning from MSVC about a "use of a potentially uninitialized variable". The warning was bogus but I can see why the compiler thought...