Commit graph

1,434 commits

Author SHA1 Message Date
Vitaly Turovsky
2c0b99ffdb fix wrong cache hit on local dev 2024-12-18 10:23:58 +03:00
Vitaly Turovsky
51c1346456 print debug duration 2024-12-18 09:20:59 +03:00
Vitaly Turovsky
064d70480d fix: a lot of edge case world block updates fixes & improvements. Fix all known visual incosistencies after chunk edge block updates, make them faster 2024-12-18 09:06:31 +03:00
Vitaly Turovsky
7b0ead5595 fix renderer string 2024-12-17 11:00:40 +03:00
Vitaly
ee257d7916
Docs eaglercraft change (#239)
A lot misleading information removed
2024-12-16 19:16:58 +03:00
Vitaly Turovsky
45b8ae6f7c docs: more comparison eagler 2024-12-15 17:54:22 +03:00
Vitaly Turovsky
652120c71b docs: more eaglercraft comparison 2024-12-15 17:48:05 +03:00
Vitaly Turovsky
963a769db3 docs: change description to avoid confustion with eaglercraft project 2024-12-15 17:00:59 +03:00
Vitaly Turovsky
5f87385486 make title selectable v0.1.68 2024-12-14 10:34:28 +03:00
Vitaly Turovsky
372583be7d fix ci build type checks 2024-12-14 10:31:12 +03:00
Vitaly Turovsky
725f6ec364 restore hand display setting 2024-12-14 08:17:01 +03:00
Vitaly Turovsky
ad0502dcb9 recenter edition in ui 2024-12-14 08:09:09 +03:00
Vitaly Turovsky
9b5155d3fe up singleplayer version 2024-12-14 08:08:58 +03:00
Vitaly Turovsky
b10c6809ff fix: fix signs could not be rendered properly because font was not in the build 2024-12-14 08:08:30 +03:00
Vitaly
4d411fe561
feat: true hand display behind the setting (#217) 2024-12-13 21:04:45 +03:00
Vitaly Turovsky
c783094068 suppress test error 2024-12-13 20:56:20 +03:00
Vitaly
13a55b4414 update all latest models! fix test 2024-12-12 14:46:45 +03:00
Vitaly
0624e018dd fix critical but rare bug in new change worker implementation 2024-12-12 14:17:25 +03:00
Vitaly
a4c86d707b fix: update changed blocks quicker in the world by using a dedicated mesher thread reserved for blocks updates only 2024-12-12 09:18:54 +03:00
Vitaly
689bebde3d cleanup eyeHeight code 2024-12-12 07:45:20 +03:00
Vitaly Turovsky
376c358d43 feat: add support for 1.21.3 2024-12-12 07:43:46 +03:00
Vitaly Turovsky
5902918729 fix: finally fix issues with ray casting on small distances. which was easy to notice on blocks like buttons when very close 2024-12-12 07:31:00 +03:00
Vitaly Turovsky
c5f6c087ac ci: restore linkin preview domains 2024-12-12 02:07:36 +03:00
Vitaly Turovsky
75965203fc fix: replace Available Offline text with Downloaded to avoid confustion when the app is Offline 2024-12-12 02:05:53 +03:00
Vitaly Turovsky
2d77bdb9b2 ci: allow setting multiple aliases 2024-12-12 01:30:51 +03:00
Vitaly Turovsky
50d1d37ff3 dev: lock url so app restores the same game state after reloads 2024-12-11 08:38:46 +03:00
Vitaly Turovsky
37b84ae003 ci: fix use pr commit SHA, not base branch 2024-12-10 07:17:11 +03:00
Vitaly Turovsky
74cb815940 feat: support for multiple sources for mapDir url in case if first source can't be fetched 2024-12-10 07:03:55 +03:00
Vitaly Turovsky
b02b250ee8 ci(preview): correctly set pr number in url 2024-12-09 09:48:16 +03:00
Vitaly Turovsky
68dba89bf5 ci: update paths for PR and commit redirect index.html in preview workflow 2024-12-09 09:32:37 +03:00
Vitaly Turovsky
2f21e2b453 write pr & commit redirect 2024-12-09 09:28:14 +03:00
Vitaly
3c5c8b78e3 implement changeBackgroundColor method 2024-12-07 03:27:48 +03:00
Vitaly
18a191a03c feat: add ping display on mobile & via f3, playground ui improvements 2024-12-07 01:57:54 +03:00
Vitaly
3bacef1251 fix: fix race condition when state id change was received from server faster than chunk was processed by mesher: now the change will await for the chunk load first instead of ignoring it. sync common code from webgpu 2024-12-07 01:54:00 +03:00
Vitaly
5783b98e74 fix: spectator: display cursor block in f3, hide hotbar and hunger 2024-12-06 09:53:13 +03:00
Vitaly
84dce0941c write build info to all deploys!
(cherry picked from commit 4afccbefbdf96beb62fbc2ea0d442d9f7cd1c370)
2024-12-04 23:19:37 +03:00
Vitaly Turovsky
cf7c4664f2 copy .map file for mesher in dev for better dx 2024-12-03 10:06:18 +03:00
Vitaly Turovsky
0b8eaa4ad2 fix: fix renderer bug cactus was exposing the world 2024-12-03 03:54:43 +03:00
Max Lee
dd20994f78
feat: Text display orientation and rendering fixes (#235) 2024-11-27 23:12:43 +03:00
gguio
af088d92e1
feat: minimap and full screen map (disabled by default) (#147) 2024-11-27 23:07:28 +03:00
Vitaly Turovsky
b89cf522a0 docs: move general params to top 2024-11-25 16:26:30 +03:00
Max Lee
50f35cf176
Fix rendering of custom names and more text display options (#233)
Fix rendering of custom names of normal entities and add more text display options. Newly supported options for text displays:
- background color
- text opacity

Also exclude `mcDataTypes.ts` from linting and fix a possible exception due to no `entityData` being defined
2024-11-22 21:24:45 +01:00
Vitaly Turovsky
c97dbbde9a feat: add query parameter to specify your custom server lists to display in UI: ?serversList
feat: custom proxy is applied in servers list ui when ?proxy is specified
feat: add a way to quickly copy server list with ctrl+c in servers list ui
2024-11-22 15:44:08 +03:00
Vitaly Turovsky
b881a61610 fix: improve output commands formatting, especially errored ones
feat: add gamerules support: basic data parsing, now possible to control/change them via /gamerule only these gamerules effect implemented: doDaylightCycle
fix: better messaging from output commands (now green)
2024-11-22 15:16:20 +03:00
Vitaly Turovsky
c44ad90acf add finally a way to get entities metadata by key 2024-11-21 14:56:39 +03:00
Max Lee
4dac577dfc
feat: basic support for text_display entity (#230) v0.1.67 2024-11-20 09:04:59 +01:00
Vitaly
f2552e70e1
fix ci (#231) 2024-11-20 09:03:10 +01:00
Vitaly Turovsky
c441792d3f fix failing test ci 2024-11-19 23:00:32 +03:00
Vitaly Turovsky
85ece5b4eb fix: some keybinding names were incorrectly parsed
feat: make fullscreen button (F11) configurable in the keybinding panel
2024-11-18 18:53:31 +03:00
Vitaly Turovsky
0506d9de47 fix(ui): better support formatted minecraft messages (handle packets in general way) 2024-11-14 15:40:33 +03:00