Skip to content

Releases: qoh/BlocklandLoader

Version 0.3.0-beta1

13 Jul 04:47
@qoh qoh
Compare
Choose a tag to compare
Version 0.3.0-beta1 Pre-release
Pre-release
  • 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

25 Jan 13:01
@qoh qoh
Compare
Choose a tag to compare

Uses Blockland.exe from revision 1997.
BlocklandLoader.dll has not changed.

v0.2 with more reliable module searching (beta)

08 Mar 22:54
@qoh qoh
Compare
Choose a tag to compare

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

23 Sep 00:15
@qoh qoh
Compare
Choose a tag to compare

No changes to DLL, use same as previous release

BlocklandLoader for r1985

18 Sep 14:17
@qoh qoh
Compare
Choose a tag to compare
v0.1.2

TS attach/detach fns and start of DLL API

v0.1.1

30 Mar 09:19
@qoh qoh
Compare
Choose a tag to compare

Now with a TorqueScript API! You can use attachModule(filename) and detachModule(filename) to load/unload DLL files in the modules directory at any time. This also marks the start of a convenience API for DLLs themselves.

Initial release

13 Mar 13:31
@qoh qoh
Compare
Choose a tag to compare

The patched Blockland.exe included in this release is based on r1984.