Rachel Powers
Rachel Powers
This PR adds CMake build scripts that mostly mirror the existing autotools build system. It also contains some patches to support building under MSVC which was the reason the CMake...
### Describe the bug At first I thought this was a regression on #729 but it seems it's more of a case where there are situations where the `sl-option` can...
Tasks, the way they are currently implemented, are attached to the context where they are being run. This does not lend itself to having their progress tracked by other contexts....
Allow LWJGL, Mappings, loader version, etc to update appropriately when the minecraft version is changed Depends on #2528 Closes #562 Closes #703 Closes #1358 Closes #2540
> [!WARNING] > This is a work in progress. Not all controls are implemented and API is NOT final. ## What this is The necessary setup to start using QML...
Add a arm64 mingw build.
Hello, I'm currently working on another project that may like to link libaria2 for purposes of downloading resources. however this project wants to support MSVC as a compilation target and...
Try to pull in less headers when allowing access to `APPLCATION` and `APPLICATION_DYN` stacked on: #4494
also use RAII guard to free it instead of tracking it with a member variable part of my `Application.cpp` refactor series