Historie revizí

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