Commit graph

1,337 commits

Author SHA1 Message Date
Vitaly Turovsky
7be450d6d2 a bit bigger oversize 2024-08-02 05:04:45 +03:00
Vitaly Turovsky
d46a475e24 effective updates & fov 2024-08-02 04:55:26 +03:00
Vitaly Turovsky
eeca0e6360 Merge branch 'webgpu-true' into webgpu-tree-fresh 2024-08-02 03:49:21 +03:00
Vitaly Turovsky
c01f8185f6 fix make it work 2024-08-02 03:48:07 +03:00
Илья Белов
aba18dc896 Small fixes for mobile platform 2024-08-02 03:44:13 +03:00
Илья Белов
b34a637952 typo fix 2024-08-02 03:19:28 +03:00
Илья Белов
c23075b33e Working frustrum culling
Co-authored-by: Vitaly <vital2580@icloud.com>
2024-08-02 03:05:21 +03:00
Vitaly Turovsky
7d3c046eeb Merge remote-tracking branch 'origin/next' into webgpu-tree-fresh 2024-08-02 02:19:56 +03:00
Vitaly Turovsky
2dfd17939f Merge remote-tracking branch 'origin/next' into webgpu-true-fresh 2024-08-02 02:15:42 +03:00
Vitaly Turovsky
95469521fb fix: fix water rendering when plant was neihbor 2024-08-02 01:53:51 +03:00
Илья Белов
e62b4d8cda Passtrough of cubes 2024-07-31 04:06:33 +03:00
Vitaly Turovsky
cd39c3d873 docs: complete servers docs 2024-07-31 03:06:12 +03:00
Илья Белов
de8e3dea69 Working compute shader 2024-07-31 02:43:40 +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
Vitaly Turovsky
8e7d7b9cb6 wip compute pipeline: indirect draw 2024-07-19 01:40:09 +03:00
Vitaly Turovsky
16d4f5db19 fix build
Co-authored-by: Ilya <sa2urami@users.noreply.github.com>
2024-07-19 01:08:36 +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
Vitaly Turovsky
b13ef443bb feat: rework sound system. Now sounds are 100% implemented for all current & future supported versions 2024-07-13 21:30:44 +03:00
Vitaly Turovsky
6c5f72e1f2 feat: implement pitch which was required for note blocks to work properly 2024-07-13 20:31:27 +03:00
Vitaly Turovsky
04b5d1ac3f add handled packets stats
TODO make auto-updated
2024-07-13 06:17:47 +03:00
Vitaly Turovsky
07002a7437 fix: remove entities from the scene on login packet (usually on the world switch) 2024-07-13 05:49:38 +03:00
Vitaly Turovsky
d0205a970b up mineflayer for better vehicle move 2024-07-11 20:08:10 +03:00
Vitaly Turovsky
d02008c2ef fix(regression): signs lighting was compltely broken 2024-07-11 18:33:16 +03:00
Wolf2323
8c4c58b09c
fix: Hide disconnect button, when lockConnect QS is set (#160) 2024-07-11 18:31:50 +03:00
Vitaly Turovsky
0b4959b144 fix: align entity activation with vanilla client so it's harder to detect and now work in most cases 2024-07-11 17:38:17 +03:00
Vitaly Turovsky
c9b1a9e8c3 refactor webgpu renderer
Co-authored-by: Ilya <sa2urami@users.noreply.github.com>
2024-07-10 23:53:08 +03:00
Vitaly Turovsky
ac04d45fe1 fix issue with disconnecting after 10s 2024-07-10 21:10:15 +03:00
Vitaly Turovsky
92afdf54fb Merge remote-tracking branch 'origin/next' into webgpu-true 2024-07-10 20:26:04 +03:00
Vitaly Turovsky
30905754f9 add client-side timeout when connecting to proxy 2024-07-10 20:01:19 +03:00
Vitaly Turovsky
2ea730e9d1 huge work by ilya. again. 2024-07-10 02:29:26 +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