Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: minimap and full screen map #147

Open
wants to merge 302 commits into
base: next
Choose a base branch
from
Open

feat: minimap and full screen map #147

wants to merge 302 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 9, 2024

  1. map zoom

    gguio committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    81b064a View commit details
    Browse the repository at this point in the history
  2. zoom added. Two fixes required: handle drag and click properly + reco…

    …unt world position
    gguio committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    27b5a2a View commit details
    Browse the repository at this point in the history
  3. set warp on click works fine

    gguio committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    236e31f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fullmap in a separate component

    gguio committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    39d6405 View commit details
    Browse the repository at this point in the history
  2. clean up

    gguio committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    326170f View commit details
    Browse the repository at this point in the history
  3. state

    gguio committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c5a485f View commit details
    Browse the repository at this point in the history
  4. canvases container

    gguio committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    254013f View commit details
    Browse the repository at this point in the history
  5. drawing new canvas after map move

    gguio committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    738ed8c View commit details
    Browse the repository at this point in the history
  6. drawing new canvas on move

    gguio committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    524e802 View commit details
    Browse the repository at this point in the history
  7. map is drawing on mouse move. Not finished: scaling ruins the positio…

    …n of the map, right formula required
    gguio committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5859979 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. full map with overlapping canvases

    gguio committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a569732 View commit details
    Browse the repository at this point in the history
  2. new factor

    gguio committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    52f1f79 View commit details
    Browse the repository at this point in the history
  3. observer component

    gguio committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    35439b7 View commit details
    Browse the repository at this point in the history
  4. fixed map offset when scaled

    gguio committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0635a94 View commit details
    Browse the repository at this point in the history
  5. warp is drawing on right place in fullmap

    gguio committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4553d03 View commit details
    Browse the repository at this point in the history
  6. warps are not cut in fullmap

    gguio committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    629f6b2 View commit details
    Browse the repository at this point in the history
  7. canvases clean up

    gguio committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8ebcdfd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    713446e View commit details
    Browse the repository at this point in the history
  9. wrong coords on click fixed

    gguio committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9009302 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. new formulas on click. Probelem: if bot is not in the center then cli…

    …ck pos is not counted properly
    gguio committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f523652 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00d6e1a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'minimap' into fullmap_grid

    gguio committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8f02507 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. map cell component

    gguio committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    5b5cdcd View commit details
    Browse the repository at this point in the history
  2. grid is drawing

    gguio committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    90713da View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. grid is drawing

    gguio committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    99e5fdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc2c780 View commit details
    Browse the repository at this point in the history
  3. mapcell to mapchunk

    gguio committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    42448d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. map offset to point in the middle

    gguio committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9c1ef2c View commit details
    Browse the repository at this point in the history
  2. basic shading

    gguio committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b864161 View commit details
    Browse the repository at this point in the history
  3. smother spinning

    gguio committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b5e2d8c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. fix rotation

    gguio committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    780aefd View commit details
    Browse the repository at this point in the history
  2. fix misclick for set warp

    gguio committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    20a4352 View commit details
    Browse the repository at this point in the history
  3. fix offset for warps on minimap

    gguio committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9dbe0bc View commit details
    Browse the repository at this point in the history
  4. dont rotate

    gguio committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    85ae150 View commit details
    Browse the repository at this point in the history
  5. added async

    gguio committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0dcf490 View commit details
    Browse the repository at this point in the history
  6. coords fix

    gguio committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1ec56ff View commit details
    Browse the repository at this point in the history
  7. fix for infinite loop if no blocks

    gguio committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b109627 View commit details
    Browse the repository at this point in the history
  8. resolve conf

    gguio committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e5e5e24 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'minimap_async' into minimap

    gguio committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    007b959 View commit details
    Browse the repository at this point in the history
  10. remove gb

    gguio committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    cae8cf9 View commit details
    Browse the repository at this point in the history
  11. full map bigger + minimap rotate

    gguio committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a527d94 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    44254ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aeb23b View commit details
    Browse the repository at this point in the history
  3. new grey color for not existing blocks

    gguio committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8c0ade9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. parts of world and warps on a separate canvas

    gguio committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fc06262 View commit details
    Browse the repository at this point in the history
  2. warp pos on click fix

    gguio committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    02b5da9 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. add highest block implementation

    updated after 'update' event
    zardoy committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3eedee8 View commit details
    Browse the repository at this point in the history
  2. some minor fixes

    gguio committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    05f0131 View commit details
    Browse the repository at this point in the history
  3. add gzip size logging which is actually more important than regular s…

    …ize for prod build
    zardoy authored and gguio committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ccc6cd8 View commit details
    Browse the repository at this point in the history
  4. toggle full map in provider

    gguio committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    30f6e75 View commit details
    Browse the repository at this point in the history
  5. highest block from viewer

    gguio committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    922e3ec View commit details
    Browse the repository at this point in the history
  6. skip unused map updates

    gguio committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5873ee2 View commit details
    Browse the repository at this point in the history
  7. show minimap setting

    gguio committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f81ba6d View commit details
    Browse the repository at this point in the history
  8. setting to enable fullmap and minimap

    gguio committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    112b044 View commit details
    Browse the repository at this point in the history
  9. position coords

    gguio committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3f7e7e6 View commit details
    Browse the repository at this point in the history
  10. small cleanup

    gguio committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    406e63b View commit details
    Browse the repository at this point in the history
  11. app controls in provider

    gguio committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ac071b0 View commit details
    Browse the repository at this point in the history
  12. double links for discord

    gguio committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4cbc710 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a9fa8a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. no context reset

    gguio committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3959bb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. 100% map for small screens

    gguio committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    da094bd View commit details
    Browse the repository at this point in the history
  2. close button for small screen

    gguio committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    54f96cd View commit details
    Browse the repository at this point in the history
  3. merge next

    gguio committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1e089dc View commit details
    Browse the repository at this point in the history
  4. faster minimap loading

    gguio committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    da4c72b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    f0dacff View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fix crash on loading

    gguio committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    dc4b989 View commit details
    Browse the repository at this point in the history
  2. chunk coords

    gguio committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9e6733e View commit details
    Browse the repository at this point in the history
  3. minimap with scale and fullmap without scale

    gguio committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    aa49f7c View commit details
    Browse the repository at this point in the history
  4. fullmap adjustements

    gguio committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    bf04279 View commit details
    Browse the repository at this point in the history
  5. set warp scale

    gguio committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5651670 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. merge next

    gguio committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    8c4ad6b View commit details
    Browse the repository at this point in the history
  2. fix set warp on full map

    gguio committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    e794274 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. complete fix for set warp on click

    gguio committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    fd4cbc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f2e188 View commit details
    Browse the repository at this point in the history
  3. persist warps

    gguio committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f7cede3 View commit details
    Browse the repository at this point in the history
  4. fix warp info width

    gguio committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    bed71db View commit details
    Browse the repository at this point in the history
  5. sync warps for fullmap and minimap on server

    gguio committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    82bed0b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. reset warp on click

    gguio committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d3bac9f View commit details
    Browse the repository at this point in the history
  2. api to delete warp required

    gguio committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c07fe35 View commit details
    Browse the repository at this point in the history
  3. resolve

    gguio committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    704595c View commit details
    Browse the repository at this point in the history
  4. fix build

    gguio committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b5d667c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. fix no idleCallback on mobile

    gguio committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8dd0caf View commit details
    Browse the repository at this point in the history
  2. fix build

    gguio committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    87d0660 View commit details
    Browse the repository at this point in the history
  3. remove idleCallback completely

    gguio committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    939501e View commit details
    Browse the repository at this point in the history
  4. fix build

    gguio committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b69c082 View commit details
    Browse the repository at this point in the history
  5. right check for requestIdleCallback

    gguio committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ea1b5b4 View commit details
    Browse the repository at this point in the history
  6. delete warp functionality

    gguio committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    17ae35e View commit details
    Browse the repository at this point in the history
  7. some fixes

    gguio committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    648a937 View commit details
    Browse the repository at this point in the history
  8. set warp on long touch for mobile

    gguio committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1fb69f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ffbc9cc View commit details
    Browse the repository at this point in the history
  10. sync server warps with map

    gguio committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0bbbfe9 View commit details
    Browse the repository at this point in the history
  11. warp preview on mouse over

    gguio committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    96c759f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. persist warps on server

    gguio committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b6d5b16 View commit details
    Browse the repository at this point in the history
  2. refactor

    gguio committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    53700c9 View commit details
    Browse the repository at this point in the history
  3. clean up

    gguio committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    692424e View commit details
    Browse the repository at this point in the history
  4. resolve most warnings

    gguio committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4311a4b View commit details
    Browse the repository at this point in the history
  5. move await out of the loop

    gguio committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4c82794 View commit details
    Browse the repository at this point in the history
  6. skip updateing pixels when drawing

    gguio committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e232ef4 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. warp info mobile scale fixed

    gguio committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4b91e70 View commit details
    Browse the repository at this point in the history
  2. roll back react zoom pan pinch

    gguio committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e24561b View commit details
    Browse the repository at this point in the history
  3. fix fullmap scrolling issue

    gguio committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0b19bd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    4d254ad View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. lint

    zardoy committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a0ddf49 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    9645e6a View commit details
    Browse the repository at this point in the history
  2. fullmap fix

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    417c03f View commit details
    Browse the repository at this point in the history
  3. chunks loading queue added

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e3cb8be View commit details
    Browse the repository at this point in the history
  4. hightest block fix

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e22ecd9 View commit details
    Browse the repository at this point in the history
  5. viewer fix

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9c340a6 View commit details
    Browse the repository at this point in the history
  6. chunks drawing in localplayer

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    abf7ddb View commit details
    Browse the repository at this point in the history
  7. delete old chunks

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2bda145 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a44f454 View commit details
    Browse the repository at this point in the history
  9. add missing file

    zardoy committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f494823 View commit details
    Browse the repository at this point in the history
  10. fullmap for localplayer updates

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    59cd1e4 View commit details
    Browse the repository at this point in the history
  11. clear chunk store

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4f70b62 View commit details
    Browse the repository at this point in the history
  12. chunks loading queue

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c00ff7f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c322b00 View commit details
    Browse the repository at this point in the history
  14. fix some canvas didnt render

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4918650 View commit details
    Browse the repository at this point in the history
  15. minimap always uses viewer

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    de1698a View commit details
    Browse the repository at this point in the history
  16. preflat to define block name in localplayer

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0b7fd02 View commit details
    Browse the repository at this point in the history
  17. using preflat on server

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    055aad2 View commit details
    Browse the repository at this point in the history
  18. replaceAll fix

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c690619 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    717baac View commit details
    Browse the repository at this point in the history
  20. unreachable chunks are transparent

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    40939d2 View commit details
    Browse the repository at this point in the history
  21. unreachable chunks are transparent

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    01dd55f View commit details
    Browse the repository at this point in the history
  22. shadows on fullmap

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    94055fa View commit details
    Browse the repository at this point in the history
  23. resolve

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b38575d View commit details
    Browse the repository at this point in the history
  24. global warps in gameAdditionalState

    gguio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c4673bb View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    a028421 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fix colors for newer versions

    gguio committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    93d1243 View commit details
    Browse the repository at this point in the history
  2. fix lines in fullmap

    gguio committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    86a55b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. player pos on different canvas

    gguio committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    79ca470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4cae86 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. delete canvases offscreen

    gguio committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c1cb32c View commit details
    Browse the repository at this point in the history
  2. fix top left chunks loading in fullmap

    gguio committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d3ea29f View commit details
    Browse the repository at this point in the history
  3. player pos on full map

    gguio committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5cf1c52 View commit details
    Browse the repository at this point in the history
  4. outline for coords in minimap

    gguio committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0145267 View commit details
    Browse the repository at this point in the history
  5. bigger scale for player pos on full map

    gguio committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    32ce704 View commit details
    Browse the repository at this point in the history
  6. fix default value error in input

    gguio committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2b0699a View commit details
    Browse the repository at this point in the history
  7. warps update in fullmap

    gguio committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    acea2be View commit details
    Browse the repository at this point in the history
  8. delete updates fullmap. Fixes required: drawing warps causes lagging …

    …+ after one warp is set then coords on fullmap are broken
    gguio committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    338ec03 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. small fixes

    gguio committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    79ca818 View commit details
    Browse the repository at this point in the history
  2. clean up

    gguio committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    65a8868 View commit details
    Browse the repository at this point in the history
  3. fix coords on fullmap are broken

    gguio committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    15bcf3d View commit details
    Browse the repository at this point in the history
  4. interface fixes on set warp window

    gguio committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    41f0a83 View commit details
    Browse the repository at this point in the history
  5. quick tp

    gguio committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4bb87dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51c5274 View commit details
    Browse the repository at this point in the history
  7. move bot from fullmap

    gguio committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2518dbc View commit details
    Browse the repository at this point in the history
  8. using BlockData for old versions

    gguio committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ec597b0 View commit details
    Browse the repository at this point in the history
  9. fix low version colors

    gguio committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f5a25e7 View commit details
    Browse the repository at this point in the history
  10. Update Input.tsx

    zardoy authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    54b6dd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    7193658 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. input fix

    gguio committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c9da8aa View commit details
    Browse the repository at this point in the history
  2. small

    gguio committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9ad86b1 View commit details
    Browse the repository at this point in the history
  3. higher tp

    gguio committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7ee8d8e View commit details
    Browse the repository at this point in the history
  4. fix build

    gguio committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5de334a View commit details
    Browse the repository at this point in the history
  5. exclude rsbuildSharedConfig

    gguio committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8a88128 View commit details
    Browse the repository at this point in the history
  6. attempt to fix build 1

    gguio committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    643c02c View commit details
    Browse the repository at this point in the history
  7. fix quick tp

    gguio committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    018fc0c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d39a96 View commit details
    Browse the repository at this point in the history
  9. revert mainmenu

    zardoy committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5f64e7b View commit details
    Browse the repository at this point in the history
  10. Fix Setting, [perf] do not update minimap twice and do not update at …

    …all if not enabled or opened, fix logging
    zardoy committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    fda6db7 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. using heightmaps when possible

    gguio committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    77b011a View commit details
    Browse the repository at this point in the history
  2. clean up for heightmap

    gguio committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c449391 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Merge branch 'next' into minimap

    gguio committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3e26f4c View commit details
    Browse the repository at this point in the history
  2. fixed heightmap name

    gguio committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2cb3a15 View commit details
    Browse the repository at this point in the history
  3. heightmap is better found

    gguio committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6415ada View commit details
    Browse the repository at this point in the history
  4. fix heightmap search

    gguio committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a7ad5c7 View commit details
    Browse the repository at this point in the history
  5. fix chunks coords in heightmap

    gguio committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9b499cc View commit details
    Browse the repository at this point in the history
  6. heightmap y fix

    gguio committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e107583 View commit details
    Browse the repository at this point in the history
  7. fix open fullmap on mobile

    gguio committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a7aac8b View commit details
    Browse the repository at this point in the history
  8. Y in position

    gguio committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a6d6818 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. player position on minimap is stable

    gguio committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a4ea914 View commit details
    Browse the repository at this point in the history
  2. fix color picker for ios

    gguio committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c707d09 View commit details
    Browse the repository at this point in the history
  3. small color picker

    gguio committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5e32e38 View commit details
    Browse the repository at this point in the history
  4. better alignment for color picker

    gguio committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6132d9f View commit details
    Browse the repository at this point in the history
  5. faster map redraw

    gguio committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    27a2976 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Merge branch 'next' into minimap

    gguio committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    dd28a13 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. massive refactor of minimapDrawer

    gguio committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e28c114 View commit details
    Browse the repository at this point in the history
  2. viewer changes

    gguio committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    974a3dc View commit details
    Browse the repository at this point in the history
  3. works but map is transparent

    gguio committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8acf7ab View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. fix wrong chunks in view

    gguio committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f731f87 View commit details
    Browse the repository at this point in the history
  2. chunkStore to map

    gguio committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8d01117 View commit details
    Browse the repository at this point in the history
  3. chunks store clear

    gguio committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3e44485 View commit details
    Browse the repository at this point in the history
  4. shadows

    gguio committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8430a17 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. fullmap support

    gguio committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2349e23 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    9c19587 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. fullmap loads in singlplayer

    gguio committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3711b90 View commit details
    Browse the repository at this point in the history
  2. small clean up

    gguio committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9d3da44 View commit details
    Browse the repository at this point in the history
  3. mapDrawer moved in addapter

    gguio committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0a3ed56 View commit details
    Browse the repository at this point in the history
  4. fullmap loading in singleplayer

    gguio committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    01fdde0 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. loading heightmap from region if possible

    gguio committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b5e9490 View commit details
    Browse the repository at this point in the history
  2. fix minimap on server

    gguio committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d352038 View commit details
    Browse the repository at this point in the history
  3. fix fullmap on server

    gguio committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b1e7c67 View commit details
    Browse the repository at this point in the history
  4. regular heightmap for fullmap

    gguio committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9d11a17 View commit details
    Browse the repository at this point in the history
  5. fix build

    gguio committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6e36847 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'next' into m_opt

    gguio committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9a46976 View commit details
    Browse the repository at this point in the history
  7. fix viewer

    gguio committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5520778 View commit details
    Browse the repository at this point in the history
  8. fix chunk coords in region

    gguio committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    223c7cc View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. chunk is loading from heightmap in greenfield

    gguio committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4be98a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fix region

    gguio committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7a5ef7f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    d9213f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. feat: add a setting to either completely hide perf stats or enable mo…

    …re advanced display
    
    can be used for demos like: `?setting=renderDebug:"none"`
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    1976eb9 View commit details
    Browse the repository at this point in the history
  2. fix: fix crafting in singleplayer

    fix(generator): leaves were filled with water in new versions
    fix(generator): set plains biome for light grass color
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    64dcd88 View commit details
    Browse the repository at this point in the history
  3. update types after minecraft-data types update

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    33961d0 View commit details
    Browse the repository at this point in the history
  4. restore a way t ocreate worlds by enter

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    4c6117d View commit details
    Browse the repository at this point in the history
  5. fix: improve playground by allowing sync world for fast iterating of …

    …advanced use cases
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    49102bd View commit details
    Browse the repository at this point in the history
  6. quickly copy your positions with /pos in singleplayer

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    a3c8dbe View commit details
    Browse the repository at this point in the history
  7. autodeploy PRs (zardoy#218)

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    c248acc View commit details
    Browse the repository at this point in the history
  8. fix: correct syntax for checking PR numbers in AUTO_DEPLOY_PRS in pre…

    …view.yml
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    46b7c20 View commit details
    Browse the repository at this point in the history
  9. ci: update variable name from env to vars in AUTO_DEPLOY_PRS check in…

    … preview.yml
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    fe447a7 View commit details
    Browse the repository at this point in the history
  10. ci: simplify PR number check logic using fromJSON in AUTO_DEPLOY_PRS …

    …in preview.yml
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    fcc07df View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ccdf736 View commit details
    Browse the repository at this point in the history
  12. ci: enhance trigger conditions for deployment in preview.yml using va…

    …riables for issue comments and pull requests
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    2685f23 View commit details
    Browse the repository at this point in the history
  13. ci: add push event trigger and refine deployment conditions in previe…

    …w.yml for improved deployment handling
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    50aec6a View commit details
    Browse the repository at this point in the history
  14. check that!

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    4e3a4d4 View commit details
    Browse the repository at this point in the history
  15. ci: trying to fix auto preview workflow! (zardoy#221)

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    8734a3b View commit details
    Browse the repository at this point in the history
  16. ci: update event trigger from pull_request to pull_request_target in …

    …preview.yml (fix)
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    0964d67 View commit details
    Browse the repository at this point in the history
  17. ci: refactor deployment workflow in preview.yml by removing unused ch…

    …ecks and adding alias retrieval step
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    656a1db View commit details
    Browse the repository at this point in the history
  18. fix: don’t display advanced stats on prod deploy

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    d210aa4 View commit details
    Browse the repository at this point in the history
  19. fix: never get stuck in unloaded chunks! @sa2urami

    feat: fully supported spectator mode & basic creative fly fixes
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    474aaff View commit details
    Browse the repository at this point in the history
  20. feat: 1.21.1 support

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    21cf365 View commit details
    Browse the repository at this point in the history
  21. ci: fix lint

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    c10c938 View commit details
    Browse the repository at this point in the history
  22. should fix publishing to npm

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    4a79840 View commit details
    Browse the repository at this point in the history
  23. fix: don't crash and conflict with g663 spyware installed

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    db569c2 View commit details
    Browse the repository at this point in the history
  24. fix: fix some blocks were rendered as transparent in old versions. Sp…

    …eed up Greenfield renderer by 18% in tunnels.
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    34be348 View commit details
    Browse the repository at this point in the history
  25. fix: some areas in old world were competely white

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    6ab4aa1 View commit details
    Browse the repository at this point in the history
  26. feat: optimize slabs render performance by rendering less not visible…

    … tiles
    
    Improve performance in Greenfield by 6%
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    dfec632 View commit details
    Browse the repository at this point in the history
  27. feat: turn back smooth lighting on old maps

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    63c8c49 View commit details
    Browse the repository at this point in the history
  28. feat: server resource packs (zardoy#215)

    Co-authored-by: Mqx <[email protected]>
    2 people authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    3d58185 View commit details
    Browse the repository at this point in the history
  29. fix: don't make text move in loading screens

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    049e6c4 View commit details
    Browse the repository at this point in the history
  30. fix: (latest) or (offline) status text was not displayed sometimes af…

    …ter the page load
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    2e5e1bd View commit details
    Browse the repository at this point in the history
  31. fix: don't reset the world in mesher after resourece pack textures up…

    …date
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    09ee9f6 View commit details
    Browse the repository at this point in the history
  32. feat: format disconnect messages from minecraft servers (display corr…

    …ectly)
    
    fixes zardoy#26
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    30bf7b8 View commit details
    Browse the repository at this point in the history
  33. feat: write published version name on prod website!

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    570edde View commit details
    Browse the repository at this point in the history
  34. fix: fix entities display on old versions like 1.8

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    41b7d48 View commit details
    Browse the repository at this point in the history
  35. spectator gamemode fixes

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    a6d5a6f View commit details
    Browse the repository at this point in the history
  36. fix: fix display names in inventories on 1.8

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    b2cc805 View commit details
    Browse the repository at this point in the history
  37. fix auth err message

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    eba6bf3 View commit details
    Browse the repository at this point in the history
  38. send connecting version to auth endpoint

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    dd4788d View commit details
    Browse the repository at this point in the history
  39. do a restoredData validation

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    1fa5bcf View commit details
    Browse the repository at this point in the history
  40. fix the auth check

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    a8aec5f View commit details
    Browse the repository at this point in the history
  41. fox issues with chat on 1.8

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    e207a89 View commit details
    Browse the repository at this point in the history
  42. hotfix: disable fly after going out of spectator mode

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    8f69b60 View commit details
    Browse the repository at this point in the history
  43. ci: fix release info writing

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    ef748ee View commit details
    Browse the repository at this point in the history
  44. update npm banner to a working one

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    a664503 View commit details
    Browse the repository at this point in the history
  45. feat: allow singleplayer mode to be triggered by 'sp=1' query paramet…

    …er along with `singleplayer=1`
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    2dc3463 View commit details
    Browse the repository at this point in the history
  46. docs: add deploy to Koyeb button

    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    5c64576 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    1b07550 View commit details
    Browse the repository at this point in the history
  48. fix: Error messages were not displayed after unsuccessful Microsoft a…

    …uth. Fixed all error messages.
    zardoy authored and gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    da8ffc2 View commit details
    Browse the repository at this point in the history
  49. last version

    gguio committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    35e2433 View commit details
    Browse the repository at this point in the history