|
|
1ae67bb616
|
address remaining vertical duplicate issue (I was returning 1 from getTopmostY's loop, when I was meant to be returning 0)
|
2025-07-08 08:00:37 +01:00 |
|
|
|
0b954f81a1
|
progress with merging vertically
|
2025-07-08 07:52:26 +01:00 |
|
|
|
ee3764b253
|
code additional merging functions, which merge vertically and horizontally as much as possible
|
2025-07-08 03:18:57 +01:00 |
|
|
|
12cfe7a04e
|
rewrite merge functions which query grid instead of quad tree (only partially)
|
2025-07-08 03:07:24 +01:00 |
|
|
|
aca7acc232
|
done writing merge function
|
2025-07-08 00:42:46 +01:00 |
|
|
|
9bf5e2e68b
|
write all preparatory merging functions; only need to write top level merge function now.
|
2025-07-08 00:25:52 +01:00 |
|
|
|
0464dd1ce3
|
implement functions to get leftmost and rightmost x coordinates with mergeable items
|
2025-07-07 23:52:24 +01:00 |
|
|
|
fb2bc76c10
|
code search function to query quad tree
|
2025-07-07 23:08:47 +01:00 |
|
|
|
ab9e1e23d0
|
make odd-number-division case more explicit when building quad tree
|
2025-07-07 22:37:01 +01:00 |
|
|
|
6b5c0d9ba1
|
preparation for functorising quad tree
|
2025-07-07 02:36:29 +01:00 |
|
|
|
bd97aeceac
|
clean up quad tree code, deleting unused functions and removing intermediate some data structures
|
2025-07-07 02:18:15 +01:00 |
|
|
|
9b2f3e90cb
|
amend bug relating to being unable to select on quad tree, related to dividing odd numbers by 2 (because performing integer division on an odd number by 2 results in rounding, which we don't want)
|
2025-07-07 01:48:15 +01:00 |
|
|
|
dc2a52bcc8
|
improve graph lines
|
2025-07-06 17:50:46 +01:00 |
|
|
|
bba293d406
|
fix bug in not properly updating squares vector
|
2025-07-06 15:52:10 +01:00 |
|
|
|
2e0549097e
|
begin merging files which were previously in temp-squares directory into main
|
2025-07-06 14:56:54 +01:00 |
|