pages235/src
Vitaly Turovsky c97dbbde9a feat: add query parameter to specify your custom server lists to display in UI: ?serversList
feat: custom proxy is applied in servers list ui when ?proxy is specified
feat: add a way to quickly copy server list with ctrl+c in servers list ui
2024-11-22 15:44:08 +03:00
..
react feat: add query parameter to specify your custom server lists to display in UI: ?serversList 2024-11-22 15:44:08 +03:00
shims fix: fix joining to some popular servers (since dns was resovle was incorrectly used) 2024-09-07 17:46:34 +03:00
basicSounds.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
botUtils.ts fix(ui): better support formatted minecraft messages (handle packets in general way) 2024-11-14 15:40:33 +03:00
browserfs.ts feat: server resource packs (#215) 2024-10-30 14:40:18 +03:00
builtinCommands.ts quickly copy your positions with /pos in singleplayer 2024-10-22 23:11:42 +03:00
chatUtils.test.ts should fix build 2024-10-01 01:35:01 +03:00
chatUtils.ts should fix build 2024-10-01 01:35:01 +03:00
connect.ts fix: add fallback peerjs discovery server to bypass geo restrictions and because sometimes official server is down 2024-10-01 01:34:42 +03:00
controls.ts fix: some keybinding names were incorrectly parsed 2024-11-18 18:53:31 +03:00
createLocalServer.ts feat: support world saves for all versions of Minecraft Java! 2024-06-13 03:46:59 +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: add starfield! + better time update in singleplayer 2024-05-21 05:54:25 +03:00
defaultLocalServerOptions.js change name of builtin server 2024-09-06 03:59:07 +03:00
devReload.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
devtools.ts feat: rewrite playground from scratch + extras (#202) 2024-10-18 02:27:45 +03:00
downloadAndOpenFile.ts feat: implement fast world loading with file descriptor & http backend! (#182) 2024-08-19 14:01:13 +03:00
dragndrop.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
entities.ts fix: add fallback peerjs discovery server to bypass geo restrictions and because sometimes official server is down 2024-10-01 01:34:42 +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 feat(devtools): downloadFile global function 2024-09-06 03:48:54 +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
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 move unrelated exports from globalState, fix storybook build 2024-02-15 05:11:49 +03:00
globals.d.ts feat: add a way to disable some of the UI parts in settings (for testing and other use cases) 2024-09-07 18:37:57 +03:00
globals.js quickly copy your positions with /pos in singleplayer 2024-10-22 23:11:42 +03:00
globalState.ts fix: add fallback peerjs discovery server to bypass geo restrictions and because sometimes official server is down 2024-10-01 01:34:42 +03:00
googledrive.ts fix: improve google integration ux by saving last folder + fix creating worlds 2024-03-23 19:21:06 +03:00
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 query parameter to specify your custom server lists to display in UI: ?serversList 2024-11-22 15:44:08 +03:00
interactionShapesGenerated.json feat: basic support for 1.20.2 2024-01-22 02:07:52 +05:30
inventoryWindows.ts fix: fix display names in inventories on 1.8 2024-11-02 12:45:47 +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 fix: update "save remote world to your device" function to support new HTTP backend 2024-08-26 03:11:23 +03:00
localServerMultiplayer.ts fix: add fallback peerjs discovery server to bypass geo restrictions and because sometimes official server is down 2024-10-01 01:34:42 +03:00
markdownToFormattedText.test.ts feat: Sign editor with formatting support! (+2 settings) (#86) 2024-03-23 16:21:36 +03:00
markdownToFormattedText.ts lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +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 fix: Error messages were not displayed after unsuccessful Microsoft auth. Fixed all error messages. 2024-11-10 11:44:29 +03:00
mobileShim.ts lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
optimizeJson.ts fix tsc 2024-09-03 01:13:12 +03:00
optionsGuiScheme.tsx fix(ui): better support formatted minecraft messages (handle packets in general way) 2024-11-14 15:40:33 +03:00
optionsStorage.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
packetsPatcher.ts fix: bundle pixealrticons with the app instead of fetching them from remote location in runtime 2024-07-07 19:18:48 +03:00
packetsReplay.ts ci: add missing build artifacts 2024-07-07 01:31:33 +03:00
packetsReplayBase.ts fix: packets replay crash on message send on latest versions 2024-08-31 17:47:17 +03:00
panorama.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +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 add a way to to disable neighbor chunk updates and all the UI (needed for perf testing) 2024-09-07 19:33:16 +03:00
rendererUtils.ts feat: new singleplayer menu! Now migrated to IndexedDB storage: 2023-10-26 04:26:58 +03:00
resourcePack.ts fix(ui): better support formatted minecraft messages (handle packets in general way) 2024-11-14 15:40:33 +03:00
resourcesSource.ts cleanup, better resource pack support (#173) 2024-08-06 20:42:33 +03:00
scaleInterface.ts fix(regression): chat on mobile was not fully visible in some cases 2024-07-09 02:41:41 +03:00
screens.css feat: improve scaling in portrait mobile. Add close button for mobile chat (#157) 2024-07-08 03:49:10 +03:00
serviceWorker.ts feat: migrate to mc-assets & Rsbuild better resource pack support (#164) 2024-07-26 13:12:28 +03:00
soundSystem.ts fix more grass block item render and remove misleading sounds warning 2024-08-13 02:06:04 +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 fix: add a way to disable VR button (important for android users) (#209) 2024-10-17 14:31:01 +03:00
supportedVersions.mjs fix: include all latest supported versions in create world menu for singleplayer (up to 1.20.4) 2024-06-15 03:45:50 +03:00
topRightStats.ts feat: add a setting to either completely hide perf stats or enable more advanced display 2024-10-20 20:27:03 +03:00
utils.ts feat: format disconnect messages from minecraft servers (display correctly) 2024-11-01 02:55:19 +03:00
utilsTs.ts lint prismarine-viewer & better ci checks (#171) 2024-08-06 03:20:38 +03:00
vr.ts fix: add a way to disable VR button (important for android users) (#209) 2024-10-17 14:31:01 +03:00
watchOptions.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
water.ts update typescript to latest (#166) 2024-07-23 20:31:20 +03:00
workerWorkaround.ts fix tsc 2024-05-27 10:14:42 +03:00
worldInteractions.ts fix: inventory UI crash in some cases with some specific window titles 2024-09-28 02:57:18 +03:00