2.3.10
minecraft-pi-reborn/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2022-05-14 00:16:25 -04:00
parent be300a2809
commit b3a96dc3e2
5 changed files with 10 additions and 3 deletions

View File

@ -1 +1 @@
2.3.9
2.3.10

@ -1 +1 @@
Subproject commit 775bea8911f27848d1359ae656cf074dc0a07396
Subproject commit 633e00f277ff6996e2c6d5b746f7a372e7a4b4a2

View File

@ -1,5 +1,12 @@
# Changelog
**2.3.10**
* Add Crash Report Dialog
* Disable V-Sync By Default
* Refactor Child Process Management
* Improve Build System
* Support For Building On Ubuntu 22.04
**2.3.9**
* Bundle An ARM Sysroot
* Not Used On ARM32 Systems

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 154 KiB

View File

@ -24,7 +24,7 @@ static void show_report(const char *log_filename) {
"--width", CRASH_REPORT_DIALOG_WIDTH,
"--height", CRASH_REPORT_DIALOG_HEIGHT,
"--text-info",
"--text", "Minecraft: Pi Edition: Reborn has crashed!",
"--text", "Minecraft: Pi Edition: Reborn has crashed!\n\nNeed help? Consider asking on the <a href=\"https://discord.com/invite/aDqejQGMMy\">Discord server</a>!",
"--filename", log_filename,
"--no-wrap",
"--font", "Monospace",