Commit Graph

63 Commits

Author SHA1 Message Date
bb0dd03e0f Override GetHashCode() 2023-02-07 23:53:25 +01:00
79babc036f Housekeeping 2023-02-07 23:53:07 +01:00
4057554c7d Added constructor with tags import 2023-02-07 23:52:57 +01:00
0a9d5cfdfb Removed unnessecary inheritance 2023-02-07 23:52:23 +01:00
e265c56bce Datastructure rewrite 2023-02-06 17:32:55 +01:00
2c18162398 tags adding TryAdd instead of Add 2023-02-05 20:45:53 +01:00
f868f5ba2d Removed unesseccary console clutter 2023-02-05 20:45:33 +01:00
e3dabf8cb7 override Equals with check if lat and lon are equal 2023-02-05 20:03:33 +01:00
3350d8e3b9 Added GetNode(Coordinates coordinates)
Added GetNode(ulong id)
Instead of returning null in LoadRegion now throw an exception when file is not found.
Added some Method descriptors
2023-02-05 20:02:22 +01:00
8c8aadc2e1 Split highwayType.cs into multipleFiles and added most common tags 2023-02-05 20:00:00 +01:00
27cce159a4 Moved RegionManager inside of Importer as RegionStruct,
Moved Regionsize var to Region
2023-02-03 23:34:51 +01:00
7d3d46c505 Moved ByteConverter to Datastructur 2023-02-03 23:33:43 +01:00
311afcc02f Split into Datastructure, Added ByteConverter, Full Split & Load 2023-02-03 21:13:51 +01:00