Commit graph

1,139 commits

Author SHA1 Message Date
Vitaly
0600a730e9
hotfix starfield crash (#127) (#128) 2024-05-23 00:55:39 +03:00
Vitaly
893f618241
hotfix starfield crash (#127) 2024-05-23 00:54:41 +03:00
Vitaly
37ffc6566b
next release (#126) 2024-05-22 08:41:08 +03:00
Vitaly Turovsky
bb85512cc1 update known block are not rendered test v0.1.48 2024-05-22 04:26:33 +03:00
Vitaly Turovsky
8b959fad8c feat: add initial bed sleeping, hand items swap 2024-05-21 06:31:20 +03:00
Vitaly Turovsky
adc3f23504 docs: update readme 2024-05-21 06:05:41 +03:00
Vitaly Turovsky
7e2bcfd329 feat: add starfield! + better time update in singleplayer 2024-05-21 05:54:25 +03:00
Vitaly Turovsky
e79678ffdf fix(accessibility): space and enter keys didn't click buttons in UI 2024-05-21 05:43:18 +03:00
Vitaly Turovsky
2a2667918b feat: limit rendering in background to 20fps so it uses less resources (+setting to control that) 2024-05-21 05:25:14 +03:00
Vitaly Turovsky
0dfa7c3c9a fix: fix default gamepad bindings of nextHotbarSlot, prevHotbarSlot 2024-05-20 06:17:47 +03:00
Vitaly Turovsky
b6cb302457 fix build! 2024-05-20 06:11:09 +03:00
Vitaly
93e9cf877b fix project build on windows 2024-05-20 06:01:14 +03:00
Vitaly
5e94239091
feat: big fix: rendering blocks for preflat versions (<1.13)! (#125) 2024-05-20 05:47:53 +03:00
Vitaly
2bec255b7d fix: update flying-squid to respect time in saves! 2024-05-20 05:47:38 +03:00
Vitaly
d30849b41a Merge branch 'next' into release 2024-05-19 15:34:03 +03:00
Vitaly
97ca34e8f9 hotfix: input handler crash 2024-05-19 15:32:50 +03:00
Vitaly
f846da28f6
Release (#118) 2024-05-18 23:04:45 +03:00
gguio
6bf1085fbe
feat: Key binds screen (#108) v0.1.47
---------

Co-authored-by: gguio <nikvish150@gmail.com>
Co-authored-by: Vitaly <vital2580@icloud.com>
2024-05-18 22:51:35 +03:00
Vitaly Turovsky
6375df1576 improve readme clarity 2024-05-18 22:24:52 +03:00
Vitaly Turovsky
5198e69816 fix: correctly display item names in inventory GUI
fix: fix opening nested inventory GUI on servers!
2024-05-18 05:57:50 +03:00
Vitaly Turovsky
8d710e297e save version override from quick connect 2024-05-13 15:54:33 +03:00
Vitaly Turovsky
6f085ac506 fix: entity text was not displayed in some edge-cases 2024-05-13 15:49:10 +03:00
Vitaly Turovsky
c1651ce3b5 fix: some collision shapes were missing for 1.20.4 2024-05-13 15:36:11 +03:00
Vitaly
eb4173bfcb
good release! (#117) 2024-05-13 04:18:13 +03:00
Vitaly Turovsky
3329d0e75e fix: held item display was not updated after server/window GUI manipulation on inventory v0.1.46 2024-05-13 04:14:16 +03:00
Vitaly Turovsky
03a26d5c70 feat: add held map image support for all versions!
fix: previously held item was activated too quickly
2024-05-13 04:02:06 +03:00
Vitaly Turovsky
ce6849808b feat(devtools): add len and inspectPacket global functions 2024-05-13 03:43:29 +03:00
Vitaly Turovsky
0a1b97857c feat: add a way to specify version from quick connect e.g. test.com:1.18.2 or 192.168.0.100:25566:1.17.1 2024-05-13 03:43:10 +03:00
Vitaly Turovsky
ef146f7a28 fix(hud): fix safe bottom area for iOS devices when clicked "Hide Toolbar"
https://forums.developer.apple.com/forums/thread/716552
chore: add new experiment for demo
2024-05-13 03:42:31 +03:00
Vitaly Turovsky
02fb4c9394 fix different width in server menu 2024-05-13 02:15:58 +03:00
Vitaly Turovsky
54a7e52cff add light test utils 2024-05-11 21:20:30 +03:00
Vitaly Turovsky
b7d317825f fix lighting in playround for pre-flat versions 2024-05-11 21:15:51 +03:00
Vitaly
a87f6d3fa3
hotfixes (#115) 2024-05-10 06:05:49 +03:00
Vitaly Turovsky
3f068ed0da fix tsc v0.1.45 2024-05-10 06:03:25 +03:00
Vitaly Turovsky
e9443cd2fe ui: fix input alignment 2024-05-10 05:59:54 +03:00
Vitaly
620488af20 Add Gamepad UI Cursor component and styles 2024-05-10 05:08:28 +03:00
Vitaly
2e81fac751 feat: implement full gamepad (joystics) support in all UIs including inventory! Add gamepad cursor, add pause menu bind 2024-05-10 05:08:02 +03:00
Vitaly
26dacc9c47 restore full source map uploading to prod for better error stacks 2024-05-10 05:06:05 +03:00
Vitaly
08782b2695 fix: version override was always ignored when connecting from servers list UI
fix: default proxy was not selected on setting a server ip via QS params
2024-05-10 02:51:59 +03:00
Vitaly
e56cac8b43 refactor: use source mc protocol and patch it instead
fix: fix issues with 1.20.4 fixes #80
2024-05-10 02:26:10 +03:00
Vitaly
0dcfbe481a docs: Add query string options for loading map and setting values 2024-05-09 03:46:21 +03:00
Vitaly
05624b2dc5
late release (#114) 2024-05-08 20:46:10 +03:00
Vitaly Turovsky
3046524ff6 chore: fix all tests v0.1.44
feat: add lockConnect to QS options for alt connection screen UI
2024-05-08 20:36:05 +03:00
Vitaly
03b3e56a74 fix: reload the page on quit button until issues with time desync are fixed
up squid to restore support for 1.14 worlds
2024-05-06 19:06:44 +03:00
Vitaly Turovsky
36962331d1 chore: up mc-data, fix cam reset
fix: hide add server UI after adding a server
2024-05-06 01:54:29 +03:00
Vitaly Turovsky
d1d47b334c fix camera desync issues 2024-05-06 01:04:44 +03:00
Vitaly Turovsky
dbfeb6f7a5 Merge branch 'next' into release 2024-05-05 03:57:26 +03:00
Vitaly Turovsky
228d60056b hotfix: offline server check crashes other servers checks 2024-05-05 03:57:21 +03:00
Vitaly Turovsky
2e93e90d28 impr auto publish for npm 2024-05-05 03:45:57 +03:00
Vitaly Turovsky
575c8e62ee Merge branch 'next' into release 2024-05-05 03:34:54 +03:00