Commit graph

1,359 commits

Author SHA1 Message Date
Vitaly Turovsky
2fbfc18d2e feat: optimize slabs render performance by rendering less not visible tiles
Improve performance in Greenfield by 6%
2024-10-30 11:33:26 +03:00
Vitaly Turovsky
7d699f24bb fix: some areas in old world were competely white 2024-10-30 08:42:27 +03:00
Vitaly Turovsky
547525d615 fix: fix some blocks were rendered as transparent in old versions. Speed up Greenfield renderer by 18% in tunnels. 2024-10-30 08:40:44 +03:00
Vitaly Turovsky
900bcb0b56 fix: don't crash and conflict with g663 spyware installed 2024-10-30 07:02:33 +03:00
Vitaly Turovsky
dbd4058912 should fix publishing to npm 2024-10-28 17:57:40 +03:00
Vitaly Turovsky
153101fa6f ci: fix lint v0.1.65 2024-10-28 05:49:27 +03:00
Vitaly Turovsky
d497299235 feat: 1.21.1 support 2024-10-28 05:48:51 +03:00
Vitaly Turovsky
6b23eb6bad fix: never get stuck in unloaded chunks! @sa2urami
feat: fully supported spectator mode & basic creative fly fixes
2024-10-28 05:07:52 +03:00
Vitaly
5fa019e7b3
fix: don’t display advanced stats on prod deploy 2024-10-24 14:36:44 +03:00
Vitaly Turovsky
ebb5056540 ci: refactor deployment workflow in preview.yml by removing unused checks and adding alias retrieval step 2024-10-23 02:31:04 +03:00
Vitaly Turovsky
ece59e1744 ci: update event trigger from pull_request to pull_request_target in preview.yml (fix) 2024-10-23 02:20:44 +03:00
Vitaly
8955075d75
ci: trying to fix auto preview workflow! (#221) 2024-10-23 02:11:11 +03:00
Vitaly Turovsky
427ec21213 check that! 2024-10-23 02:03:05 +03:00
Vitaly Turovsky
42cc0bd818 ci: add push event trigger and refine deployment conditions in preview.yml for improved deployment handling 2024-10-23 01:38:55 +03:00
Vitaly Turovsky
9a7a13c2dd ci: enhance trigger conditions for deployment in preview.yml using variables for issue comments and pull requests 2024-10-23 01:00:34 +03:00
Vitaly Turovsky
e35873e106 ci: refactor variable usage from env to vars for PR check in preview.yml 2024-10-23 00:43:43 +03:00
Vitaly Turovsky
f900d6933c ci: simplify PR number check logic using fromJSON in AUTO_DEPLOY_PRS in preview.yml 2024-10-23 00:42:04 +03:00
Vitaly Turovsky
6354ba6bb8 ci: update variable name from env to vars in AUTO_DEPLOY_PRS check in preview.yml 2024-10-23 00:36:58 +03:00
Vitaly Turovsky
95c185fc0b fix: correct syntax for checking PR numbers in AUTO_DEPLOY_PRS in preview.yml 2024-10-23 00:35:33 +03:00
Vitaly
6c994a54f0
autodeploy PRs (#218) 2024-10-22 23:41:19 +03:00
Vitaly Turovsky
de6e82d94f quickly copy your positions with /pos in singleplayer 2024-10-22 23:11:42 +03:00
Vitaly Turovsky
347d155884 fix: improve playground by allowing sync world for fast iterating of advanced use cases 2024-10-22 19:28:41 +03:00
Vitaly Turovsky
70867564ed restore a way t ocreate worlds by enter v0.1.64 2024-10-21 00:41:35 +03:00
Vitaly Turovsky
a4180500d1 update types after minecraft-data types update 2024-10-21 00:05:33 +03:00
Vitaly Turovsky
b21146b92a fix: fix crafting in singleplayer
fix(generator): leaves were filled with water in new versions
fix(generator): set plains biome for light grass color
2024-10-20 23:54:25 +03:00
Vitaly Turovsky
c53ba87309 feat: add a setting to either completely hide perf stats or enable more advanced display
can be used for demos like: `?setting=renderDebug:"none"`
2024-10-20 20:27:03 +03:00
Vitaly Turovsky
a1c41e8767 fix: up deps to support 1.20.5 and 1.20.6
fix: fix raycast. Wasn't possible to active the block when inside of it
2024-10-20 18:26:05 +03:00
Vitaly
e19980800b
feat: rewrite playground from scratch + extras (#202) 2024-10-18 02:27:45 +03:00
Vitaly Turovsky
0368e12635 feat: add crafting and fall damage in survival 2024-10-17 15:58:45 +03:00
Valery Koultchitzky
bdcde9a4bb
fix: add a way to disable VR button (important for android users) (#209) 2024-10-17 14:31:01 +03:00
Vitaly Turovsky
af0d7d14ec fix: stop requesting server info on connect 2024-10-17 14:09:22 +03:00
Vitaly
bd180ef652 fix: correctly lock URL when connected to a server (Y) v0.1.63 2024-10-01 10:18:52 +03:00
Vitaly
0a0b87bee6
fallback p2p discovery server (#211) 2024-10-01 01:39:15 +03:00
Vitaly Turovsky
5b56518122 should fix build 2024-10-01 01:35:01 +03:00
Vitaly Turovsky
ab5f6ab448 fix: add fallback peerjs discovery server to bypass geo restrictions and because sometimes official server is down
feat: allow to use custom peerjs server via config
2024-10-01 01:34:42 +03:00
Vitaly Turovsky
2953554c53 fix(regression): player walking animation was broken 2024-09-28 03:28:27 +03:00
Vitaly Turovsky
00150dda1d fix: inventory UI crash in some cases with some specific window titles
fix: client messages were not displayed on the latest version
2024-09-28 02:57:18 +03:00
Valery-a
40f81d84cd
server change (#207) 2024-09-28 01:43:47 +03:00
Vitaly Turovsky
3ea95d509a fix: fix github pages main deploy v0.1.62 2024-09-19 02:34:45 +03:00
Vitaly Turovsky
9bac681c29 use correct zombie model 2024-09-12 23:38:45 +03:00
Valery-a
7da41b02c9
fix: fixed zombies and husks not having texture (#203) 2024-09-12 23:00:58 +03:00
Vitaly Turovsky
18a6f2c1f5 fix: rare case where digging animation was not cancelled after actual dig cancel after respawn 2024-09-12 04:32:37 +03:00
Vitaly Turovsky
33437823f3 disable outdated packages check for now 2024-09-11 22:40:41 +03:00
Vitaly Turovsky
d0b921a48e revert update current ref 2024-09-11 22:39:51 +03:00
Vitaly Turovsky
16bb43c7d9 update current ref 2024-09-11 22:16:26 +03:00
Vitaly Turovsky
5a3fb6f225 disable Java integration test because of issues with downloading server 2024-09-11 22:06:14 +03:00
Vitaly Turovsky
755eead976 correctly capture screenshots of cypress 2024-09-11 21:51:12 +03:00
Vitaly Turovsky
25db002bc3 redirect to correct playground url 2024-09-11 21:39:15 +03:00
Vitaly
74fe84e10d fix playground on windows: rsbuild does not implement --root option for win 2024-09-11 19:27:17 +03:00
Vitaly Turovsky
76bed4d496 eslint: ignore dist linting! 2024-09-11 03:34:55 +03:00