Historie revizí

Autor SHA1 Zpráva Datum
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 před 4 roky
  Marcel Admiraal 5b937d493f Rename empty() to is_empty() před 4 roky
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already před 5 roky
  Rémi Verschelde 187ba4c5a8 AStar: Make get_closest_point() deterministic for equidistant points před 5 roky
  Andrii Doroshenko (Xrayez) 69d5de632e Split `Geometry` singleton into `Geometry2D` and `Geometry3D` před 5 roky
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops před 5 roky
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks před 5 roky
  Rémi Verschelde 1f6f364a56 Port member initialization from constructor to declaration (C++11) před 5 roky
  Rémi Verschelde e956e80c1f Style: clang-format: Disable AllowShortIfStatementsOnASingleLine před 5 roky
  lupoDharkael 95a1400a2a Replace NULL with nullptr před 5 roky
  Yuri Roubinsky bad77bcb52 Implements estimate/compute_cost for AStar2D před 5 roky
  Juan Linietsky 33b5c57199 Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. před 5 roky
  Juan Linietsky 3205a92ad8 PoolVector is gone, replaced by Vector 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