coriolis/anabatic/src
Jean-Paul Chaput d9e124797b Anabatic transient commit 6 "Somatoline, ca marche!".
* Bug: In Anabatic:
    - In Dijktra::load(), do not create Contact while looping over the Net's
      components (for RoutingPads).
    - In Dijkstra::propagate(), reset the connexId of reached Vertexes
      on updating the stamp to avoid using connexId from previous runs.
        Push the vertexes on the queue while backtracking (with a distance
      of 0.0). Do not reset the "_from" as we need it in Dijkstra::toWires()
      to know how were the routing is.
    - In Edge::getDistance(), convert to float more early so the normalisation
      do not always end up in zero.
    - In GCell::_add(), when the axis of the new edge is equal to one already
      on the given side, adds it *after* the existing edge and not before.
      (to be coherent with the way GCells are split in two)
    - In GCell::hcut() and GCell::vcut(), create an Edge if is equal to X/Y Max,
      *but* the new chunk is flat. The new chunk is then expected to expand
      "below".
    - In GraphicsAnabaticEngine::drawGCell(), display the id of the GCell in
      a small box at the center of it's bounding box. Nothing displayed for
      flat GCells, to avoid cluttering.
2016-06-05 18:38:09 +02:00
..
anabatic Anabatic transient commit 6 "Somatoline, ca marche!". 2016-06-05 18:38:09 +02:00
AnabaticEngine.cpp Anabatic transient commit 4. 2016-05-30 11:30:29 +02:00
CMakeLists.txt Anabatic transient commit 4. 2016-05-30 11:30:29 +02:00
Configuration.cpp Anabatic transient commit 4. 2016-05-30 11:30:29 +02:00
Constants.cpp Anabatic transient commit 3. 2016-05-26 18:30:03 +02:00
Dijkstra.cpp Anabatic transient commit 6 "Somatoline, ca marche!". 2016-06-05 18:38:09 +02:00
Edge.cpp Anabatic transient commit 6 "Somatoline, ca marche!". 2016-06-05 18:38:09 +02:00
Edges.cpp Anabatic transient commit 6 "Somatoline, ca marche!". 2016-06-05 18:38:09 +02:00
GCell.cpp Anabatic transient commit 6 "Somatoline, ca marche!". 2016-06-05 18:38:09 +02:00
GraphicAnabaticEngine.cpp Anabatic transient commit 6 "Somatoline, ca marche!". 2016-06-05 18:38:09 +02:00
Matrix.cpp Anabatic transient commit 6 "Somatoline, ca marche!". 2016-06-05 18:38:09 +02:00
PyAnabatic.cpp Anabatic transient commit 1. 2016-05-23 16:15:25 +02:00
PyAnabaticEngine.cpp Anabatic transient commit 3. 2016-05-26 18:30:03 +02:00
PyGraphicAnabaticEngine.cpp Anabatic transient commit 1. 2016-05-23 16:15:25 +02:00