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

Rework quadtree and tests #4798

Draft
wants to merge 23 commits into
base: master
Choose a base branch
from

Commits on Oct 5, 2024

  1. Rework quadtree

    ramon-bernardo committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    0065b9e View commit details
    Browse the repository at this point in the history
  2. Use stl array

    ramon-bernardo committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    35e0ee0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eee435c View commit details
    Browse the repository at this point in the history
  4. Use int32_t instead of fast int32_t and auto when possible; move east…

    …_leaf to the correct context.
    ramon-bernardo committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    e9d4f5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30976c9 View commit details
    Browse the repository at this point in the history
  6. Fix use map quadtree

    ramon-bernardo committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    b7c3159 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    081114f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18e1ea4 View commit details
    Browse the repository at this point in the history
  9. Add quadtree doc

    ramon-bernardo committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    cc7d235 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fe6172e View commit details
    Browse the repository at this point in the history
  11. Add quadtree doc

    ramon-bernardo committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    50b41c9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d7cf93e View commit details
    Browse the repository at this point in the history
  13. Fix quadtree

    ramon-bernardo committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    05f887e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Fix quadtree

    ramon-bernardo committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    e8c8d4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ade4eb8 View commit details
    Browse the repository at this point in the history
  3. Impl destructors

    ramon-bernardo committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    10594d5 View commit details
    Browse the repository at this point in the history
  4. Impl destructors

    ramon-bernardo committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    657d756 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26420d3 View commit details
    Browse the repository at this point in the history
  6. Remove const

    ramon-bernardo committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    6c301d9 View commit details
    Browse the repository at this point in the history
  7. Fix nullptr check

    ramon-bernardo committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    33f3b2a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ad4755 View commit details
    Browse the repository at this point in the history
  9. Add quadtree test

    ramon-bernardo committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    fce5839 View commit details
    Browse the repository at this point in the history
  10. Fix quadtree function

    ramon-bernardo committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    ab8a668 View commit details
    Browse the repository at this point in the history