Histórico de Commits

Autor SHA1 Mensagem Data
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 há 4 anos atrás
  Marcel Admiraal 5b937d493f Rename empty() to is_empty() há 4 anos atrás
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already há 5 anos atrás
  Rémi Verschelde 187ba4c5a8 AStar: Make get_closest_point() deterministic for equidistant points há 5 anos atrás
  Andrii Doroshenko (Xrayez) 69d5de632e Split `Geometry` singleton into `Geometry2D` and `Geometry3D` há 5 anos atrás
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops há 5 anos atrás
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks há 5 anos atrás
  Rémi Verschelde 1f6f364a56 Port member initialization from constructor to declaration (C++11) há 5 anos atrás
  Rémi Verschelde e956e80c1f Style: clang-format: Disable AllowShortIfStatementsOnASingleLine há 5 anos atrás
  lupoDharkael 95a1400a2a Replace NULL with nullptr há 5 anos atrás
  Yuri Roubinsky bad77bcb52 Implements estimate/compute_cost for AStar2D há 5 anos atrás
  Juan Linietsky 33b5c57199 Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. há 5 anos atrás
  Juan Linietsky 3205a92ad8 PoolVector is gone, replaced by Vector há 5 anos atrás
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 há 5 anos atrás
  Shiqing aac7ddf89f Emit an error rather than crash in A* há 6 anos atrás
  Rémi Verschelde ed373a60b1 Merge pull request #30556 from kawa-yoiko/astar-directed há 6 anos atrás
  Shiqing c2b824687d Reduce memory usage for edges in A* and add tests há 6 anos atrás
  Hanif Bin Ariffin 7b3790d2cc Add option to consider disable points há 6 anos atrás
  Shiqing 98136418ac Improve support for directed graphs in AStar há 6 anos atrás
  Robin Hübner 1031833fb0 allow to reserve space in OAHashMap explicitly and also in AStar. há 6 anos atrás
  Robin Hübner 4bac393549 astar performance improvements, use oahashmap há 6 anos atrás
  Craigory V Coppola dc9659a9bf AStar get_closest_point/get_closest_position_in_segment enabled consideration há 6 anos atrás
  Rémi Verschelde 43a9b8c76c Merge pull request #27237 from Chaosus/astar_2d há 6 anos atrás
  Chaosus cc94a95fc9 Fix AStar set/is_point_disabled crash há 6 anos atrás
  Daw11 605c5c71f4 Save inside the Points of AStar the neighbours that aren't connected há 6 anos atrás
  Chaosus 0bc37de744 Added 2D functions to AStar há 6 anos atrás
  Daw11 cc7be6c643 Use a binary heap for the open list of Astar há 6 anos atrás
  Chaosus cc71fb2308 Added functions to AStar for disable/enable points há 6 anos atrás
  marxin 8d51618949 Add -Wshadow=local to warnings and fix reported issues. há 6 anos atrás
  hedin c496781bf6 fixed AStar improper point deletion (leads to crash) há 6 anos atrás