PickledGinger
  • Joined on 2024-06-29
PickledGinger pushed to feat/graph-edition at HEL/LycacraftMaps 2024-07-06 16:09:42 +00:00
6ffc11f607 Merge branch 'feat/graph-edition' of https://git.kb28.ch/HEL/LycacraftMaps into feat/graph-edition
713b7c32ca minor changes to line sizes
Compare 2 commits »
PickledGinger pushed to feat/graph-edition at HEL/LycacraftMaps 2024-07-03 22:36:41 +00:00
6265a4e9b2 added node types + changed selection coloring + reorganised editor.py
PickledGinger pushed to feat/graph-edition at HEL/LycacraftMaps 2024-07-03 20:55:17 +00:00
f04a014478 added color difference to named nodes + fixed node name readability
PickledGinger pushed to feat/graph-edition at HEL/LycacraftMaps 2024-07-03 20:34:10 +00:00
b3366e5cfe added edge types
PickledGinger pushed to feat/graph-edition at HEL/LycacraftMaps 2024-07-01 22:11:02 +00:00
5d99a0d2c5 added node movability
PickledGinger pushed to feat/graph-edition at HEL/LycacraftMaps 2024-07-01 21:41:56 +00:00
258b2613d5 changed node naming system to post-creation
PickledGinger pushed to feat/graph-edition at HEL/LycacraftMaps 2024-07-01 21:16:01 +00:00
efe158f83f added drag-selection
PickledGinger pushed to feat/graph-edition at HEL/LycacraftMaps 2024-07-01 19:56:14 +00:00
77f11a7440 added deletion
PickledGinger pushed to feat/graph-edition at HEL/LycacraftMaps 2024-07-01 10:57:36 +00:00
df8198ef94 added multiple selection and corresponding features
PickledGinger pushed to feat/graph-edition at HEL/LycacraftMaps 2024-06-30 21:24:19 +00:00
c09db757bc added edge selection
PickledGinger pushed to feat/graph-edition at HEL/LycacraftMaps 2024-06-30 21:02:21 +00:00
f53dab338a Added edge creation and rendering
PickledGinger pushed to feat/graph-edition at HEL/LycacraftMaps 2024-06-30 20:16:19 +00:00
25f1b20a7a Merge branch 'feat/graph-edition' of https://git.kb28.ch/HEL/LycacraftMaps into feat/graph-edition
28a0ad26ce added node selection and changed hovering to single node at a time
Compare 2 commits »
PickledGinger pushed to feat/graph-edition at HEL/LycacraftMaps 2024-06-30 19:26:26 +00:00
6351381789 added names to nodes: made node creator functional (you can type node name), added node name display when hovering
PickledGinger pushed to feat/graph-edition at HEL/LycacraftMaps 2024-06-30 18:27:33 +00:00
d1bcdcd530 Added node creation by left-click, node drawing and first part of node creator panel drawing
PickledGinger pushed to feat/graph-edition at HEL/LycacraftMaps 2024-06-30 17:10:01 +00:00
9870a643dd Split dijkstra.py into three files: node, edge, graph
PickledGinger pushed to main at HEL/LycacraftMaps 2024-06-30 16:29:34 +00:00
ff2c184c65 added dijkstra.py file to utils