Commit History

Autor SHA1 Mensaxe Data
  Rémi Verschelde 140350d767 Style: Enforce braces around if blocks and loops %!s(int64=4) %!d(string=hai) anos
  Rémi Verschelde a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) %!s(int64=4) %!d(string=hai) anos
  Rémi Verschelde b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks %!s(int64=4) %!d(string=hai) anos
  Rémi Verschelde 3d15f04668 Style: clang-format: Disable AllowShortIfStatementsOnASingleLine %!s(int64=4) %!d(string=hai) anos
  Rémi Verschelde 49646383f1 Update copyright statements to 2021 %!s(int64=4) %!d(string=hai) anos
  Rémi Verschelde 51de6732c9 AStar: Make get_closest_point() deterministic for equidistant points %!s(int64=5) %!d(string=hai) anos
  Yuri Roubinsky 5914fdc067 Implements estimate/compute_cost for AStar2D %!s(int64=5) %!d(string=hai) anos
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 %!s(int64=5) %!d(string=hai) anos
  Shiqing aac7ddf89f Emit an error rather than crash in A* %!s(int64=6) %!d(string=hai) anos
  Rémi Verschelde ed373a60b1 Merge pull request #30556 from kawa-yoiko/astar-directed %!s(int64=6) %!d(string=hai) anos
  Shiqing c2b824687d Reduce memory usage for edges in A* and add tests %!s(int64=6) %!d(string=hai) anos
  Hanif Bin Ariffin 7b3790d2cc Add option to consider disable points %!s(int64=6) %!d(string=hai) anos
  Shiqing 98136418ac Improve support for directed graphs in AStar %!s(int64=6) %!d(string=hai) anos
  Robin Hübner 1031833fb0 allow to reserve space in OAHashMap explicitly and also in AStar. %!s(int64=6) %!d(string=hai) anos
  Robin Hübner 4bac393549 astar performance improvements, use oahashmap %!s(int64=6) %!d(string=hai) anos
  Craigory V Coppola dc9659a9bf AStar get_closest_point/get_closest_position_in_segment enabled consideration %!s(int64=6) %!d(string=hai) anos
  Rémi Verschelde 43a9b8c76c Merge pull request #27237 from Chaosus/astar_2d %!s(int64=6) %!d(string=hai) anos
  Chaosus cc94a95fc9 Fix AStar set/is_point_disabled crash %!s(int64=6) %!d(string=hai) anos
  Daw11 605c5c71f4 Save inside the Points of AStar the neighbours that aren't connected %!s(int64=6) %!d(string=hai) anos
  Chaosus 0bc37de744 Added 2D functions to AStar %!s(int64=6) %!d(string=hai) anos
  Daw11 cc7be6c643 Use a binary heap for the open list of Astar %!s(int64=6) %!d(string=hai) anos
  Chaosus cc71fb2308 Added functions to AStar for disable/enable points %!s(int64=6) %!d(string=hai) anos
  marxin 8d51618949 Add -Wshadow=local to warnings and fix reported issues. %!s(int64=6) %!d(string=hai) anos
  hedin c496781bf6 fixed AStar improper point deletion (leads to crash) %!s(int64=6) %!d(string=hai) anos
  Bojidar Marinov e34a4c63a7 Fix AStar crashing with large (>1e30) estimated values %!s(int64=6) %!d(string=hai) anos
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 %!s(int64=6) %!d(string=hai) anos
  Rémi Verschelde b4c1d40869 Merge pull request #21492 from Maykeye/astar %!s(int64=7) %!d(string=hai) anos
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path %!s(int64=7) %!d(string=hai) anos
  Maykeye 40562a67c8 Changed A* exit condition, added 2 tests for it %!s(int64=7) %!d(string=hai) anos
  Danny 9b60bb2c7c Change the neighbours vector to a set in AStar %!s(int64=7) %!d(string=hai) anos