Vitaly Turovsky
585b19d8dc
up mcraft-fun-mineflayer support
2025-04-22 19:19:59 +03:00
Vitaly Turovsky
dbfd2b23f6
up physics
2025-04-18 23:43:26 +03:00
Vitaly Turovsky
143d4a3bb3
fix: fix double chests. fix inventory crashing when it doesnt know the texture to render
2025-04-16 14:34:51 +03:00
Vitaly Turovsky
7e5a12934c
fix: fix looking camera desync in local saves
2025-04-11 21:44:08 +03:00
Vitaly Turovsky
deb8ec6c0f
build sharp to avoid crashes
2025-04-10 19:25:43 +03:00
Vitaly
c755f085d9
fix: update rsbuild and pnpm to latest version to resolve long-standi… ( #328 )
2025-04-10 18:53:33 +03:00
Vitaly
a977d09031
Up physics to fix jump
2025-04-09 16:53:42 +03:00
Vitaly
1fbbf36859
feat: NEW PHYSICS ENGINE - GRIM PASSES >1.19.4 ( #327 )
2025-04-09 05:51:34 +03:00
Vitaly
0aa4d11bdd
feat: Performance benchmark!! ( #153 )
2025-04-07 02:21:37 +03:00
Vitaly
908fa64f2f
pick most of changes from webgpu for better stability ( #322 )
2025-04-06 00:22:27 +03:00
Vitaly Turovsky
dbfadde044
fix(renderer): rendering of ALL blocks of north side was not correct. Fix texture flipping
2025-04-05 11:15:39 +03:00
Vitaly Turovsky
4f45cd072a
fix(perf): dont load gui textures on panorama start in singlefile build
...
fix: update textures in inventory & hotbar after textures load, including jei
fix: one row of jei was out of the screen
2025-03-31 13:16:57 +03:00
Vitaly Turovsky
4fd290c636
fix(regression): fix rendering almost all items in the game, like shield, banners, beds, filled maps, ...
2025-03-29 06:44:48 +03:00
Max Lee
47be0ac865
feat: Item custom model data support ( #318 )
...
* 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>
2025-03-26 08:22:38 +03:00
Vitaly Turovsky
a53a6e5f03
fix chests regression
2025-03-25 03:55:06 +03:00
Vitaly Turovsky
89a8584060
fix test
2025-03-25 00:48:15 +03:00
Vitaly Turovsky
b6842508ae
fix(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
...
fixes #316
2025-03-24 23:58:16 +03:00
Vitaly Turovsky
2277020de7
fix swing animations and improve replay server functions
2025-03-18 21:46:44 +03:00
Vitaly Turovsky
da35cfb8a2
up mouse
2025-03-15 16:46:51 +03:00
Vitaly Turovsky
72028d925d
feat: revamp right click experience by reworking block placing prediction and extending activatble items list
2025-03-14 23:25:13 +03:00
Vitaly Turovsky
518d6ad866
fix always display reconnect and better last packets display (time)
2025-03-14 02:13:04 +03:00
Vitaly Turovsky
09e61c9aa0
fix: cancel block placements in adventure and when interaction is expected eg crafting table!
2025-03-13 21:57:50 +03:00
Vitaly Turovsky
78313ee225
fix more annoying crash edge cases
2025-03-12 01:55:18 +03:00
Vitaly
b8b1320258
feat: single file build! ( #181 )
2025-03-11 23:58:52 +03:00
Vitaly Turovsky
a846eb4500
hotfix: fix world interaction crashes
2025-03-05 20:45:34 +03:00
Vitaly
0db49e7879
feat: Full support for rendering blocks in inventory GUI powered by deeplsate ( #292 )
2025-03-05 15:11:42 +03:00
Vitaly Turovsky
874cafc75e
add self host zip publishing with release
2025-03-03 18:42:08 +03:00
Vitaly Turovsky
b0da1e41d6
fix: fix crashes on packets logging recording
...
fix: make replay panel minmizable
2025-03-03 15:31:25 +03:00
Vitaly
ceb4cb0b66
feat: Refactor mouse controls, fixing all false entity/item interaction issues ( #286 )
2025-02-27 15:26:38 +03:00
Vitaly Turovsky
2414111b9c
feat: add packets recording control to pause menu, display packets view after recording was started for in real time server packets debug, fix auto captured packets display
2025-02-26 23:29:18 +03:00
Vitaly Turovsky
0b2d676d93
fix: fix a lof of bugs in base transition classes and fix bug with possibly wrong item display in hand
2025-02-25 00:01:56 +03:00
Vitaly Turovsky
2e3363dce8
a lot of replay code cleanup
2025-02-24 01:18:48 +03:00
Vitaly Turovsky
bdea1fc50c
a huge progress on packet replay component, fix bugs add switches
2025-02-23 21:52:12 +03:00
Vitaly
1387cb036b
feat: Replay packets server functionality! ( #287 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-02-23 03:48:15 +03:00
Vitaly Turovsky
a268c69879
feat: rework atlas packing so now almost any resourepack with different tile sizes can be used
2025-02-21 20:15:38 +03:00
Vitaly Turovsky
730cf656de
feat: add detailed block assets parsing (blockstates + models) in F3 on right side (includes parsing errors! super useful for resourcepacks)
2025-02-20 03:41:44 +03:00
Vitaly
65af9a73c2
feat: rework hand! enable by default, fix bow anim ( #261 )
...
* refactor swing animation to controller
* idle animator!!!!
* implelment state switch transition
* a huge fix for UI server edit!
* adjust ui scaling so main menu elements clip less
* view bobbing, new config name, ws:
* EXTREMELY important fixes to entities rendering
* a lot of fixes, add dns resolve fallback
* improve f3 E, fix modal not found edge case
* set correctly target for old browsers, should fix ios 14 crash
* unecessary big refactor, to fix ts err
* fix isWysiwyg check
* fix entities rendering count
2025-02-15 05:14:36 +03:00
Vitaly Turovsky
8595d545a5
Restore support for old browsers! Restore and revisit browserslist
2025-02-11 17:11:41 +03:00
Vitaly Turovsky
cea4d7f277
feat: implement full support for new mineflayer plugin! add UI customization, motion effect, JS repl console and more!
2025-02-10 19:54:38 +03:00
Vitaly
f96673bc17
rename prismarine-viewer dir to renderer to avoid confusion ( #269 )
2025-02-08 14:17:27 +03:00
Vitaly
a0bf1e6a71
fix: fix critical bug with joystick when opening other ui
...
feat: add history tracking of ever connected servers
- Implement server connection history tracking in localStorage
- Update server connection UI with autocomplete and history suggestions
- Refactor connection logic to use new server address parsing
- Improve touch joystick handling with more robust state management
2025-02-08 11:43:08 +03:00
Vitaly Turovsky
d7374a5206
fix tsc
2025-02-07 14:23:47 +03:00
Vitaly Turovsky
c5a895a18e
feat: revamp dropped items & holding blocks/items display! now using flexible item definition resolution
2025-02-07 13:54:38 +03:00
Vitaly Turovsky
3bfaa2980c
up mc-assets to resolve issues with some items custom texture rendering
2025-02-06 08:45:05 +03:00
Vitaly Turovsky
51d8975f5e
chore: Update net-browserify dependency to GitHub source
2025-02-01 02:27:43 +03:00
Vitaly Turovsky
28552bd1de
feat: Add option to disable service worker during build
2025-02-01 02:23:47 +03:00
Vitaly Turovsky
6d91ad3d41
add lint-fix script
2025-01-27 06:21:42 +03:00
Vitaly Turovsky
1a45381b3d
fix: fix maps display for 1.21+
2025-01-25 20:25:52 +03:00
Vitaly Turovsky
7d6986ccb4
update all deps
2025-01-25 19:38:50 +03:00
Vitaly Turovsky
f2fde37e6a
ci: update patch, should fix dedupe
2025-01-22 21:04:14 +03:00