Commit graph

1,997 commits

Author SHA1 Message Date
Vitaly Turovsky
8766eaae21 fix signal crash regression 2025-02-01 00:42:49 +03:00
Vitaly Turovsky
92ce4dd0d8 chore(ci): Update GitHub Actions workflow dependencies
- Upgrade actions/upload-artifact to v4
- Minor workflow configuration refinements
2025-02-01 00:35:06 +03:00
Vitaly Turovsky
f755385981 refactor: rm loadedGameState, add a way to copy server resource pack to local 2025-01-31 05:52:55 +03:00
Vitaly Turovsky
14b7cb039a feat(ui): Improve server list UI
- Implement concurrent server status fetching with rate limiting
- Show offline status for servers that cannot be reached
2025-01-31 04:40:15 +03:00
Vitaly Turovsky
28f0546f3b feat(ui): add back, close buttons in settings for mobile 2025-01-31 03:52:07 +03:00
Vitaly Turovsky
317b84943a feat: Add block highlight color option to allow always it to be blue (useful!) 2025-01-29 19:33:55 +03:00
Vitaly Turovsky
2490fbe211 fix(regression): minecity and some other maps broke 2025-01-29 05:26:46 +03:00
Vitaly
df442338f8
feat(sounds): Add sound variants and resource pack support! (#258)
feat: add in-game music support! Enable it with `options.enableMusic = true`
2025-01-29 04:54:51 +03:00
Vitaly Turovsky
a628f64d37 fix: deactivate mouse buttons when window loses focus (edge case) 2025-01-29 04:03:04 +03:00
Vitaly Turovsky
1f5404be9d DOWNLOAD_SOUNDS flag 2025-01-29 04:02:21 +03:00
Vitaly
3de1089a1c
fix: disable block breaking in adventure (#252) 2025-01-29 03:01:08 +03:00
Vitaly
062115c42b
feat: try to bring tab attention or focus it when you are finally joined the server 2025-01-28 21:29:53 +03:00
Max Lee
41684bc028
fix: title would not get rendered and rendering times be wrong (#254) 2025-01-28 19:42:06 +03:00
Vitaly Turovsky
a442acf49a fix build v0.1.70 2025-01-28 19:25:22 +03:00
Vitaly
ff36f75e44
fix regression to quick elem re-focus 2025-01-27 23:09:32 +03:00
Vitaly Turovsky
91ef3ccd3c wip colored button options 2025-01-27 19:49:27 +03:00
Vitaly Turovsky
e6ce6dc268 feat: enhance OptionButton navigation with shift key support for reverse cycling 2025-01-27 19:47:20 +03:00
Vitaly
5a948828b7
Should fix test 2025-01-27 14:35:33 +03:00
Vitaly Turovsky
6d91ad3d41 add lint-fix script 2025-01-27 06:21:42 +03:00
Vitaly Turovsky
ccc1d760e0 run dedupe 2025-01-27 06:19:06 +03:00
Vitaly Turovsky
463b9ef80a feat: enable global arrows navigation in server/saves list, always focus on first server 2025-01-27 06:19:02 +03:00
Vitaly Turovsky
382a685b65 fix: fix light and bubble_column blocks rendering, fix waterlogging for ocean vegetation (plants) 2025-01-27 06:10:31 +03:00
Vitaly Turovsky
5694d14d58 feat: add camera shake effect when player takes damage 2025-01-27 05:57:58 +03:00
Vitaly Turovsky
491b5d66c5 feat: implement player skin display based on texture properties from server packets eg your custom plugin skins! 2025-01-27 03:48:42 +03:00
Vitaly Turovsky
3fc644082a update button disabled state to depend on recorded packets 2025-01-27 03:40:24 +03:00
Vitaly Turovsky
7186b183f1 feat: add packets logger preset option and process packet data based on preset 2025-01-27 02:22:31 +03:00
Vitaly Turovsky
84bc3d5911 add recommended but optional mount volume to dockerfile config 2025-01-26 15:25:50 +03:00
Vitaly Turovsky
540f90fd0c ci: fix build 2025-01-25 22:37:24 +03:00
Vitaly Turovsky
1a45381b3d fix: fix maps display for 1.21+ 2025-01-25 20:25:52 +03:00
Vitaly Turovsky
e0be30b86f fix: adjust FOV calculations for sprinting and flying to increase field of view instead of decreasing it 2025-01-25 20:02:15 +03:00
Vitaly Turovsky
7d6986ccb4 update all deps 2025-01-25 19:38:50 +03:00
Vitaly Turovsky
798eb34466 fix: fix Y keybinding: fix URL on server, add proxy and username parameters 2025-01-25 18:39:26 +03:00
Vitaly Turovsky
77e529b6f4 feat: ctrl or cmd + Escape now closes all modals! 2025-01-25 18:34:18 +03:00
Vitaly Turovsky
f2fde37e6a ci: update patch, should fix dedupe 2025-01-22 21:04:14 +03:00
Vitaly Turovsky
61659d82b4 feat: experimental namespaces support in resource packs 2025-01-22 20:53:30 +03:00
Vitaly Turovsky
4ce95de03f fix: fov changing based on player state was changed incorrectly 2025-01-22 20:03:54 +03:00
Vitaly Turovsky
d0f7f57400 disable parsing of disconnect kick messages that works in the wrong way 2025-01-22 20:02:07 +03:00
Vitaly Turovsky
b052422c99 ci: fix update CI workflow condition for dedupe-check to use pull request head ref 2025-01-16 18:09:49 +07:00
Vitaly Turovsky
ce8e414528 fix: sometimes kick messages where not formatted 2025-01-16 18:04:33 +07:00
Vitaly Turovsky
8f91d282d2 ci: add deduped packages check 2025-01-16 18:01:54 +07:00
Vitaly Turovsky
b946271d87 pnpm dedupe: remove a lot of duplicated packages 2025-01-16 17:35:27 +07:00
Vitaly Turovsky
102a3e499b fix mineflayer, prismarine package versions 2025-01-16 17:27:34 +07:00
Vitaly Turovsky
2edf425ecf fix: fix 1.20.3 and 1.20.4 was not playable, fix issues on these versions 2025-01-16 14:37:05 +07:00
Vitaly Turovsky
5d480d4265 fix: full support for minecity, no more map loading crashes 2025-01-14 17:31:01 +07:00
Vitaly Turovsky
a5bd38619c fix test 2025-01-13 10:39:12 +07:00
Vitaly Turovsky
cbd90aeb53 add release pr auto opening 2025-01-13 10:38:29 +07:00
Vitaly Turovsky
c070fe836f fix type regression 2025-01-12 12:58:36 +07:00
Vitaly Turovsky
30dd64a3c6 feat: add 1.20.4 data
fix: data for some versions were missing like 1.16.4 or 1.16.5
2025-01-10 15:58:13 +07:00
Vitaly Turovsky
87b795bdc4 fix(regression): ip qs param was ignored
fix: add local (gitignored) config that is merged into single config after the build
2025-01-09 21:44:59 +07:00
Vitaly Turovsky
36747e6bef add screen edges debug component (#edges in url) v0.1.69
fix: provide possible fix for rare issue when mobile control elements were going outside of the screen on ios
2024-12-21 00:00:27 +03:00