Commit graph

1,188 commits

Author SHA1 Message Date
Vitaly Turovsky
30905754f9 add client-side timeout when connecting to proxy 2024-07-10 20:01:19 +03:00
Vitaly Turovsky
0a563488c2 fix(regression): chat on mobile was not fully visible in some cases v0.1.53 2024-07-09 02:41:41 +03:00
Vitaly Turovsky
0eafc5e3df fix: don't clip text in error screen 2024-07-08 16:56:32 +03:00
Vitaly
0a6fa7d7b0
feat: improve scaling in portrait mobile. Add close button for mobile chat (#157) 2024-07-08 03:49:10 +03:00
Vitaly Turovsky
1a2fd9c271 fix lint 2024-07-08 03:24:54 +03:00
Vitaly
8674a1d376
Update notes in CONTRIBUTING.md 2024-07-07 20:28:19 +03:00
Vitaly Turovsky
d8261c2659 fix: bundle pixealrticons with the app instead of fetching them from remote location in runtime 2024-07-07 19:18:48 +03:00
Vitaly Turovsky
a6fc5de1f9 ci: add missing build artifacts 2024-07-07 01:31:33 +03:00
Vitaly Turovsky
d1d0959cb4 feat: add Sonar bypass making possible to join to projects like ruhypixel.net
wip: packets replay feature!
2024-07-07 01:12:25 +03:00
Vitaly Turovsky
d80b71ede7 add demo to npm readme file 2024-07-07 00:52:22 +03:00
Vitaly Turovsky
324c08ef43 finally update dockerfile to a working one! uses 6gb of ram to build btw. image size: 2.4gb, ~200mb when running 2024-07-07 00:32:04 +03:00
Vitaly
860d2ad2f6
feat: Microsoft authentication! (#150)
fixes #36
2024-07-06 00:54:03 +03:00
Vitaly
d81aace2d6
feat: new clean favicon (#155)
by hrgembakh
2024-07-06 00:28:59 +03:00
Vitaly Turovsky
c5d3ac1678 fix: inventory in singleplayer didn't update on gui interactions 2024-07-03 13:15:55 +03:00
Vitaly Turovsky
e7e10f6fbd fix: don't crash mesher on unknown blocks in preflat 2024-07-03 13:13:38 +03:00
Vitaly
74c551839d hotfix: hotbar display was broken 2024-06-30 16:14:05 +05:00
Vitaly Turovsky
b9f3e670ff hotfix: Uint instead Int array was used for normals which resulted in incorrect rendering (which ranges seems to be -1 to 1) 2024-06-24 16:22:13 +03:00
Vitaly Turovsky
a3a530f3a3 cleanup: ImageData is not marked as transferrable v0.1.52 2024-06-24 06:34:48 +03:00
Vitaly Turovsky
c7a8c34d89 improve fps in some scenarios by not spamming with setTimeout calls 2024-06-24 06:31:04 +03:00
Vitaly Turovsky
4fd607c17c add useful worker proxy helper from webgpu implementation 2024-06-24 04:29:07 +03:00
Vitaly Turovsky
8456fc6ce4 reduce memory usage by 10% 2024-06-24 00:13:11 +03:00
Vitaly Turovsky
d880479c7b dont make stats overlay other components with useful info & clickable areas. display only with canvas 2024-06-23 10:39:46 +03:00
Vitaly Turovsky
7ecaae089d add window.stats for debugging 2024-06-23 10:39:41 +03:00
Vitaly Turovsky
978adea49d some other annoying vr bugfixes: do not overlay hotbar with enter vr button 2024-06-23 10:39:02 +03:00
Vitaly Turovsky
9961424585 add more space for notification 2024-06-23 10:38:56 +03:00
Vitaly Turovsky
d41219d55b fix: packets string was not displayed in f3 correctly 2024-06-23 10:38:47 +03:00
Vitaly Turovsky
8d36e4ba4d fix xr-overlay selector usage 2024-06-22 20:33:03 +03:00
Vitaly Turovsky
f8980836dc fix: fix basic vr support & test dom overlay
sentry-ref: 5517390383, 5517390775
2024-06-22 20:15:12 +03:00
Vitaly Turovsky
97ad6d9ff8 fix: hotbar on start crash
sentry-ref: 5467800534
2024-06-22 18:35:10 +03:00
Vitaly Turovsky
a139ecdf1d fix: fix right click emulation with touch in inventory windows (allow to pick half of items on mobile, needed for crafting) 2024-06-21 22:33:38 +03:00
Vitaly Turovsky
ef0dd1cf49 fix: allow to long tap interacte button in new touch controls. This now allows to use food on mobile & long-hold building 2024-06-21 22:25:52 +03:00
Vitaly Turovsky
dc8de80fd4 fix: improve new controls type: default button positions and allow to do setup from the main menu 2024-06-21 22:23:01 +03:00
Vitaly Turovsky
8e7639a658 fix: display error message when modal to display not found fixes #119
fix:
2024-06-21 22:15:35 +03:00
Vitaly Turovsky
9958eb11b2 minor inventory improvements 2024-06-20 05:41:58 +03:00
Vitaly Turovsky
f8fcee780b feat: Add recipes, usages & guides for every item in the game to builtin JEI! 2024-06-19 00:51:00 +03:00
Vitaly Turovsky
18c693dabc refactor app status provider, adding loading texts 2024-06-18 03:47:20 +03:00
Vitaly Turovsky
5409f6fde1 fixup for shift support v0.1.51 2024-06-15 04:51:06 +03:00
Vitaly Turovsky
c89aebaedd feat: implemnt shift in inventories 2024-06-15 04:50:44 +03:00
Vitaly Turovsky
5056aaf0c9 feat: activate entities (like clicking on villagers) 2024-06-15 04:16:38 +03:00
Vitaly Turovsky
b3ee71b57f fix: include all latest supported versions in create world menu for singleplayer (up to 1.20.4) 2024-06-15 03:45:50 +03:00
Vitaly Turovsky
fba1309065 fix: fix inventory crash on 1.9 2024-06-15 03:33:47 +03:00
Vitaly
4504b848c2
fix ci (#148) 2024-06-15 01:01:50 +03:00
Vitaly Turovsky
d7fdfa2286 add operators file for testing 2024-06-13 23:07:41 +03:00
Vitaly Turovsky
26383a2ed7 up squid & anvil restoring pre-flat support, lint 2024-06-13 22:59:13 +03:00
Vitaly Turovsky
8407b6e006 update packages 2024-06-13 19:57:10 +03:00
Vitaly Turovsky
f7ab4667e4 fix: crash fix right click when holding item on empty slot 2024-06-13 19:55:45 +03:00
Vitaly Turovsky
216b1712c2 more basic tests. test joining to a local java vanilla server, movement! 2024-06-13 19:47:48 +03:00
Vitaly Turovsky
5be093a25f feat: support world saves for all versions of Minecraft Java! 2024-06-13 03:46:59 +03:00
Vitaly Turovsky
4f20e24819 up flying squid 2024-06-12 21:14:48 +03:00
Vitaly Turovsky
2d4b89651c format, remove useless comment 2024-06-11 21:17:07 +03:00