[go: up one dir, main page]

Menu

Commit [r372]  Maximize  Restore  History

orebeltDB:

- Djikstra Graph Pathfinding: tidy up SolarSystemsDataList
- Djikstra Graph Pathfinding: EvePathFinder got IDisposable and testing methods for the internal Dijkstra NGenerics 1.4.1.0 stuff.
This is located at "// find the edge with the lowest cost."
- Neighbours stuff moved to a new class MapNeighbourProvider
- SolarSystemExtensions are in mapSolarSystem.cs for testing; !!move this to an extra file!!
- MapForm uses the new EvePathFinder. There is still an error with the Neighbours-resolution range > 1.
- SampleDis input is now the more generic IList<ImapSolarSystem> instead of mapSolarSystemsCollection.
issue #0000110

Jedzia 2010-06-17

changed /trunk/DB/orebeltDB/Graph/DijkstrasAlgorithmSpecial.cs
changed /trunk/DB/orebeltDB/Graph/EvePathFinder.cs
added /trunk/DB/orebeltDB/Graph/MapNeighbourProvider.cs
changed /trunk/DB/orebeltDB/Jedzia.DB.orebeltDB.csproj
changed /trunk/DB/orebeltDB/data/SolarSytemsDataList.cs
changed /trunk/DB/orebeltDB/data/evedb/NeighbourSystemDictionary.cs
changed /trunk/DB/orebeltDB/data/evedb/mapSolarSystem.cs
changed /trunk/Graph/Projector3d/SampleDis.cs
changed /trunk/dbfuck/Forms/MapForm.cs
changed /trunk/dbfuckTesting/Form1.cs