ladybird/Userland/Applications/Maps
kleines Filmröllchen 614ff9c46e Maps: Load tiles starting from center
The information the user is most interested in is usually in the center,
so we should start loading tiles from the center and move outwards.
Since tiles are loaded in draw order, simply drawing them in this order
achieves the desired effect. The current center-outwards loading
algorithm is a basic spiral algorithm, but others may be evaluated
later.
2023-09-30 11:11:05 +02:00
..
CMakeLists.txt Maps: Add search panel 2023-09-24 20:05:33 -06:00
main.cpp Base+Maps: Add manpage for Maps 2023-09-25 16:20:20 +01:00
MapWidget.cpp Maps: Load tiles starting from center 2023-09-30 11:11:05 +02:00
MapWidget.h Maps: Add search panel 2023-09-24 20:05:33 -06:00
SearchPanel.cpp Maps: Add search panel 2023-09-24 20:05:33 -06:00
SearchPanel.gml Maps: Add search panel 2023-09-24 20:05:33 -06:00
SearchPanel.h Maps: Add search panel 2023-09-24 20:05:33 -06:00
UsersMapWidget.cpp Maps: Add search panel 2023-09-24 20:05:33 -06:00
UsersMapWidget.h Maps: Add search panel 2023-09-24 20:05:33 -06:00