Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Update changelog.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Mar 21, 2021
1 parent 3df8afd commit 7c0d90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<p>Ui Fixes</p><ul><li> Removed Minecraft 1.16.210 from versionslist, because you can hardly craft anything in survival mode MCPE-117105 and texture glitches MCPE-121068</li><li> Block launching unsupported Minecraft Versions completely</li><li>Fixed missing versionsdb glitch, now it is embedded as a fallback</li><li>Disabled devmode, start the ui with --enable-devmode to get it back</li></ul><p>Changes in game-window</p><ul><li>Remove ENABLE_FEATURE_VERBOSE_JOYSTICKS:. only show erros in debug builds without NDEBUG</li></ul><p>Changes in libc-shim</p><ul><li>Merge pull request 8 from joserobjr/patch-1</li><li>Add a shim for malloc_usable_size (Apple included). Add shim for malloc_size for Apple</li><li>This was requested by @ChristopherHX at PR 7. Add a shim for malloc_usable_size</li><li>This is used by the release Minecraft 1.16.210.05 build, it can be passed through directly without issues.</li></ul><p>Changes in mcpelauncher-client</p><ul><li>Fix errorwindow spam (pulsaudio).... after loosing pulseaudio connection</li><li>Merge pull request 18 from bylaws/saa</li><li>Rework core patches to be patched in via the linker. Add back CorePatches::Install to support older Minecraft versions</li><li>Rework core patches to be patched in via the linker</li><li>They are passed as an argument when loading the Minecraft library.</li></ul><p>Changes in mcpelauncher-core</p><ul><li>Add default parameter to loadMinecraftLib</li><li>Merge pull request 6 from bylaws/saa</li><li>Transition to dlext hooks for mouse visibility callbacks. Don't require mouse pointer hooks</li><li>Transition to dlext hooks for mouse visibility callbacks</li><li>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.</li></ul><p>Changes in mcpelauncher-errorwindow</p><ul><li>wait for the errorwindow process</li><li>create a waiting thread to cleanup the child errorwindow process</li></ul><p>Changes in mcpelauncher-webview</p><ul><li>Merge pull request 1 from ChristopherHX/patch-1</li><li>Fix macro to be 5.12, not 5.18</li></ul>
<p>Fixed arm, arm64 appimage creation due to missing space</p>

0 comments on commit 7c0d90e

Please sign in to comment.