Commit History

Author SHA1 Message Date
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 years ago
  Rafał Mikrut 7bd03b7188 Initialize class/struct variables with default values in core/ and drivers/ 4 years ago
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 4 years ago
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 years ago
  Rémi Verschelde 1f6f364a56 Port member initialization from constructor to declaration (C++11) 5 years ago
  Rémi Verschelde 13a9bfbca7 Style: Harmonize header guards to style guide [Core] 5 years ago
  Yuri Roubinsky bad77bcb52 Implements estimate/compute_cost for AStar2D 5 years ago
  Juan Linietsky 3205a92ad8 PoolVector is gone, replaced by Vector 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  Rémi Verschelde ed373a60b1 Merge pull request #30556 from kawa-yoiko/astar-directed 5 years ago
  Shiqing c2b824687d Reduce memory usage for edges in A* and add tests 6 years ago
  Hanif Bin Ariffin 7b3790d2cc Add option to consider disable points 6 years ago
  Shiqing 98136418ac Improve support for directed graphs in AStar 6 years ago
  Robin Hübner 1031833fb0 allow to reserve space in OAHashMap explicitly and also in AStar. 6 years ago
  Robin Hübner 4bac393549 astar performance improvements, use oahashmap 6 years ago
  Robin Hübner 7092dd9d58 remove unused self list include from astar 6 years ago
  JohnJLight 38d3bfe971 Made use of semicolons more consitent, fixed formatting 6 years ago
  Rémi Verschelde 43a9b8c76c Merge pull request #27237 from Chaosus/astar_2d 6 years ago
  Daw11 605c5c71f4 Save inside the Points of AStar the neighbours that aren't connected 6 years ago
  Chaosus 0bc37de744 Added 2D functions to AStar 6 years ago
  Daw11 cc7be6c643 Use a binary heap for the open list of Astar 6 years ago
  Chaosus cc71fb2308 Added functions to AStar for disable/enable points 6 years ago
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 years ago
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path 7 years ago
  Danny 9b60bb2c7c Change the neighbours vector to a set in AStar 7 years ago
  Rémi Verschelde e4213e66b2 Add missing copyright headers and fix formatting 7 years ago
  Rémi Verschelde b50a9114b1 Update copyright statements to 2018 7 years ago
  Rémi Verschelde 13c2ff9320 Style: Apply new clang-format 5.0 style to all files 7 years ago
  DmDerbin 4c79e58e3f AStar: implementation of get_point_connections 7 years ago
  Unknown 9b4c5989ad AStar: Add setters for point position and scale weight, cleanup 7 years ago