Skip to content
Snippets Groups Projects
  1. Sep 10, 2017
  2. Sep 06, 2017
  3. Aug 30, 2017
  4. Jul 06, 2017
  5. Jun 01, 2017
  6. May 31, 2017
  7. May 29, 2017
  8. May 22, 2017
  9. May 21, 2017
  10. May 20, 2017
  11. May 19, 2017
  12. May 17, 2017
  13. May 15, 2017
  14. May 10, 2017
    • Geddings Barrineau's avatar
      Fixed a bug in the Topology Manager dealing with Archipelagos and clusters. (#750) · 7c756148
      Geddings Barrineau authored
      * Fixed a bug in the Topology Manager dealing with Archipelagos and clusters. Also fixed a few broken tests.
      
      The bug in question came in two parts:
      1) The way a Cluster hashcode was previously calculated meant that any cluster with an ID less than 2^32 was given a hashcode of 0. The Cluster hashCode function has been fixed.
      and
      2) Archipelagos were previously stored in a HashSet. This was a mistake as archipelagos are by currently mutable objects. This meant that if an archipelago was modified, its hashcode would be modified as well, making it impossible to retrieve the archipelago in question from the HashSet of archipelagos. To fix this problem, archipelagos are now stored in a List.
      7c756148
  15. Apr 26, 2017
  16. Apr 17, 2017
  17. Apr 14, 2017
  18. Apr 13, 2017
  19. Apr 06, 2017
  20. Mar 21, 2017
  21. Mar 20, 2017
  22. Mar 07, 2017
  23. Mar 03, 2017
Loading