Historial de Commits

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