Skip to content

Releases: Aetopia/Stonecutter

v1.5.1

03 Jan 08:53
7a0043d
Compare
Choose a tag to compare

Changes

  • Cleanup any leftover SIDs before the injector terminates.

  • Initialize COM using CoInitializeEx().

v1.5.0

02 Jan 12:10
9064829
Compare
Choose a tag to compare

v1.4.2

06 Oct 15:35
44f8028
Compare
Choose a tag to compare

Changes

  • The injector ensures it is single instanced.

  • Use a COM local server for launching UWP apps.

v1.4.1

04 Oct 04:04
8cf60c3
Compare
Choose a tag to compare

Changes

  • The injector now accounts for null bytes when resolving package full names.

  • The dynamic link library checks if its loaded into the correct package.

v1.4.0

03 Oct 16:30
19c7a23
Compare
Choose a tag to compare

Changes

  • Remove features as whole, Stonecutter will primarily focus on implementing fixes.

    • "Enhanced Immersive Fullscreen" will return as a separate repository in the future.

    • To force DirectX 11 do the following:

      • Create a file called Stonecutter.ini in:

        %LOCALAPPDATA%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\RoamingState
        
      • Add the following contents:

        []
        =1
      • Save the file.

v1.3.5.3

30 Sep 11:40
29dadaf
Compare
Choose a tag to compare

Changes

  • When forcing DirectX 11, the dynamic link library checks if DirectX 11 is being requested instead of DirectX 12 when calling CreateSwapChainForCoreWindow.

v1.3.5.2

27 Sep 17:58
fd71378
Compare
Choose a tag to compare

Changes

  • The dynamic link library how links against the Universal C Runtime.

  • Revamp build script.

v1.3.5.1

26 Sep 16:57
002027f
Compare
Choose a tag to compare

Changes

  • The dynamic link library will center the cursor whenever the cursor is null.

v1.3.5

26 Sep 11:11
6fc7434
Compare
Choose a tag to compare

Changes

  • The dynamic link library will center the cursor only if changing the cursor succeeded.

v1.3.4

26 Sep 03:58
e52da42
Compare
Choose a tag to compare

Changes

  • The injector now starts Stonecutter: Display properly.

  • Instead of using a unified configuration file, Stonecutter uses separate configuration files for all modules:

    • Stonecutter: Game

      • Game.ini
    • Stonecutter: Display

      • Display.ini