Commit graph

1,997 commits

Author SHA1 Message Date
Vitaly Turovsky
0b8eaa4ad2 fix: fix renderer bug cactus was exposing the world 2024-12-03 03:54:43 +03:00
Max Lee
dd20994f78
feat: Text display orientation and rendering fixes (#235) 2024-11-27 23:12:43 +03:00
gguio
af088d92e1
feat: minimap and full screen map (disabled by default) (#147) 2024-11-27 23:07:28 +03:00
Vitaly Turovsky
b89cf522a0 docs: move general params to top 2024-11-25 16:26:30 +03:00
Max Lee
50f35cf176
Fix rendering of custom names and more text display options (#233)
Fix rendering of custom names of normal entities and add more text display options. Newly supported options for text displays:
- background color
- text opacity

Also exclude `mcDataTypes.ts` from linting and fix a possible exception due to no `entityData` being defined
2024-11-22 21:24:45 +01:00
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
Vitaly Turovsky
b881a61610 fix: improve output commands formatting, especially errored ones
feat: add gamerules support: basic data parsing, now possible to control/change them via /gamerule only these gamerules effect implemented: doDaylightCycle
fix: better messaging from output commands (now green)
2024-11-22 15:16:20 +03:00
Vitaly Turovsky
c44ad90acf add finally a way to get entities metadata by key 2024-11-21 14:56:39 +03:00
Max Lee
4dac577dfc
feat: basic support for text_display entity (#230) v0.1.67 2024-11-20 09:04:59 +01:00
Vitaly
f2552e70e1
fix ci (#231) 2024-11-20 09:03:10 +01:00
Vitaly Turovsky
c441792d3f fix failing test ci 2024-11-19 23:00:32 +03:00
Vitaly Turovsky
85ece5b4eb fix: some keybinding names were incorrectly parsed
feat: make fullscreen button (F11) configurable in the keybinding panel
2024-11-18 18:53:31 +03:00
Vitaly Turovsky
0506d9de47 fix(ui): better support formatted minecraft messages (handle packets in general way) 2024-11-14 15:40:33 +03:00
Vitaly Turovsky
a0a2c628b4 fix: preserve server selection after going back to the servers list (eg from edit modal)
fix: was not possible to remove saved MS account by clicking on the profile picture
fix: highlight active zone for interaction to avoid UI confusion
fix: save the proxy to memory immedieately after editing it in the servers list screen
2024-11-14 13:41:28 +03:00
Vitaly Turovsky
e28608f86e also cache manifest.json into offline 2024-11-11 18:04:54 +03:00
Vitaly Turovsky
c8c4e3267d 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
feat: add setting for debugging to disable signs text rendering
2024-11-11 17:49:33 +03:00
Vitaly Turovsky
d32f510744 fix: Error messages were not displayed after unsuccessful Microsoft auth. Fixed all error messages. 2024-11-10 11:44:29 +03:00
Vitaly Turovsky
32931efef0 feat: implement experimental clipWorldBelowY setting for testing 2024-11-09 13:01:37 +03:00
Vitaly Turovsky
574cdfc531 docs: add deploy to Koyeb button 2024-11-09 11:19:40 +03:00
Vitaly Turovsky
c303a0e0d5 feat: allow singleplayer mode to be triggered by 'sp=1' query parameter along with singleplayer=1 2024-11-07 19:09:17 +03:00
Vitaly Turovsky
7284d88ae9 update npm banner to a working one 2024-11-05 13:37:30 +03:00
Vitaly Turovsky
270da682da ci: fix release info writing v0.1.66 2024-11-05 13:12:15 +03:00
Vitaly Turovsky
ab3174a45f hotfix: disable fly after going out of spectator mode 2024-11-05 07:10:57 +03:00
Vitaly Turovsky
0f2bc5c1d4 fox issues with chat on 1.8 2024-11-05 07:07:04 +03:00
Vitaly Turovsky
dcc0960d7f fix the auth check 2024-11-04 02:51:37 +03:00
Vitaly Turovsky
c279b4bbe6 do a restoredData validation 2024-11-04 02:49:23 +03:00
Vitaly Turovsky
b267cb77be send connecting version to auth endpoint 2024-11-04 02:32:26 +03:00
Vitaly Turovsky
b3a089323f fix auth err message 2024-11-04 02:23:15 +03:00
Vitaly Turovsky
2c441c3434 fix: fix display names in inventories on 1.8 2024-11-02 12:45:47 +03:00
Vitaly Turovsky
ad9f5be486 spectator gamemode fixes 2024-11-02 12:45:27 +03:00
Vitaly Turovsky
5405987de3 fix: fix entities display on old versions like 1.8 2024-11-02 12:45:11 +03:00
Vitaly Turovsky
667eff49af feat: write published version name on prod website! 2024-11-01 06:40:37 +03:00
Vitaly Turovsky
26d25b77f5 feat: format disconnect messages from minecraft servers (display correctly)
fixes #26
2024-11-01 02:55:19 +03:00
Vitaly Turovsky
7d0c3643d3 fix: don't reset the world in mesher after resourece pack textures update 2024-10-31 01:34:21 +03:00
Vitaly Turovsky
5791626cc5 fix: (latest) or (offline) status text was not displayed sometimes after the page load 2024-10-31 00:28:54 +03:00
Vitaly Turovsky
84b3f8913d fix: don't make text move in loading screens 2024-10-30 23:53:45 +03:00
Vitaly
03c6a3f724
feat: server resource packs (#215)
Co-authored-by: Mqx <62719703+Mqxx@users.noreply.github.com>
2024-10-30 14:40:18 +03:00
Vitaly Turovsky
f13c4e4581 feat: turn back smooth lighting on old maps 2024-10-30 14:23:45 +03:00
Vitaly Turovsky
2fbfc18d2e feat: optimize slabs render performance by rendering less not visible tiles
Improve performance in Greenfield by 6%
2024-10-30 11:33:26 +03:00
Vitaly Turovsky
7d699f24bb fix: some areas in old world were competely white 2024-10-30 08:42:27 +03:00
Vitaly Turovsky
547525d615 fix: fix some blocks were rendered as transparent in old versions. Speed up Greenfield renderer by 18% in tunnels. 2024-10-30 08:40:44 +03:00
Vitaly Turovsky
900bcb0b56 fix: don't crash and conflict with g663 spyware installed 2024-10-30 07:02:33 +03:00
Vitaly Turovsky
dbd4058912 should fix publishing to npm 2024-10-28 17:57:40 +03:00
Vitaly Turovsky
153101fa6f ci: fix lint v0.1.65 2024-10-28 05:49:27 +03:00
Vitaly Turovsky
d497299235 feat: 1.21.1 support 2024-10-28 05:48:51 +03:00
Vitaly Turovsky
6b23eb6bad fix: never get stuck in unloaded chunks! @sa2urami
feat: fully supported spectator mode & basic creative fly fixes
2024-10-28 05:07:52 +03:00
Vitaly
5fa019e7b3
fix: don’t display advanced stats on prod deploy 2024-10-24 14:36:44 +03:00
Vitaly Turovsky
ebb5056540 ci: refactor deployment workflow in preview.yml by removing unused checks and adding alias retrieval step 2024-10-23 02:31:04 +03:00
Vitaly Turovsky
ece59e1744 ci: update event trigger from pull_request to pull_request_target in preview.yml (fix) 2024-10-23 02:20:44 +03:00
Vitaly
8955075d75
ci: trying to fix auto preview workflow! (#221) 2024-10-23 02:11:11 +03:00