Commit Graph

80 Commits

Author SHA1 Message Date
485f04e6a2 More logging 2022-11-03 18:16:53 +01:00
12d7f9b78c pathLength => Timespent 2022-11-02 18:09:30 +01:00
d23cf87dd4 Nullable Node 2022-11-02 18:07:22 +01:00
f50961d37c
Merge pull request #7 from C9Glax/temp
dev
2022-11-01 16:08:38 +01:00
1ade0ce1af Added id for future use 2022-11-01 05:09:17 +01:00
a1e3a60c48 Added id for future use 2022-11-01 05:09:01 +01:00
7e8d8e2a74 Different Call 2022-11-01 05:08:52 +01:00
681cb25ecf Streamlined pathfinding 2022-11-01 05:08:09 +01:00
2cae5539b5 Improved Import for less memory Usage 2022-11-01 03:52:23 +01:00
4f65e2ea8d Changed Waystructure 2022-11-01 02:02:38 +01:00
7c3b9a4e71 refactor 2022-10-31 23:10:42 +01:00
bd06937b55 Readkey 2022-10-31 23:10:33 +01:00
77bc712eba double to float 2022-10-31 23:10:28 +01:00
13dd052c3d Update Readme 2022-05-11 22:25:09 +02:00
569b10cc8a Update readme 2022-05-11 22:24:12 +02:00
f4d2e3dacd
Merge pull request #6 from C9Glax/dev
Speed Improvements and Bugfixes
2022-05-11 22:21:58 +02:00
04979c5159 Changed Logging 2022-05-11 22:18:33 +02:00
559e26891e Added more logging,
Fixed map loading
2022-05-11 22:18:13 +02:00
97d3cc8af9 Fixed Comparer (was sorting largest to smallest),
Added second check to ensure shortest path
2022-05-11 22:17:44 +02:00
e212aeef0d Rewrote Edge-adding 2022-05-11 21:30:54 +02:00
e0f17c1953 Added custom-file functionality 2022-05-11 21:13:33 +02:00
69a97d628f Fixed missing nodes on import 2022-05-11 21:04:43 +02:00
2d7b13181e
Merge pull request #5 from C9Glax/dev
Improved route calculation and import
2022-05-11 20:42:33 +02:00
8942dc5e35 Improved Importer:
Only junctions are imported
2022-05-11 20:41:47 +02:00
52254de1aa Intellisense 2022-05-11 20:25:13 +02:00
f38f7f4c87 changed weight calculation based on waytype 2022-05-11 20:13:19 +02:00
db7ca6141a
Merge pull request #4 from C9Glax/dev
Capitalzation
2022-05-11 20:00:30 +02:00
48090b3cbd
Merge branch 'main' into dev 2022-05-11 20:00:23 +02:00
f9e90663bb Catchup with bced45f688 2022-05-11 19:49:49 +02:00
a700d429d4 Update with 0ad913e54b 2022-05-11 19:45:35 +02:00
5a33c29259
Merge pull request #3 from C9Glax/dev
Logging to Separate Project
2022-05-11 19:05:38 +02:00
bced45f688 Moved Logging to https://github.com/C9Glax/Logging 2022-05-11 19:04:42 +02:00
d76a9baf3a Moved Logging to https://github.com/C9Glax/Logging 2022-05-11 19:04:15 +02:00
f2db3e5395
Update README.md 2022-05-06 01:02:33 +02:00
b38f99670f Merge branch 'main' of https://github.com/C9Glax/astar 2022-05-06 00:58:28 +02:00
04cef8c328 Release 0.1 2022-05-06 00:58:16 +02:00
da80e74cae
Merge pull request #2 from C9Glax/dev
dev branch test
2022-05-06 00:50:18 +02:00
aa9f5a1bad test revert 2022-05-06 00:49:41 +02:00
6eae4df1f3 test 2022-05-06 00:49:16 +02:00
1384abfaf2 Optional Logger 2022-05-06 00:47:57 +02:00
d29ab7e01e Relocated Import 2022-05-06 00:40:58 +02:00
66f4641fb7 supress warning 2022-05-06 00:40:45 +02:00
31a61b3000 Short Type 2022-05-06 00:32:45 +02:00
cfaaeceb27 reader close 2022-05-06 00:31:35 +02:00
44511beb02 Added pathlength to goaldistance criteria 2022-05-06 00:31:26 +02:00
f6d5fe5905 Implementation of A* 2022-05-06 00:02:28 +02:00
0760803685 Fixed missing node-import, Changed loglevels 2022-05-06 00:02:10 +02:00
c27d5094a5 Fixed Debug levels 2022-05-06 00:01:23 +02:00
2b3a1bb5bc changed weight factor to double 2022-05-06 00:01:02 +02:00
7c61d9565b Fixed level 2022-05-05 23:47:15 +02:00