Skip to content

Releases: zardoy/minecraft-web-client

v0.1.29

13 Jan 01:37
fa90716
Compare
Choose a tag to compare

New Features

  • playground: add play sound demo (#54)
  • playground: add play sound demo ab17bf5
  • playground: isomorphic render for all blocks of specific version ab17bf5

Bug Fixes

  • playground: sort block names so its easier to find them ab17bf5

This release URL: https://prismarine-nizfbg0mq-zardoy.vercel.app

v0.1.28

10 Jan 04:09
6933880
Compare
Choose a tag to compare

New Features

  • now possible to activate most items like spawn eggs, boats, eggs 5c795c8
  • now possible to swing arm when not looking at block 5c795c8

Bug Fixes

  • regression: wasn't possible to place blocks 5c795c8

This release URL: https://prismarine-33qrolwi6-zardoy.vercel.app

v0.1.27

10 Jan 01:06
59b689d
Compare
Choose a tag to compare

New Features

  • now storybook components are available on /storybook url 754afb4
  • basic support for click event & hover event! e5c864b

Bug Fixes

  • add logic for force reload when failed to update application because of browser or cdn cache, update status on click aecd64c

This release URL: https://prismarine-mf2wffu3o-zardoy.vercel.app

v0.1.26

07 Jan 18:57
0fea4a1
Compare
Choose a tag to compare

New Features

  • add keybinding to set url to current game state (connected server or save, useful in developing) 3cb4032
  • now project uses correct interaction box shapes for all blocks! For example redstone wire or wall sign didn't have correct cursor interaction shapes, which was annoying when you wanted to destroy the wire after the current one. The only known unsupported block is light block which can be focused / destroyed only when you hold the light item in your hand 01c2673
  • World rendering improvement! Now ambient occlusion correctly skips blocks such as leaves & glass e938212
  • now you can control opacity of the chat (and in opened state too!) 9c4c439
  • now camera sens Y defaults to the sens X value (can be set to mirror X value by moving slider to the left) 9c4c439

Bug Fixes

  • regression: restore working of send history 91ff022
  • rework block interaction display (use temporary experimental styles) 7d67171
  • touch buttons now better fit on the portrait orientation 7963a93
  • regression: chat mobile styles were incorrect, fix chat overflow when settings are opened 9c4c439
  • regression: fix degraded performance on colored messages spam 4747151

This release URL: https://prismarine-pu4v5gfsw-zardoy.vercel.app

v0.1.25

05 Jan 00:15
ae56415
Compare
Choose a tag to compare

Bug Fixes

  • reggresion: limit fps setting: max fps wasn't calculating correctly 9dd34f6
  • regression: wasn't possible to open chat on mobile 64bbb6e
  • now gpu preference can be set to force lower-power gpu in rare scenarios (new setting instead of "use dedicated gpu"). the current setting is just a hint for browser, which can be ignored 28a40c6
  • regression: autocomplete wasn't triggered on e0ab281

This release URL: https://prismarine-o5kxqt416-zardoy.vercel.app

v0.1.24

04 Jan 00:48
4990d9f
Compare
Choose a tag to compare

Bug Fixes

  • sound was not clipped by 100% and sometimes was louder, add support for a few more world event sounds 1121b41
  • chat messages history was not saving de66e6c
  • block break sound wasnt respecting position c834ece

This release URL: https://prismarine-58yhvvjun-zardoy.vercel.app

v0.1.23

04 Jan 00:20
2bf48a1
Compare
Choose a tag to compare

New Features

  • implement basic sound system 🔊🔊🔊! 8dc5016
  • now you can inspect .mca region files in browser console by drag-n-dropping them into the browser window! It also can detect version of region file. 2b6acc5

Bug Fixes

  • fix compatibility with play.minemalia.com b7bfe5d
  • move chat component from lit to react fixing many bugs (eg improving completions experience a bit) and probably introducing a few ones. d68e8b8
  • now finally chat properly decodes color symbols e.g. §c - red d68e8b8
  • day cycle (lighting update) didn't work on many servers be7dba2
  • don't crash when R is pressed after not-first successful connect 41ea051

This release URL: https://prismarine-qew4c72ji-zardoy.vercel.app

v0.1.22

23 Nov 03:17
a59ed5d
Compare
Choose a tag to compare

Bug Fixes

  • revert smooth fps patch to fix render issues (regression) d2b59f5
  • forcefully cleanup the scene from chunks with f3+a d2b59f5
  • improve server connect erors fa68006

This release URL: https://prismarine-p802gx19y-zardoy.vercel.app

v0.1.21

22 Nov 22:15
704dd78
Compare
Choose a tag to compare

New Features

  • now defaultProxy and defaultHost serve as default values when nothing is entered (behave as fallback values) use new config params with save at the end for previous behavior (but still deprecated) e8277fb

Bug Fixes

  • screens were clipped by width ed5f74f
  • make first-time tooltip buttons less-annoying 9823124
  • delay chunks load when perf is too bad 9240e6c
  • map provider button now doesn't open a new tab badf510

This release URL: https://prismarine-its0f0852-zardoy.vercel.app

v0.1.20

11 Nov 19:25
bc2a994
Compare
Choose a tag to compare

New Features

  • mobile: add F3 additional action by holding the F3 button 5f10b60
  • debug-overlay: print packets debug info 5a738f4
  • add options.debugLogNotFrequentPackets & debugTopPackets 5a738f4
  • display fullscreen button on android devices c36d42e
  • add debugSceneChunks and debugChangedOptions global variables that available via browser console df6ed98

Bug Fixes

  • screens were not scrollable in chrome android 3b24480
  • sometimes death screen were not displayed on relogin & world change 3cb0298
  • fix sign rendering for some pre-flatenning worlds 9840e4c
  • fix rendering issues with water by correctly specifying render order 5e788e0
  • show chunks border now works without chunks reload 5e788e0
  • playground: back sides of block were not rendered f4b885b
  • normal mode was unplayable when webxr was available 2bd3307
  • in vr mode performance was degraded since every frame was rendered twice 2bd3307
  • enter vr is now displayed propertly on mobile devices 2bd3307
  • reset all options sometimes didn't work (don't mutate default options) df6ed98
  • minimal value of settings by default is now 0 which is important for sound 3b4d5e0
  • don't start audiocontext when muted, so browser don't try to take exclusive control over sound output device when it's busy in super advanced setups 3b4d5e0

This release URL: https://prismarine-kvamvoczr-zardoy.vercel.app