Skip to content

Commit 077a54e

Browse files
committed
v0.0.3
1 parent 310ee81 commit 077a54e

File tree

2 files changed

+54
-10
lines changed

2 files changed

+54
-10
lines changed

io.mrarm.mcpelauncher.json

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
"buildsystem": "cmake-ninja",
275275
"build-options" : {
276276
"prepend-path": "/run/build/mcpelauncher-client/bin",
277-
"config-opts": [ "-DGAMEWINDOW_SYSTEM=GLFW", "-DCMAKE_C_FLAGS=-DNDEBUG", "-DCMAKE_CXX_FLAGS=-DNDEBUG", "-DBUILD_FAKE_JNI_TESTS=OFF", "-DBUILD_FAKE_JNI_EXAMPLES=OFF", "-DBUILD_BARON_EXAMPLES=OFF" ],
277+
"config-opts": [ "-DGAMEWINDOW_SYSTEM=GLFW", "-DCMAKE_C_FLAGS=-DNDEBUG", "-DCMAKE_CXX_FLAGS=-DNDEBUG", "-DBUILD_FAKE_JNI_TESTS=OFF", "-DBUILD_FAKE_JNI_EXAMPLES=OFF", "-DBUILD_BARON_EXAMPLES=OFF", "-DFETCHCONTENT_SOURCE_DIR_NLOHMANN_JSON_EXT=nlohmann_json_ext", "-DFETCHCONTENT_SOURCE_DIR_GLFW3_EXT=glfw3_ext" ],
278278
"env": {
279279
"CC": "clang",
280280
"CXX": "clang++"
@@ -290,7 +290,34 @@
290290
{
291291
"type": "git",
292292
"url": "https://github.com/minecraft-linux/mcpelauncher-manifest.git",
293-
"commit": "9a2ebde28d5ef2b95aebe233c6c8d632c56bbdc5"
293+
"commit": "87aa068ff00b88ebc5817d8828c3613fc6bd3850"
294+
},
295+
{
296+
"type": "file",
297+
"url": "https://github.com/minecraft-linux/glfw/archive/37204ede828296f8b6fe068851f3c7841bf20161.zip",
298+
"sha512": "dcc083cd5b805d41fc7b4c59187977cd8e2f45dffcc35c47579170ec2433df66b91ba603eebef3f994c02058869b0bbb1aa18d79f61e66f3d83cbe6201fb29bc",
299+
"dest-filename": "glfw3_ext.zip"
300+
},
301+
{
302+
"type": "shell",
303+
"commands": [
304+
"mkdir glfw3_ext",
305+
"cd glfw3_ext && unzip ../glfw3_ext.zip",
306+
"mv glfw3_ext/*/* glfw3_ext/"
307+
]
308+
},
309+
{
310+
"type": "file",
311+
"url": "https://github.com/nlohmann/json/releases/download/v3.7.3/include.zip",
312+
"sha512": "8efd82a54472335e548d0d5c375b6f2781b4a0f2dbc5aa0acc3f504277ec455e0782046286cf08eb4864ac8bcaa1a9691af8d0259dd71a9e539cfc12e0478eb5",
313+
"dest-filename": "nlohmann_json_ext.zip"
314+
},
315+
{
316+
"type": "shell",
317+
"commands": [
318+
"mkdir nlohmann_json_ext",
319+
"cd nlohmann_json_ext && unzip ../nlohmann_json_ext.zip"
320+
]
294321
}
295322
]
296323
},

io.mrarm.mcpelauncher.metainfo.xml

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
<caption>Main screen of the Launcher</caption>
2727
<image>https://user-images.githubusercontent.com/24195572/71060819-64f78c80-211b-11ea-8ea4-f1c2dabb9b54.png</image>
2828
</screenshot>
29+
<screenshot>
30+
<caption>Ingame ancient Nether Portal</caption>
31+
<image>https://user-images.githubusercontent.com/44845461/86053073-3f4b2880-ba58-11ea-8a73-6d16ef2785d8.png</image>
32+
</screenshot>
2933
</screenshots>
3034

3135
<content_rating type="oars-1.0">
@@ -38,19 +42,32 @@
3842
</content_rating>
3943

4044
<releases>
45+
<release version="0.0.3" date="2020-06-29">
46+
<description>
47+
<p>
48+
This update fixes
49+
</p>
50+
<ul>
51+
<li>Resolve crash on exit only offical releases</li>
52+
<li>Fix gamecontroller recognizing during startup</li>
53+
<li>Add F11 Fullscreen</li>
54+
<li>Fixed one random crash</li>
55+
</ul>
56+
</description>
57+
</release>
4158
<release version="0.0.2" date="2020-06-20">
4259
<description>
4360
<p>
4461
This update fixes
45-
<ul>
46-
<li>Closing the welcome window, now quits the Program correctly</li>
47-
<li>Cpu feature check works again, to prevent useless errorreports</li>
48-
<li>Launcher not found message replaced with detailed error report</li>
49-
<li>Previous launcher not found message, replaced with missing dependencies message</li>
50-
<li>Disallow downloading multiple Version at the same time ( was never working )</li>
51-
<li>Disable some buttons if the launcher is downloading, extracting or running</li>
52-
</ul>
5362
</p>
63+
<ul>
64+
<li>Closing the welcome window, now quits the Program correctly</li>
65+
<li>Cpu feature check works again, to prevent useless errorreports</li>
66+
<li>Launcher not found message replaced with detailed error report</li>
67+
<li>Previous launcher not found message, replaced with missing dependencies message</li>
68+
<li>Disallow downloading multiple Version at the same time ( was never working )</li>
69+
<li>Disable some buttons if the launcher is downloading, extracting or running</li>
70+
</ul>
5471
</description>
5572
</release>
5673
<release version="0.0.1" date="2020-06-01"/>

0 commit comments

Comments
 (0)