pages235/src
2025-08-13 19:19:46 +03:00
..
api fix: dont confuse with incorrect version display, allow to use config values as params in real time 2025-03-17 20:08:32 +03:00
core feat: Now settings and servers list synced via top-domain cookies! Eg different subdomains like s.mcraft.fun and mcraft.fun will now share the same settings! Can be disabled. 2025-06-27 16:28:15 +03:00
external add external folder for forks code (ext functionality) 2025-02-26 04:36:15 +03:00
mineflayer fix: fix on 1.18.2 many blocks like mushrom blocks, fence gates, deepslate, basalt, copper stuff like ore, infested stone, cakes and tinted glass was resulting in instant breaking on the client 2025-08-11 01:39:08 +03:00
packetsReplay fix: sometimes walking animation was stuck 2025-04-30 18:29:39 +03:00
react fix: some blocks textures were not update in hotbar after texturepack change 2025-08-08 21:52:55 +03:00
shims fix(important): fix all known issues wiht panorama crashing whole game in single file build (minecraft.html) 2025-07-14 00:13:51 +03:00
sounds fix music crash 2025-07-02 19:22:47 +03:00
utils feat: improved splash text loading for better UI 2025-05-20 16:56:38 +07:00
appConfig.ts fix falsey settings apply 2025-07-08 16:35:05 +03:00
appParams.ts add testIosCrash for debugging these scenarios 2025-06-21 03:34:04 +03:00
appStatus.ts fix gameLoaded 2025-07-02 18:55:33 +03:00
appViewer.ts fix(important): fix all known issues wiht panorama crashing whole game in single file build (minecraft.html) 2025-07-14 00:13:51 +03:00
appViewerLoad.ts feat: Client side js mods. Modding! (#255) 2025-04-23 09:17:33 +03:00
basicSounds.ts fix: fix sentry #6092213276 DataCloneError: Cannot decode detached ArrayBuffer 2025-03-05 13:07:21 +03:00
benchmark.ts fix: update rsbuild and pnpm to latest version to resolve long-standi… (#328) 2025-04-10 18:53:33 +03:00
benchmarkAdapter.ts add client info, fix small width data display 2025-04-07 16:09:01 +03:00
botUtils.ts enabling parsing kick messages 2025-03-29 09:19:54 +03:00
browserfs.ts big renderer codebase cleanup: clean player state (#371) 2025-06-18 08:19:04 +03:00
builtinCommands.ts pick most of changes from webgpu for better stability (#322) 2025-04-06 00:22:27 +03:00
cameraRotationControls.ts feat: Add spectator mode entity spectating (#369) 2025-06-18 17:07:00 +03:00
chatUtils.test.ts fix surrogate pair check in js 2025-04-26 05:51:00 +03:00
chatUtils.ts feat: convert formatted text color to display p3 display so its more vibrant on macbooks with xdr display and other p3 monitors 2025-06-15 16:52:24 +03:00
clientMods.ts experimental mods actions 2025-04-26 10:39:12 +03:00
connect.ts feat: rework server data saving and auto login by using more aggressive strategy 2025-05-06 16:36:31 +03:00
controls.ts fix(important): F3 actions didn't work on mobile at all like chunks reload 2025-07-18 08:32:32 +03:00
createLocalServer.ts feat: support world saves for all versions of Minecraft Java! 2024-06-13 03:46:59 +03:00
customChannels.ts feat: add custom experimental waypints impl 2025-08-12 06:27:06 +03:00
customClient.js lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
customCommands.ts feat: turn back smooth lighting on old maps 2024-10-30 14:23:45 +03:00
customServer.ts lint space-before-function-paren, remove not used scripts in viewer 2023-10-10 17:08:30 +03:00
dayCycle.ts feat: app <-> renderer REWORK. Add new layers for stability (#315) 2025-03-25 02:08:32 +03:00
defaultLocalServerOptions.js dont display no sound id mapping in default sp 2025-04-24 05:36:35 +03:00
defaultOptions.ts feat(setting): add a way to specify default perspective view 2025-07-14 00:18:42 +03:00
devReload.ts fix tsc 2025-03-25 04:07:34 +03:00
devtools.ts display disconnect always last 2025-07-18 09:44:50 +03:00
downloadAndOpenFile.ts More build configs & optimise reconnect and immediate game enter (#398) 2025-07-18 04:39:05 +03:00
dragndrop.ts feat: add skybox renderer: test it by dragging an image window into window, fix waypoint block pos 2025-08-13 19:19:46 +03:00
entities.ts feat: silly player on fire renderer effect 2025-08-08 18:33:20 +03:00
env.d.ts More build configs & optimise reconnect and immediate game enter (#398) 2025-07-18 04:39:05 +03:00
errorLoadingScreenHelpers.ts refactor app status provider, adding loading texts 2024-06-18 03:47:20 +03:00
flyingSquidEvents.ts feat: auto save worlds in singleplayer every 2 seconds since crashes might happen. still possible to cancel this behavior via new setting or ?noSave=true 2024-11-11 17:49:33 +03:00
flyingSquidUtils.ts fix save is undefined in rare cases 2025-05-14 03:12:55 +03:00
gameUnload.ts wip add new touch controls and other stuff 2024-02-17 00:41:18 +03:00
generatedClientPackets.ts add generated packets types 2024-02-15 21:58:48 +03:00
generatedServerPackets.ts feat: implement player skin display based on texture properties from server packets eg your custom plugin skins! 2025-01-27 03:48:42 +03:00
getCollisionInteractionShapes.ts feat: All versions now are available offline! (#174) 2024-08-31 19:50:33 +03:00
getCollisionShapes.ts feat: All versions now are available offline! (#174) 2024-08-31 19:50:33 +03:00
globalDomListeners.ts annoying contextmenu on windows on right click sometimes was appearing 2025-05-12 18:56:20 +03:00
globals.d.ts improve Click to capture mouse by not displaying it in less cases 2025-05-20 02:02:43 +03:00
globals.js now app crash should be fixed 2025-07-02 06:24:02 +03:00
globalState.ts feat: Now settings and servers list synced via top-domain cookies! Eg different subdomains like s.mcraft.fun and mcraft.fun will now share the same settings! Can be disabled. 2025-06-27 16:28:15 +03:00
googledrive.ts pick most of changes from webgpu for better stability (#322) 2025-04-06 00:22:27 +03:00
importsWorkaround.js feat: reimplement auto version - fix bugs, +config, make faster!! (#262) 2025-02-03 10:19:59 +03:00
index.ts fix: fix cannot write after stream was destroyed message (#413) 2025-08-08 02:07:52 +03:00
interactionShapesGenerated.json fix: fix lever interaction shape 2025-05-19 02:21:23 +03:00
inventoryWindows.ts fix: some blocks textures were not update in hotbar after texturepack change 2025-08-08 21:52:55 +03:00
itemsDescriptions.ts feat: Add recipes, usages & guides for every item in the game to builtin JEI! 2024-06-19 00:51:00 +03:00
loadSave.ts feat: rework singleplayer generators types. now any generator can be used internally. add a few 2025-06-29 02:38:19 +03:00
localServerMultiplayer.ts fix: fix p2p where peerjs server works 2025-04-30 08:11:38 +03:00
markdownToFormattedText.test.ts feat: Sign editor with formatting support! (+2 settings) (#86) 2024-03-23 16:21:36 +03:00
markdownToFormattedText.ts fix: always set sign text even in rich formatted mode so you dont lose your text if nbt edit command doesnt work (which is the case for the latest versions) 2025-03-25 21:09:48 +03:00
mcDataTypes.ts add finally a way to get entities metadata by key 2024-11-21 14:56:39 +03:00
mcTypes.ts lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
microsoftAuthflow.ts improve auth features in edge cases 2025-06-24 02:13:06 +03:00
mobileShim.ts lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
optimizeJson.ts feat: app <-> renderer REWORK. Add new layers for stability (#315) 2025-03-25 02:08:32 +03:00
optionsGuiScheme.tsx fix: fix controls debug was not visible 2025-07-03 19:35:19 +03:00
optionsStorage.ts feat: Now settings and servers list synced via top-domain cookies! Eg different subdomains like s.mcraft.fun and mcraft.fun will now share the same settings! Can be disabled. 2025-06-27 16:28:15 +03:00
parseServerAddress.ts feat: rework hand! enable by default, fix bow anim (#261) 2025-02-15 05:14:36 +03:00
preflatMap.json fix: fix cobblestone_wall and player head (skull) rendering in preflat versions 2024-09-07 19:42:50 +03:00
reactUi.tsx feat: silly player on fire renderer effect 2025-08-08 18:33:20 +03:00
rendererUtils.ts big renderer codebase cleanup: clean player state (#371) 2025-06-18 08:19:04 +03:00
resourcePack.ts big renderer codebase cleanup: clean player state (#371) 2025-06-18 08:19:04 +03:00
resourcePackItemDefinitions.ts fix bugs with blocks models atlas usage 2025-02-07 14:16:01 +03:00
resourcesManager.ts big renderer codebase cleanup: clean player state (#371) 2025-06-18 08:19:04 +03:00
resourcesSource.ts cleanup, better resource pack support (#173) 2024-08-06 20:42:33 +03:00
scaleInterface.ts sync fork: add loading timer for debug, better connecting messages, better recording panel 2025-04-22 19:01:04 +03:00
screens.css regression: some UIs like settings became not scrollable 2025-05-04 11:24:15 +03:00
serviceWorker.ts feat: single file build! (#181) 2025-03-11 23:58:52 +03:00
standaloneUtils.ts fix: don't crash when R is pressed after not-first successful connect 2024-01-01 18:35:54 +05:30
styles.css hotfix: should fix edge case when canvas was out of viewport bounds on ios 2025-03-05 22:22:35 +03:00
supportedVersions.mjs feat: initial config.json is now bundled on build step, which is required for defaultSettings 2025-02-26 03:29:10 +03:00
testCrasher.ts display stack on app crash, more advanced logic on app refresh 2025-02-11 15:51:56 +03:00
utils.test.ts fix quickconnect port ignored regression 2025-02-11 16:54:58 +03:00
utils.ts feat: add report bug button 2025-07-04 18:04:24 +03:00
utilsTs.ts lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
viewerConnector.ts up mcraft-fun-mineflayer support 2025-04-22 19:19:59 +03:00
watchOptions.ts feat: Simple but effective renderer perf debug features (#347) 2025-06-05 20:22:58 +03:00
water.ts pick most of changes from webgpu for better stability (#322) 2025-04-06 00:22:27 +03:00
workerWorkaround.ts fix tsc 2024-05-27 10:14:42 +03:00