Ui Fixes
- Removed Minecraft 1.16.210 from versionslist, because you can hardly craft anything in survival mode MCPE-117105 and texture glitches MCPE-121068
- Block launching unsupported Minecraft Versions completely
- Fixed missing versionsdb glitch, now it is embedded as a fallback
- Disabled devmode, start the ui with --enable-devmode to get it back
Changes in game-window
- Remove ENABLE_FEATURE_VERBOSE_JOYSTICKS:. only show erros in debug builds without NDEBUG
Changes in libc-shim
- Merge pull request 8 from joserobjr/patch-1
- Add a shim for malloc_usable_size (Apple included). Add shim for malloc_size for Apple
- This was requested by @ChristopherHX at PR 7. Add a shim for malloc_usable_size
- This is used by the release Minecraft 1.16.210.05 build, it can be passed through directly without issues.
Changes in mcpelauncher-client
- Fix errorwindow spam (pulsaudio).... after loosing pulseaudio connection
- Merge pull request 18 from bylaws/saa
- Rework core patches to be patched in via the linker. Add back CorePatches::Install to support older Minecraft versions
- Rework core patches to be patched in via the linker
- They are passed as an argument when loading the Minecraft library.
Changes in mcpelauncher-core
- Add default parameter to loadMinecraftLib
- Merge pull request 6 from bylaws/saa
- Transition to dlext hooks for mouse visibility callbacks. Don't require mouse pointer hooks
- Transition to dlext hooks for mouse visibility callbacks
- 1.16.210 removed the vtable symbols that were previously used for this. so use the linker extension as a workaround with callbacks being passed. in by the client.
Changes in mcpelauncher-errorwindow
- wait for the errorwindow process
- create a waiting thread to cleanup the child errorwindow process
Changes in mcpelauncher-webview
- Merge pull request 1 from ChristopherHX/patch-1
- Fix macro to be 5.12, not 5.18