Vitaly Turovsky
42e53c8efc
fix: correctly display versions list in Select component
...
fix: was unable to create new worlds by pressing Enter
2024-08-24 04:34:35 +03:00
Vitaly Turovsky
372059f0be
add highest block implementation for a few other PRs, up server
2024-08-22 15:47:29 +03:00
Vitaly
04d79c16be
feat: minimize lags when moving between chunks (lazily unload chunks ( #179 )
...
+ a setting to control that
2024-08-21 00:25:35 +03:00
Vitaly Turovsky
01c82e3c74
minor infra changes for app links
2024-08-19 14:35:51 +03:00
Vitaly
24fd4d4fc0
feat: implement fast world loading with file descriptor & http backend! ( #182 )
2024-08-19 14:01:13 +03:00
Vitaly
9e055ebb09
optimize build and world chunk processing ( #180 )
2024-08-18 15:21:07 +03:00
Vitaly Turovsky
adca2bc494
fix lint
2024-08-18 15:16:19 +03:00
Vitaly Turovsky
0c99f4d5e0
feat: optimize chunks loading: do less duplicated work when chunks are received quickly
2024-08-18 14:39:14 +03:00
Vitaly Turovsky
89f7cfa644
feat: optimize build: load faster by 15% and do not duplicate three js import (tree-shake instead)
2024-08-18 14:39:02 +03:00
Vitaly Turovsky
8374eb6ed6
fix link format
v0.1.56
2024-08-16 19:54:23 +03:00
Vitaly Turovsky
044ada20d8
fix build on ci
2024-08-16 19:46:10 +03:00
Vitaly Turovsky
39da2719a8
fix local start crash
2024-08-16 19:31:25 +03:00
Vitaly Turovsky
bf44b07d00
make links in the app more flexible
2024-08-16 19:21:58 +03:00
gguio
f5da7f2261
feat: New select component ( #169 )
2024-08-16 12:24:13 +03:00
Valery-a
d903c47d3f
fix: do not interact with blocks behind entities ( #177 )
2024-08-16 02:55:10 +03:00
Vitaly
71289e3ef4
Lint JSX ( #175 )
2024-08-15 03:12:32 +03:00
Vitaly Turovsky
be78985edf
hotfix: better render items for legacy versions (still some blocks are not rendered)
2024-08-14 14:46:40 +03:00
Vitaly Turovsky
39ccf846c2
fix more grass block item render and remove misleading sounds warning
2024-08-13 02:06:04 +03:00
Vitaly Turovsky
dd285544c3
enable mouse raw input and chat select by default for new users!
2024-08-13 02:03:16 +03:00
Vitaly Turovsky
f7615ae581
experimental: faster server start & build
v0.1.55
2024-08-13 01:18:23 +03:00
Vitaly Turovsky
fc7df81b0f
up mc-assets to fix chest
2024-08-13 01:07:21 +03:00
Vitaly Turovsky
25f04f4959
fix: fix rendering of all remaining blocks except chest, fix rendering of pistons by rotating down texture by another 180deg of any block
2024-08-11 23:28:16 +03:00
Vitaly
6bac74b6c1
cleanup, better resource pack support ( #173 )
2024-08-06 20:42:33 +03:00
Vitaly Turovsky
067d4b527f
correct linting
2024-08-06 19:30:16 +03:00
Vitaly Turovsky
b62d29505f
feat: display UI for connecting with bypass VPN detection proxy
2024-08-06 04:12:36 +03:00
Vitaly
d4f06aa1a4
lint prismarine-viewer & better ci checks ( #171 )
2024-08-06 03:20:38 +03:00
Vitaly Turovsky
c680c6a7d1
fix Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
2024-08-05 19:05:24 +03:00
Vitaly Turovsky
34e02cfc1b
up mc-assets to fix a few critical bugs
2024-08-05 18:51:40 +03:00
Vitaly Turovsky
9f90d6a187
revert setting save loaded early
2024-08-05 05:21:31 +03:00
Vitaly Turovsky
be5c1bcc81
fix item tooltips on mobile
2024-08-05 03:18:49 +03:00
Vitaly Turovsky
647d33bba4
fix build: create generated dir
2024-08-05 03:09:27 +03:00
Vitaly Turovsky
df87216b18
fix: always disable all default touch actions in mobile browser to fix certain critical touch issues
2024-08-05 02:58:39 +03:00
Vitaly Turovsky
43d4555aa8
feat: support displaying custom window titles in inventories GUI
2024-08-05 01:22:19 +03:00
Vitaly Turovsky
c763bb71f6
fix some items display in inventory
2024-08-05 00:37:11 +03:00
Vitaly Turovsky
1e8dcdb170
feat(mobile): add helpers like shift & only hover modes to inventory
...
fix: now inventory correctly displays tooltip for JEI area
chore: fix a few other minor bugs
2024-08-05 00:30:33 +03:00
Vitaly Turovsky
573e025de2
rework contributing to outline all scripts, remove postinstall
2024-08-04 23:42:51 +03:00
Vitaly Turovsky
95469521fb
fix: fix water rendering when plant was neihbor
2024-08-02 01:53:51 +03:00
Vitaly Turovsky
cd39c3d873
docs: complete servers docs
2024-07-31 03:06:12 +03:00
Vitaly
9b72cdb8f0
feat: migrate to mc-assets & Rsbuild better resource pack support ( #164 )
...
The complete migration from `minecraft-assets` to [`mc-assets`](https://npmjs.com/mc-assets ).
Now all block states & block models are processed dynamically! So it is now easily possible to implement custom models
- no post-install work anymore: the building is now 3x faster and 4x faster in docker
- drop 10x total deploy size
- display world ~1.5x faster
- fix snow & repeater state parser (they didn't render correctly)
rsbuild pipeline!
- the initial app load is faster ~1.2
- much fewer requests are made & cached
- dev reloads are fast now
Resource pack changes:
- now textures are reloaded much more quickly on the fly
- add hotkey to quickly reload textures (for debugging) assigned to F3+T (open dev widget is now assigned to F3+Y)
- add a way to disable resource pack instead of uninstalling it
- items render from resource pack are now support
- resource pack widgets & icons are now supported
2024-07-26 13:12:28 +03:00
Vitaly
a76c98da71
fix typo in readme
2024-07-25 13:44:17 +03:00
Vitaly
0e991c7338
feedback: update discord links (provide alt) ( #167 )
2024-07-23 20:36:54 +03:00
gguio
bf27f800a1
fix(keybindings): fix key display on other layouts like QWERTZ ( #165 )
...
Co-authored-by: gguio <nikvish150@gmail.com>
Co-authored-by: Vitaly Turovsky <vital2580@icloud.com>
2024-07-23 20:33:21 +03:00
Vitaly
04e1cd5707
update typescript to latest ( #166 )
2024-07-23 20:31:20 +03:00
Vitaly Turovsky
2c3a38a678
add gzip size logging which is actually more important than regular size for prod build
2024-07-19 06:08:37 +03:00
qqq
b7356efbce
feat: Add a way to view / sign books ( #158 )
...
---------
Co-authored-by: soulless-ai <mr.chupak@gmail.com>
Co-authored-by: Vitaly Turovsky <vital2580@icloud.com>
2024-07-17 02:53:26 +03:00
Wolf2323
cda1d59d3b
improved query parameters handling ( #162 )
...
Co-authored-by: Vitaly <vital2580@icloud.com>
2024-07-16 12:05:57 +03:00
Wolf2323
9ee67cc827
fix: ignoring exception ResizeObserver loop exceptions ( #161 )
2024-07-16 11:37:01 +03:00
Vitaly Turovsky
b49e988090
fix: inventory didn't update after dropping an item
2024-07-16 10:35:01 +03:00
Vitaly Turovsky
512bc09477
make main docker build 5x smaller, add only proxy dockerfile
v0.1.54
2024-07-14 01:55:41 +03:00
Vitaly Turovsky
698779f6b5
fix: toggle entity visiiblity even after it's creation
2024-07-13 21:31:29 +03:00