Commit Graph

114 Commits

Author SHA1 Message Date
mschiller890
954ec6e505 Game now actually pauses when in a local world and when the server is set to be invisible. 2026-03-13 11:25:20 +01:00
mschiller890
b1cd6c6581 Added a dummy cheats toggle to the world creation screen. 2026-03-13 11:04:58 +01:00
mschiller890
248e9cb69a removed survival kit thing, go mining 2026-03-13 09:22:38 +01:00
mschiller890
caedc293eb Merge branch 'main' of https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1 2026-03-13 08:23:20 +01:00
mschiller890
2e9a9b810c Limit username to 12 chars and adjusted the Done button to go more with the rest of the games UI. 2026-03-13 08:22:54 +01:00
mschiller890
ce4c3e9d93 Update README.md 2026-03-13 09:05:59 +02:00
mschiller890
470509ee52 Add "Quit Game" button 2026-03-12 21:42:20 +01:00
mschiller890
0ea8b87970 Prevent duplicate world IDs by loading existing level list before generating a unique name 2026-03-12 21:31:01 +01:00
mschiller890
b4f54083dc Fixed door destroy logic 2026-03-12 19:17:32 +01:00
Michal Schiller
f17a11c670 Added mouse wheel support to the world selection screen. 2026-03-12 11:02:06 +01:00
mschiller890
adb23d18c6 Update README.md 2026-03-11 20:41:15 +02:00
mschiller890
4b6039d8a4 Added JoinByIPScreen.cpp to the source list 0.6.1-alpha-0.0.3 2026-03-11 20:16:35 +02:00
mschiller890
1e908423d5 Replaced std::stoi(port) with atoi(port.c_str()) call because of Android NDK 2026-03-11 20:15:15 +02:00
InviseDivine
4bd3821ff6 Update project/dedicated_server/CMakeLists.txt
change to yours
2026-03-11 19:55:38 +02:00
InviseDivine
28a49debcf Merge branch 'main' of https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1 2026-03-11 19:52:59 +02:00
InviseDivine
d2a5f4755c remove std stoi 2026-03-11 19:52:25 +02:00
mschiller890
7f3af5c98a Implemented openURL for android and updated init logic 2026-03-11 19:40:13 +02:00
mschiller890
d82d19be68 Updated the Discord link (and removed color tags cuz they were messing up the URL) 2026-03-11 19:38:53 +02:00
mschiller890
33590751c5 Added openURL(String) helper 2026-03-11 19:37:10 +02:00
mschiller890
a80d2ee847 Fix NPE in MainActivity.onDialogCompleted by guarding showSoftInput call with null focus check 2026-03-11 19:10:08 +02:00
InviseDivine
8875342557 Join by ip screen 2026-03-11 19:04:54 +02:00
InviseDivine
933ef9c988 Update README.md 2026-03-11 15:54:33 +02:00
mschiller890
09d28be195 Updated Android build version from 0.4.0 to 0.6.1-alpha-<build> 2026-03-11 12:49:04 +02:00
mschiller890
ffd9dda611 Upload files to "project/android" 2026-03-11 12:47:57 +02:00
mschiller890
6ed2d40edc Update build.ps1 2026-03-11 12:46:16 +02:00
mschiller890
ce6a987651 Game now asks for storage permission during runtime 2026-03-11 12:31:51 +02:00
mschiller890
23cdc15285 Bumped minSdk to 24 2026-03-11 12:27:36 +02:00
mschiller890
904bf68cd6 Bumped minSdk to 24 2026-03-11 12:27:11 +02:00
mschiller890
e529bd5d64 Fixed Done button not working and backspace on Android 2026-03-11 12:21:09 +02:00
mschiller890
099b560273 oopsie 2026-03-11 12:19:48 +02:00
mschiller890
2d70b68b73 Fixed Done button not working and backspace on Android 2026-03-11 11:03:06 +02:00
mschiller890
01f78eabc7 Upload files to "src" 2026-03-11 11:01:29 +02:00
Kolyah35
99164a781d whoops 2026-03-11 02:30:38 +03:00
Kolyah35
d25a04f154 REMOVE: license verification and BuyGame btns/screens 2026-03-11 00:39:27 +03:00
Kolyah35
3c71139a7c FIX: human readable world date 2026-03-10 23:58:20 +03:00
Kolyah35
9991ba312d FIX: improve textbox 2026-03-10 23:36:12 +03:00
Kolyah35
11d5551d02 Merge remote-tracking branch 'refs/remotes/origin/main' 2026-03-10 23:27:15 +03:00
Kolyah35
d0939875fc FIX: improve create world screen 2026-03-10 23:26:02 +03:00
InviseDivine
da1906f94b Fix: linux open links 2026-03-10 22:14:39 +02:00
InviseDivine
04f13ab4a7 Fix: gui, block destroy
Feat: speed up on left mouse button in credits
2026-03-10 22:06:28 +02:00
InviseDivine
2d17f9d152 Ported to textfield 2026-03-10 21:37:12 +02:00
Kolyah35
ae84705332 Merge pull request 'A lot of stuff.' (#1) from mschiller890/minecraft-pe-0.6.1:alotofstuff into main
Reviewed-on: https://192.168.0.2:3000/Kolyah35/minecraft-pe-0.6.1/pulls/1
2026-03-10 21:07:27 +02:00
mschiller890
12b30c245a Update README.md 2026-03-10 21:00:09 +02:00
mschiller890
7345f68aee Update README.md 2026-03-10 20:59:27 +02:00
mschiller890
311e97bd77 Update README.md 2026-03-10 20:40:41 +02:00
mschiller890
6d43273b18 Update README.md 2026-03-10 20:36:33 +02:00
Michal Schiller
2fc323639a Fixes and enhancements from my MCPE repository. (https://github.com/mschiller890/mcpe64) 2026-03-10 19:31:40 +01:00
Kolyah35
0c97ceb340 TextBox / removed BuyButton / impoved CreateWorldScreen 2026-03-10 02:51:32 +03:00
InviseDivine
65d25748db no sound define 2026-03-09 21:15:55 +02:00
InviseDivine
8a53d3432d Fix: Creative mode flying and cheats enabled 2026-03-09 20:40:07 +02:00