pages235/src
Vitaly Turovsky d1c6bbe255 fix command
2024-03-19 10:47:28 +03:00
..
menus hotfix: display food bar 2024-03-06 06:55:44 +03:00
react fix command 2024-03-19 10:47:28 +03:00
basicSounds.ts fix: improve compatibility with tor browser by disabling sound support 2024-02-16 13:45:41 +03:00
botUtils.test.ts fix: move chat component from lit to react fixing many bugs (eg improving completions experience a bit) and probably introducing a few ones. 2024-01-03 19:49:05 +05:30
botUtils.ts fix(important): flying didn't turn off after disabling ability to fly and wasn't possible to stop flying. 2024-02-19 01:47:11 +03:00
browserfs.ts move unrelated exports from globalState, fix storybook build 2024-02-15 05:11:49 +03:00
builtinCommands.ts add noSave to qs 2024-02-12 08:11:07 +03:00
controls.ts fix promise mirror bug, improve ui 2024-03-17 01:59:32 +03:00
createLocalServer.ts suppress known errors 2024-01-29 14:04:32 +05:30
crypto.js move building to esbuild 2023-08-28 06:37:57 +03:00
customClient.js feat(debug-overlay): print packets debug info 2023-11-11 12:04:13 +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 fix: make time when night more accurate 2024-02-19 02:00:34 +03:00
defaultLocalServerOptions.js also lint js, improve style rules 2023-09-27 06:50:41 +03:00
devtools.ts fix: remove debugSceneChunksY and instead change format of keys for debugSceneChunks to include also Y 2024-03-04 05:35:38 +03:00
dns.js also lint js, improve style rules 2023-09-27 06:50:41 +03:00
downloadAndOpenFile.ts feat(debug-overlay): print packets debug info 2023-11-11 12:04:13 +03:00
dragndrop.ts feat: now you can inspect .mca region files in browser console by drag-n-dropping them into the browser window! It also can detect version of region file. 2023-12-04 04:02:37 +03:00
entities.ts fix: rare crash in entity velocity tracker which makes you impossible to move 2024-03-06 06:16:20 +03:00
eruda.js enable eruda only on mobile 2023-09-04 09:23:23 +03:00
flyingSquidUtils.ts move unrelated exports from globalState, fix storybook build 2024-02-15 05:11:49 +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: add support for titles, subtitle and action bar display! (#73) 2024-03-05 21:39:40 +03:00
getCollisionShapes.ts block collisions regression 2024-02-05 02:23:18 +03:00
globalDomListeners.ts move unrelated exports from globalState, fix storybook build 2024-02-15 05:11:49 +03:00
globals.d.ts feat: add support for titles, subtitle and action bar display! (#73) 2024-03-05 21:39:40 +03:00
globals.js feat: support fetching skins by username for players! Use popular skinview3 for rendering players, so things like ears should render propertly 2024-01-17 06:32:38 +05:30
GlobalSearchInput.tsx feat: add jei to quickly pick items in creative mode 2024-02-13 16:58:06 +03:00
globalState.ts move unrelated exports from globalState, fix storybook build 2024-02-15 05:11:49 +03:00
guessProblem.ts feat: implement basic sound system 🔊🔊🔊! 2024-01-04 05:08:53 +05:30
importsWorkaround.js fix: fix navigator.getGamepads is not a function crash in some cases 2024-02-14 10:54:07 +03:00
index.ts feat: add support for titles, subtitle and action bar display! (#73) 2024-03-05 21:39:40 +03:00
interactionShapesGenerated.json feat: basic support for 1.20.2 2024-01-22 02:07:52 +05:30
invsprite.json lib -> src, move all app files to src/ 2023-08-17 21:24:41 +03:00
loadSave.ts move unrelated exports from globalState, fix storybook build 2024-02-15 05:11:49 +03:00
localServerMultiplayer.ts fix p2p issues 2023-11-11 22:00:10 +03:00
markdownToFormattedText.test.ts fix command 2024-03-19 10:47:28 +03:00
markdownToFormattedText.ts fix command 2024-03-19 10:47:28 +03:00
mcTypes.ts add spacing rules 2023-09-27 19:48:50 +03:00
optionsGuiScheme.tsx add settings! 2024-03-17 02:09:30 +03:00
optionsStorage.ts add settings! 2024-03-17 02:09:30 +03:00
panorama.ts fix lint 2024-01-17 06:56:00 +05:30
perf_hooks_replacement.js lib -> src, move all app files to src/ 2023-08-17 21:24:41 +03:00
playerWindows.ts feat: add new experimental touch controls 2024-02-19 15:46:02 +03:00
reactUi.tsx fix promise mirror bug, improve ui 2024-03-17 01:59:32 +03:00
rendererUtils.ts feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
screens.css fix: sometimes ui wasnt visible after viewport dimensions change on mobile (eg exiting fullscreen) 2024-02-14 05:55:01 +03:00
serviceWorker.ts update imports 2024-01-03 19:49:29 +05:30
shims.js move building to esbuild 2023-08-28 06:37:57 +03:00
soundSystem.ts block collisions regression 2024-02-05 02:23:18 +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 move unrelated exports from globalState, fix storybook build 2024-02-15 05:11:49 +03:00
supportedVersions.mjs fix: drop download & deploy size by 1.5x by inlining optimized block collision shapes 2023-11-04 09:04:09 +03:00
texturePack.ts fix: Incorrect calculation of resource pack installation progress (#74) 2024-02-23 01:11:10 +03:00
topRightStats.ts disable useless gpu panel in prod 2024-02-19 15:46:02 +03:00
utils.ts fix: improve compatibility with tor browser by disabling sound support 2024-02-16 13:45:41 +03:00
utilsTs.ts add massive eslint config and big number of fixes for it! thx to ext 2023-09-26 08:01:17 +03:00
vr.js vr: disable stepHeight (auto-step) as it seems not the same as auto-jump (important on servers) 2023-11-10 16:53:09 +03:00
watchOptions.ts feat: add jei to quickly pick items in creative mode 2024-02-13 16:58:06 +03:00
worldInteractions.ts fix: don't change camera position on block interaction (empty hand right click) 2024-01-22 02:08:12 +05:30