Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minecraft Bedrock Launcher needs to be updated #692

Closed
wants to merge 204 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
204 commits
Select commit Hold shift + click to select a range
bd8766e
Fixed relative url to point to minecraft-linux
ChristopherHX Sep 18, 2019
bdb755b
Fixed client revision
ChristopherHX Sep 18, 2019
28f76ce
Updated syms
ChristopherHX Sep 19, 2019
af10ec2
Broken JNI NaiveActivity, opengl init error
ChristopherHX Oct 17, 2019
3eb4195
Fic core commit
ChristopherHX Oct 17, 2019
da21e33
Added libjnivm
ChristopherHX Oct 24, 2019
c5140fc
First JNI draft to start mcpe 1.14.x
ChristopherHX Oct 28, 2019
39655cb
Create README.md
ChristopherHX Oct 28, 2019
1c8d210
Important Notice
ChristopherHX Oct 28, 2019
0bd6ac5
Update to support eglut windows
ChristopherHX Oct 28, 2019
71caeec
Point eglut to fork
ChristopherHX Oct 28, 2019
4afc746
Merge branch 'master' of https://github.com/ChristopherHX/mcpelaunche…
ChristopherHX Oct 28, 2019
bb083eb
Fixed eglut window creation
ChristopherHX Oct 29, 2019
0633409
Change c++17 back to c++14
ChristopherHX Oct 29, 2019
49df63c
Updated Core Preview 1
ChristopherHX Oct 29, 2019
f09461d
Updated ReadMe
ChristopherHX Oct 29, 2019
287128f
Update README.md
ChristopherHX Oct 29, 2019
c85a754
Update README.md
ChristopherHX Oct 29, 2019
190bc33
Update README.md
ChristopherHX Oct 29, 2019
6fe4dea
Fix createGuid
ChristopherHX Oct 29, 2019
d9e0ac2
Merge branch 'master' of github.com:ChristopherHX/mcpelauncher-manifest
ChristopherHX Oct 29, 2019
0587630
Updated README
JustTalDevelops Oct 30, 2019
f0a5864
Merge pull request #2 from JustTalDevelops/patch-1
ChristopherHX Oct 30, 2019
3ff8a3d
Fix spelling
ChristopherHX Oct 30, 2019
1ce92df
Keymap should work now
ChristopherHX Nov 2, 2019
1e4a59c
Fix MacOs Building and Running
ChristopherHX Nov 3, 2019
d16ac07
Update json (@cgruber) and use My patched glfw
ChristopherHX Nov 3, 2019
157d7fb
Fix ReadMe
ChristopherHX Nov 3, 2019
6f49271
Update README.md
ChristopherHX Nov 3, 2019
d48ca06
Updated cll-telemetry
ChristopherHX Nov 3, 2019
43f77e5
Remove cd command to run it
ChristopherHX Nov 5, 2019
5a5a02e
Remove jni debug trace
ChristopherHX Nov 5, 2019
d250a5c
Fix compiling with clang 9.0.0
ChristopherHX Nov 6, 2019
ccde2ca
Add notice to Prebuilds
ChristopherHX Nov 6, 2019
c57115c
Window now can be closed with the Red x
ChristopherHX Nov 7, 2019
f7d9673
Fix Gamepad (Please Test)
ChristopherHX Nov 7, 2019
97a659e
Test Github Action
ChristopherHX Nov 8, 2019
ae35fd7
Fix Github workflow config Path
ChristopherHX Nov 8, 2019
c4e06cf
Skip python upgrade
ChristopherHX Nov 8, 2019
786ca32
Skip installing CMake (preinstalled)
ChristopherHX Nov 8, 2019
08eb684
Fix working-directory
ChristopherHX Nov 8, 2019
bc074ce
Test again
ChristopherHX Nov 8, 2019
a7327e3
checkout to right dir
ChristopherHX Nov 8, 2019
22296e6
.
ChristopherHX Nov 8, 2019
d0b128c
.
ChristopherHX Nov 8, 2019
f5b2c15
.
ChristopherHX Nov 8, 2019
2f49581
Fix workspace
ChristopherHX Nov 8, 2019
7724fea
Test using macosx10.13 sdk
ChristopherHX Nov 8, 2019
820596d
Fix 10.13 sdk threads not found
ChristopherHX Nov 8, 2019
5bf7448
Try complete path
ChristopherHX Nov 8, 2019
d484c65
.
ChristopherHX Nov 8, 2019
0f84b58
Explore Xcode versions
ChristopherHX Nov 8, 2019
327c0e5
Download and install macos 10.13 sdk
ChristopherHX Nov 8, 2019
3b6b6f6
Try own sdk
ChristopherHX Nov 8, 2019
c726e2f
Update main.yml
ChristopherHX Nov 8, 2019
5e1f8d8
Test adding Angle RPATH
ChristopherHX Nov 9, 2019
145a676
Fix Xboxlive
ChristopherHX Nov 14, 2019
7e7365d
Fix MacOs XBL 1
ChristopherHX Nov 14, 2019
d679c92
Crashless Xboxlive, noautologin
ChristopherHX Nov 15, 2019
7479a5d
Try Fix MacOs 10.13, builder
ChristopherHX Nov 16, 2019
cce96b1
Try fixing exit code 4
ChristopherHX Nov 16, 2019
25314bb
Remove some undefined behaviour
ChristopherHX Nov 16, 2019
86d5bb6
Macos 1.13 fix try 2
ChristopherHX Nov 16, 2019
0206d12
MacOs 1.13 Test 2
ChristopherHX Nov 16, 2019
7be9a80
Implement Image picking
ChristopherHX Nov 17, 2019
45fc9de
Add libpng MacOs
ChristopherHX Nov 17, 2019
d2fbd90
MacOs Hotifx libpng
ChristopherHX Nov 17, 2019
882d7f3
Update ReadMe
ChristopherHX Nov 17, 2019
59ca5d9
MacOs Test 5
ChristopherHX Nov 17, 2019
629c147
Update README.md
ChristopherHX Nov 17, 2019
7886265
Try fixing MacOs sizing issues
ChristopherHX Nov 19, 2019
783bd7d
Fix GameWindow compile error
ChristopherHX Nov 19, 2019
3e0f515
Improve Stability
ChristopherHX Nov 21, 2019
d00abfd
initial armhf support
ChristopherHX Nov 22, 2019
8152325
Add Appimage notes
ChristopherHX Nov 26, 2019
3b9fc8c
Revert failed MacOs Sizepatch
ChristopherHX Nov 29, 2019
bff1e89
Implemented Fullscreen
ChristopherHX Nov 30, 2019
dad1534
Update README.md
ChristopherHX Dec 2, 2019
e38093f
Try fix start crash < 10.14
ChristopherHX Dec 2, 2019
e173538
Replace all brew deps with high sierra
ChristopherHX Dec 2, 2019
6bcd50a
Update README.md
ChristopherHX Dec 3, 2019
787a74e
Add force stop on close again
ChristopherHX Dec 5, 2019
c25180e
Fix github workflow (MacOs)
ChristopherHX Dec 5, 2019
6be5739
Update Aur Building Instruction
ChristopherHX Dec 6, 2019
fb8ddf8
Fix Gamepad
ChristopherHX Dec 7, 2019
597b307
Fix ARM mouse Capture more Stability
ChristopherHX Dec 9, 2019
3d619ef
Trigger rebuild
ChristopherHX Dec 10, 2019
262b858
Fix MacOs HiDPI sizing and Graphics Issues
ChristopherHX Dec 13, 2019
e1c3847
Increase min MacOs to 10.12
ChristopherHX Dec 13, 2019
fd503bd
Update README.md
ChristopherHX Dec 13, 2019
2eeb3e9
Applied Minecraft Bug Patch (#14)
ChristopherHX Dec 14, 2019
24a6edc
Fix client
ChristopherHX Dec 14, 2019
c0d8f42
Added launcher graphic + grammer fixes
Dec 18, 2019
3a73403
Merge pull request #1 from Mhowser/Mhowser-grammer-fix
Dec 18, 2019
a98a0e1
Merge pull request #20 from Mhowser/master
ChristopherHX Dec 18, 2019
f106546
Fix xboxlive autologin, saving serverlist
ChristopherHX Dec 18, 2019
bae1b34
Setting right storage path
ChristopherHX Dec 18, 2019
312ccd5
Update Engine to preview (Copy paste is back)
ChristopherHX Dec 18, 2019
e43d4eb
Update README.md
ChristopherHX Dec 19, 2019
08856ab
Test
ChristopherHX Dec 20, 2019
d2fd533
Fix launching from AmazonAppStore
ChristopherHX Dec 23, 2019
dc889ae
Added MacOs builder for 10.14 SDK
ChristopherHX Dec 23, 2019
fe225a8
Fix workflow syntax
ChristopherHX Dec 23, 2019
f138b53
Fix new MacOs builder
ChristopherHX Dec 23, 2019
d6aaa49
Fix: Gamepad Settings reappear
ChristopherHX Dec 27, 2019
95e76c3
Updated MacOs HiDpi Support
ChristopherHX Dec 28, 2019
7959a62
Upload current Releases to Release Page
ChristopherHX Dec 29, 2019
09707bb
MacOs Experiment
ChristopherHX Dec 29, 2019
1d15ac2
MacOs Experiment 2
ChristopherHX Dec 29, 2019
b7f11d4
MacOs Experiment 3
ChristopherHX Dec 29, 2019
fb4ec4c
MacOs Experiment 4
ChristopherHX Dec 29, 2019
61513c1
MacOs Experiment 5
ChristopherHX Dec 29, 2019
b63783f
MacOs Experiment 6
ChristopherHX Dec 29, 2019
19b1223
MacOs Experiment 7
ChristopherHX Dec 29, 2019
e7c0e37
Update main.yml
ChristopherHX Dec 29, 2019
60fd9ac
Update main.yml
ChristopherHX Dec 29, 2019
3e93737
Update main.yml
ChristopherHX Dec 29, 2019
c0b6b08
Update main.yml
ChristopherHX Dec 29, 2019
d5459f7
Update main.yml
ChristopherHX Dec 29, 2019
663d9c2
Test
ChristopherHX Dec 29, 2019
923bd5d
Update main.yml
ChristopherHX Dec 29, 2019
b943a51
Update main.yml
ChristopherHX Dec 29, 2019
c5afb4b
Update main.yml
ChristopherHX Dec 29, 2019
b2a0135
Update main.yml
ChristopherHX Dec 29, 2019
1de08bc
Update main.yml
ChristopherHX Dec 29, 2019
b0cce60
Update main.yml
ChristopherHX Dec 29, 2019
c92fa7d
Test
ChristopherHX Dec 29, 2019
9f3c736
MacOs Current
ChristopherHX Dec 29, 2019
d256c2e
Fix CI script
ChristopherHX Dec 29, 2019
347adfb
Merge pull request #29 from ChristopherHX/preview
ChristopherHX Dec 30, 2019
7b9b412
Fix Keyboard Input
ChristopherHX Dec 31, 2019
735f7fd
Strip unused original Launcher code
ChristopherHX Jan 2, 2020
f214d56
Update ReadMe
ChristopherHX Jan 2, 2020
554c523
Fix macOS build loop
ChristopherHX Jan 2, 2020
84ad5ad
Include Nvidia Workaround (#12)
ChristopherHX Jan 27, 2020
f554852
Add macOS brew failure workaround
ChristopherHX Jan 28, 2020
112460f
Update README.md
ChristopherHX Jan 29, 2020
038c74d
Update README.md
ChristopherHX Jan 29, 2020
0a58606
Add AddFriends and two other Button functionality
ChristopherHX Jan 31, 2020
132cbf3
Merge branch 'master' of https://github.com/ChristopherHX/mcpelaunche…
ChristopherHX Jan 31, 2020
739a976
Hacked Minecraft x11 IME
ChristopherHX Feb 5, 2020
1bd75da
IME Patch two, now works
ChristopherHX Feb 5, 2020
132ff03
Remove unused Header IME SUPORT
ChristopherHX Feb 5, 2020
91518fd
Try fix macOS build bot / Xbox live error updates
ChristopherHX Feb 7, 2020
f2b61ca
Fix upload step
ChristopherHX Feb 7, 2020
c2ba222
Update Client
ChristopherHX Feb 8, 2020
80c456e
Update Xboxlive interface
ChristopherHX Feb 14, 2020
2dffea0
Merge branch 'master' of https://github.com/ChristopherHX/mcpelaunche…
ChristopherHX Feb 14, 2020
f06da4b
Retry msa login on every RPC Error
Feb 14, 2020
2874242
Retry to connect to `msa-daemon` if failed
ChristopherHX Feb 15, 2020
879a2ab
Include mrarms hbui patch again
ChristopherHX Feb 21, 2020
9a68f4a
Fix macOS build break again
ChristopherHX Feb 21, 2020
f0b76e5
Update ReadMe
ChristopherHX Feb 21, 2020
4b35bc0
Enable Update Notification for osx DMG
ChristopherHX Feb 21, 2020
7b28d8d
Merge branch 'master' of https://github.com/ChristopherHX/mcpelaunche…
ChristopherHX Feb 21, 2020
ad8c880
Remove Bad "
ChristopherHX Feb 21, 2020
5b33443
Remove Action build loop
ChristopherHX Feb 22, 2020
e98c154
Adjust Action
ChristopherHX Feb 22, 2020
c8f9b60
Fix macOS 10.12 and 10.13
ChristopherHX Feb 22, 2020
626f634
Fix Typing macOS
ChristopherHX Feb 23, 2020
d7cb7ae
macOS keyboard input stability update (#44)
ChristopherHX Feb 26, 2020
6569d35
Update README
ChristopherHX Feb 26, 2020
c343ff6
Fix armhf no Sound
ChristopherHX Mar 10, 2020
1650c95
Added more Issue Links
ChristopherHX Mar 10, 2020
7956364
Fix typo in server
ChristopherHX Mar 10, 2020
35de4e5
Fix legacy server arm
ChristopherHX Mar 10, 2020
8f29a33
Fix 1.15.0.56 and 0.15 - 0.17
ChristopherHX Mar 11, 2020
aaecd8b
Update many components
ChristopherHX Mar 15, 2020
d853cd6
Test 0.8.1 support (EXPERIMENTAL)
ChristopherHX Mar 15, 2020
8bcc025
Fix loading 0.8.1 (But results in a blackscreen)
ChristopherHX Mar 15, 2020
bdc46d5
Mouse Capture now uses vtable replacement
ChristopherHX Mar 15, 2020
74ceeb3
Move to DCMA free clone
ChristopherHX Mar 15, 2020
9829300
Try fix keyboard crash on x11
ChristopherHX Mar 24, 2020
3e4d79d
Merge branch 'master' of github.com:ChristopherHX/mcpelauncher-manifest
ChristopherHX Mar 24, 2020
4701b0f
Disabled IME by default
ChristopherHX Mar 25, 2020
45f9d98
Add Notice to IME in readme
ChristopherHX Mar 25, 2020
05861bf
1.16.0.57 Hotfix
ChristopherHX Apr 17, 2020
84c8cff
Submodules use absolute urls
ChristopherHX May 18, 2020
e8a3ee9
Remove macOS builder from manifest
ChristopherHX May 18, 2020
aec8310
Update arg-parser fix includes
ChristopherHX May 18, 2020
0d7c07a
Fix includes
ChristopherHX May 18, 2020
30c5b73
Update linux-gamepad
ChristopherHX May 18, 2020
196f210
Revert "Move to DCMA free clone"
ChristopherHX May 18, 2020
47c2b5b
Return 51 on failed to load Minecraft Lib
ChristopherHX May 20, 2020
18a0e57
Reenable Archivements without ENABLE_CLL
ChristopherHX May 20, 2020
c815d83
1.16.0.63 support / xbox archivements are on
ChristopherHX May 20, 2020
830d61c
Add missing ostream include
ChristopherHX May 20, 2020
b4136d7
Update file-util
ChristopherHX May 24, 2020
0ae9b03
Fix `mcpelauncher-client -df 1`
ChristopherHX May 30, 2020
c73f231
llibjnivm ignore nullptr in newStringUTF
ChristopherHX May 30, 2020
82b3608
Update README.md
ChristopherHX Jun 1, 2020
04dd224
Avoid weird macOS crash
ChristopherHX Jun 2, 2020
d5b678c
macOS 10.10 compat -DOLD_MACOS=1
ChristopherHX Jun 10, 2020
48cd1d2
Minor synax fix (macos 10.10)
ChristopherHX Jun 10, 2020
0018334
missing mkostemp macos 10.10
ChristopherHX Jun 10, 2020
e612212
Add missing newline arch src build
ChristopherHX Jun 13, 2020
0a6f93f
Fix one Solus instruction error
ChristopherHX Jun 14, 2020
3cbce17
Revert to AUR lib32-check
ChristopherHX Jun 18, 2020
57f6253
update daemon-utils
ChristopherHX Jun 24, 2020
12ce9d1
Update README.md
ChristopherHX Jul 20, 2020
ead497a
Respond to issue, no updates
ChristopherHX Feb 2, 2021
3799949
Update autorespond.yml
ChristopherHX Feb 2, 2021
1f8c6b0
Add issue template
ChristopherHX Nov 6, 2021
3f10bb1
This fork is unmaintained
ChristopherHX Nov 6, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Respond to issue, no updates
ChristopherHX authored Feb 2, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit ead497aabc9834dab2048de29d05f27c1215d173
26 changes: 26 additions & 0 deletions .github/workflows/autorespond.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
on:
issues:
types: [opened]
jobs:
tampered_launcher:
runs-on: ubuntu-latest
if: contains(github.event.issue.body, "Minecraft Bedrock.app")
steps:
- name: Create Response
uses: peter-evans/create-or-update-comment@v1
with:
issue-number: ${{ github.event.issue.number }}
body: |
**I heard of a potenially tampered Launcher from mediafire**
You find offical releases from me on github (https://github.com/ChristopherHX/osx-packaging-scripts/releases/tag/ng.dmg).
They are still unsigned, but it seems to be reasonable to increase secureity.

Where do you get that version? It might harm your computer or credentials.
_This comment was written by a bot!, because you or the download page has renamed the Launcher from "Minecraft Bedrock Launcher.app" to "Minecraft Bedrock.app"_
- uses: christianvuerings/add-labels@v1
with:
labels: |
Tampered Launcher
MissingUpdates
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}