Skip to content
Snippets Groups Projects
  1. Aug 30, 2017
  2. Jul 06, 2017
  3. Jun 01, 2017
  4. May 31, 2017
  5. May 29, 2017
  6. May 22, 2017
  7. May 21, 2017
  8. May 20, 2017
  9. May 19, 2017
  10. May 17, 2017
  11. May 15, 2017
  12. 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
  13. Apr 26, 2017
  14. Apr 17, 2017
  15. Apr 14, 2017
  16. Apr 13, 2017
  17. Apr 06, 2017
  18. Mar 21, 2017
  19. Mar 20, 2017
  20. Mar 07, 2017
  21. Mar 03, 2017
  22. Feb 21, 2017
  23. Feb 20, 2017
Loading