v0.1.79
New Features
- feat: Item custom model data support
- rename prop, jsdoc for clarity
- explicit resource manager because it can be run in different threads, up mc-assets
- fix tsc
Co-authored-by: Vitaly Turovsky vital2580@icloud.com 47be0ac
- now save actually changed options instead of all options in new localstorage key changedSettings for clarity cd9b796
- renderer: add toggle for batch chunks display in options GUI 52755fc
- renderer: dont display underground sections. Display chunks only when they are fully loaded f161fd3
- experimental: make loading chunks as smooth as possible by delaying work to get more rendered fps at that time. It helps to eliminate massive fps drops on big chunks of data, however might introduce new possible race conditions.
Also disabled full maps completely because it was hard to optimize atm.
Now chunks load ~30-50% slower but smoother. Note that using waitChunksToLoad settings remains unchanged - time is the same 33debc1 - add
preventBackgroundTimeoutKickwhich is disabled by default but can be enabled from advanced settings. Allows to avoid kicking you out of the server when tab is not focused for long time by playing 1hz sound at very low volume to keep tab active 237aeec - app <-> renderer REWORK. Add new layers for stability (#315)
- add client tps info to f3 df10bc6
- Add videos/images from source with protocol extension (#301)
Bug Fixes
- display proxy disconnect message to the client when proxy server is being shutdown 6f15fcc
- fix almost all known inventory update bugs 08bb0b6
- regression: fix rendering almost all items in the game, like shield, banners, beds, filled maps, ... 4fd290c
- fix hotbar & inv texture updates on resources change e2f28e4
- delay autologin /login sending e2f28e4
- put just connected server to start of list 850ae6c
- pass custom brand for ws:// servers 797459b
- disable chunk batch display by default because of incorrect order and its too slow f8ef748
- fix camera shake effect! rewrite impl. Fix offhand holding block now can become empty 4678730
- allow custom media to be transparent db1c8a1
- always set sign text even in rich formatted mode so you dont lose your text if nbt edit command doesnt work (which is the case for the latest versions) 761c92e
- blockPlacing: fix packets order on latest version. Fix placing end crystals. Fix using hoe and axe. Fix offhand placing. Validate sending placing packets so its 90% accurate
(#316)
This release URL: https://prismarine-6n8vhbjve-zaro.vercel.app