Releases: qoh/BlocklandLoader
Version 0.3.0-beta1
- Fixes Linux support that was broken in the previous update
- Adds support for building on Linux
- Removes dependency on Visual Studio
- Reverts switch to widechar APIs and PathCch
- Improves directory selection further
I am not sure how well these Linux built DLLs work on Windows, so please help me out by testing them.
Use the previous Blockland.exe as previous releases.
Version 0.3.1
v0.2 with more reliable module searching (beta)
The loader now looks for the modules folder in the folder containing the Blockland.exe file, not the current directory. You don't need to move it to your BlocklandLauncher folder anymore.
It also uses the newer widechar path API which might help support paths with less common characters.
The hooks (LoaderAttach, LoaderDetach, LoaderScan, LoaderSymbol) have been removed as they were completely unused and mostly pointless anyway.
Use the same Blockland binary as the previous release.
BlocklandLoader for r1986
No changes to DLL, use same as previous release
BlocklandLoader for r1985
v0.1.2 TS attach/detach fns and start of DLL API
v0.1.1
Initial release
The patched Blockland.exe
included in this release is based on r1984.