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

Refactoring the A* walkpath algorithm to use c++ features instead of magic words #8127

Closed
wants to merge 12 commits into from

Commits on Feb 9, 2024

  1. A* macros refactor

    AoShinRO committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    9404bcd View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. vstumpf requested changes

    AoShinRO committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    381524c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. pushing heap at start

    AoShinRO committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b0e4057 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. open_heap as new class

    AoShinRO committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a2b3528 View commit details
    Browse the repository at this point in the history
  2. indexing the heap

    AoShinRO committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1898589 View commit details
    Browse the repository at this point in the history
  3. cleaning a whitespace

    AoShinRO committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    de4726a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9f051a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15e2467 View commit details
    Browse the repository at this point in the history
  6. finished tracking by indexes

    AoShinRO committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2f8b599 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. done?

    AoShinRO committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4b76799 View commit details
    Browse the repository at this point in the history
  2. merging update func

    AoShinRO committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8f34d6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd3346d View commit details
    Browse the repository at this point in the history