Commit Graph

32 Commits

Author SHA1 Message Date
029d24ce61
added color calculator 2024-07-03 01:55:11 +02:00
ecdf3d30eb
moved utils to src/utils 2024-07-03 01:54:44 +02:00
60416e447c
added dirty to move + improved syntax 2024-07-02 17:09:37 +02:00
0077a768e8
improved autosave + added last opened file 2024-07-02 17:01:00 +02:00
b9bcbf829d
added autosave + dirty status 2024-07-02 17:00:49 +02:00
691cb7da73
changed auto length calculation 2024-07-02 16:59:08 +02:00
efc88658ee
added basic save/load 2024-07-02 16:55:30 +02:00
5d99a0d2c5 added node movability 2024-07-02 00:10:56 +02:00
258b2613d5 changed node naming system to post-creation 2024-07-01 23:41:48 +02:00
efe158f83f added drag-selection 2024-07-01 23:15:54 +02:00
77f11a7440 added deletion 2024-07-01 21:56:07 +02:00
df8198ef94 added multiple selection and corresponding features 2024-07-01 12:57:10 +02:00
c09db757bc added edge selection 2024-06-30 23:24:07 +02:00
f53dab338a Added edge creation and rendering 2024-06-30 23:02:15 +02:00
25f1b20a7a Merge branch 'feat/graph-edition' of https://git.kb28.ch/HEL/LycacraftMaps into feat/graph-edition 2024-06-30 22:16:09 +02:00
28a0ad26ce added node selection and changed hovering to single node at a time 2024-06-30 22:13:06 +02:00
3e3dbcdda8
fixed zero division with async total 2024-06-30 22:10:36 +02:00
6351381789 added names to nodes: made node creator functional (you can type node name), added node name display when hovering 2024-06-30 21:26:15 +02:00
d1bcdcd530 Added node creation by left-click, node drawing and first part of node creator panel drawing 2024-06-30 20:27:24 +02:00
9870a643dd Split dijkstra.py into three files: node, edge, graph 2024-06-30 19:09:47 +02:00
509c7fec8a
added CTRL+LMB drag 2024-06-30 18:56:26 +02:00
68b1496427
reformatted + added types to dijkstra.py 2024-06-30 18:55:42 +02:00
ff2c184c65 added dijkstra.py file to utils 2024-06-30 00:08:20 +02:00
075ac738e4
added map image to git 2024-06-29 23:02:08 +02:00
a8d3aa64a1
made loading async + added progress bar 2024-06-29 22:50:24 +02:00
bbb248da16
moved maps to cache dir 2024-06-29 22:50:24 +02:00
ca74986b82
added mouse coordinates + crosshair 2024-06-29 22:50:23 +02:00
9346637462
improved performances + added zoom slider 2024-06-29 22:50:23 +02:00
c7d84246b4
added basic map rendering 2024-06-29 22:50:22 +02:00
9402a7eeb9
added script to split map image 2024-06-29 22:50:22 +02:00
430f619f2e
initial commit 2024-06-29 22:50:15 +02:00
07bcc5de06 Initial commit 2024-06-29 20:24:36 +00:00