Commit Graph

147 Commits

Author SHA1 Message Date
c7d6289781 FIX: compilation on arm 2026-03-15 21:59:23 +03:00
a50877af9e ADD: lastip 2026-03-15 20:54:28 +03:00
fadcf3a7d0 FIX: i fucking wrote profiler just to find that sleep function takes SECONDS arg :sob::sob::sob::sob::sob::sob::sob::sob::sob:😭 2026-03-15 20:35:02 +03:00
b0fa2b820c REMOVE: debug feature 2026-03-15 18:32:41 +03:00
c03f535c7e FIX: Nether reactor (by @bravelycowering) 2026-03-14 20:42:38 +02:00
03ff7b118e settings names fixed 2026-03-14 20:24:28 +02:00
1f5e1244f2 Merge pull request 'start menu screen overhaul' (#3) from freetolga/minecraft-pe-0.6.1:start-screen-overhaul into main
Reviewed-on: Kolyah35/minecraft-pe-0.6.1#3
2026-03-14 17:21:58 +02:00
0aa94bc56f REMOVE: AI useless code 2026-03-14 18:15:08 +03:00
freetolga
5f612652d9 start menu screen overhaul 2026-03-14 17:57:55 +03:00
bf1a6d79b4 Merge remote-tracking branch 'refs/remotes/origin/main' 2026-03-14 14:52:59 +03:00
e49fe348e3 FIX: override warnings 2026-03-14 14:51:42 +03:00
bb95e75c47 Merge remote-tracking branch 'refs/remotes/origin/main' 2026-03-14 14:51:25 +03:00
4e179a47b6 Make chat show full history when opened 2026-03-14 12:22:14 +01:00
badd59b644 FIX: Rewrite options 2026-03-14 14:13:49 +03:00
76839dfbaa Android build issues fixed
(except i fixed the wrong stuff first...)
2026-03-14 00:34:44 +01:00
9fd54afd61 Fixed creative mode instant mining 2026-03-14 00:08:58 +01:00
eb8caa887e Merge branch 'main' of https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1 2026-03-13 23:56:58 +01:00
97daa795fb Added capes (needs improvement) 2026-03-13 23:56:49 +01:00
754329fc49 Merge branch 'main' of https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1 2026-03-13 23:23:26 +02:00
5385342272 sprint on ctrl 2026-03-13 23:23:25 +02:00
0db3a547c7 Merge branch 'main' of https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1 2026-03-13 22:15:41 +01:00
94f4317b71 Restore cave generation + adjust ore spawn rates 2026-03-13 22:15:30 +01:00
bf2248063d FEAT: F1 (but why jump doesnt work wtf) 2026-03-13 22:21:53 +02:00
13dcf593d8 fck 2026-03-13 19:09:12 +02:00
b547286e53 Merge branch 'main' of https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1 2026-03-13 19:08:27 +02:00
ce5307aa30 FEAT: Tweaks in options 2026-03-13 19:08:27 +02:00
85224c42b7 Skin layers added 2026-03-13 16:56:27 +01:00
450f0d9ec2 Merge branch 'main' of https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1 2026-03-13 16:26:28 +01:00
12d5835711 Watch out! Skins! 2026-03-13 16:26:19 +01:00
969d6b3ee7 Forgot about view bobick 2026-03-13 17:12:55 +02:00
b0de432339 FIX: Settings save 2026-03-13 17:09:39 +02:00
6f7812293e settings almost fixed 2026-03-13 15:57:16 +02:00
37e28d0fcc added a username label to the title screen 2026-03-13 13:22:47 +01:00
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
b1cd6c6581 Added a dummy cheats toggle to the world creation screen. 2026-03-13 11:04:58 +01:00
248e9cb69a removed survival kit thing, go mining 2026-03-13 09:22:38 +01:00
caedc293eb Merge branch 'main' of https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1 2026-03-13 08:23:20 +01:00
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
ce4c3e9d93 Update README.md 2026-03-13 09:05:59 +02:00
470509ee52 Add "Quit Game" button 2026-03-12 21:42:20 +01:00
0ea8b87970 Prevent duplicate world IDs by loading existing level list before generating a unique name 2026-03-12 21:31:01 +01:00
b4f54083dc Fixed door destroy logic 2026-03-12 19:17:32 +01:00
f17a11c670 Added mouse wheel support to the world selection screen. 2026-03-12 11:02:06 +01:00
adb23d18c6 Update README.md 2026-03-11 20:41:15 +02:00
4b6039d8a4 Added JoinByIPScreen.cpp to the source list 0.6.1-alpha-0.0.3 2026-03-11 20:16:35 +02:00
1e908423d5 Replaced std::stoi(port) with atoi(port.c_str()) call because of Android NDK 2026-03-11 20:15:15 +02:00
4bd3821ff6 Update project/dedicated_server/CMakeLists.txt
change to yours
2026-03-11 19:55:38 +02:00
28a49debcf Merge branch 'main' of https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1 2026-03-11 19:52:59 +02:00
d2a5f4755c remove std stoi 2026-03-11 19:52:25 +02:00
7f3af5c98a Implemented openURL for android and updated init logic 2026-03-11 19:40:13 +02:00