Skip to content
Snippets Groups Projects
  1. Oct 27, 2017
  2. Oct 16, 2017
  3. Oct 13, 2017
  4. Sep 28, 2017
  5. Sep 22, 2017
  6. Sep 18, 2017
  7. Sep 14, 2017
  8. Sep 04, 2017
  9. Sep 01, 2017
  10. May 22, 2017
  11. May 15, 2017
  12. Jan 24, 2017
  13. Jan 06, 2017
  14. Nov 29, 2016
  15. Sep 20, 2016
    • Timo Koch's avatar
      Merge branch 'feature/growth-insertion-index' into 'master' · a33c11bc
      Timo Koch authored
      Feature/growth insertion index
      
      Feature request
      *****************
      * Each element has a` growthInsertionIndex` that can be queried using a grid method with the same name.
      * This index is only valid between calling `grow()` and `postGrow()` and only for elements that have been inserted using the grids `insertElement` method.
      * It can be used to attach user data to an element inserted with the `insertElement` method, because we don't know at insertion time (before calling `grow()`) which index or id the element will have in the grid. 
      * The concept is very similar to the `insertionIndex` of the factory with the difference that the validity of the index is only temporary.
      
      I'm open to any suggestion how to make this better or also renaming of the interface function.
      Without this it's impossible to attach data to a newly created element at creation time, i.e. it's impossible to distinguish between new elments that were inserted together using insertElement().
      
      This branch is based on !14 
      
      See merge request !15
      a33c11bc
  16. Aug 25, 2016
    • Oliver Sander's avatar
      Merge branch 'bugfix/double-vertex-insertion' into 'master' · 87c521ad
      Oliver Sander authored
      Bugfix/double vertex insertion
      
      When inserting two element that share a new vertex this vertex was inserted twice
      resulting in a disconnected grid. The check if a vertex is already inserted was
      already in place, however the map had the wrong scope and the pointer written
      in the map was a pointer to the grid entity not the entity in the to-be-inserted queue.
      
      See merge request !14
      87c521ad
  17. Aug 22, 2016
  18. Apr 19, 2016
  19. Apr 18, 2016
Loading