about summary refs log tree commit diff stats
path: root/src/tracker_panel.h
Commit message (Collapse)AuthorAgeFilesLines
* Optimized TrackerPanel refreshStar Rauchenberger3 days1-0/+3
| | | | Scaling the map image, determining which map areas are active, placing each area indicator, and positioning the area popups now only happen when necessary (the panel is resized / DPI changed, new connection, hunt settings changed). Notably, this means that updating indicators in a regular way such as from clearing locations will not have to resize the image or reposition windows. It will just redraw all of the indicators on the map image.
* Optimized AreaPopup indicatorsStar Rauchenberger3 days1-1/+1
| | | | The list of indicators and the size of the window are calculated only when necessary (new connection, DPI changed, or hunt panel settings changed) and otherwise all we do is redraw the image.
* Better high-DPI handling for rest of appStar Rauchenberger5 days1-0/+4
|
* Added solved panels over IPCStar Rauchenberger2024-12-171-0/+2
|
* Added savedata analyzerStar Rauchenberger2024-07-191-0/+19
|
* Merge branch 'future'Star Rauchenberger2024-04-221-1/+1
|\
| * Added sunwarp shuffleStar Rauchenberger2024-03-021-1/+1
| |
* | Added player position trackingStar Rauchenberger2024-04-031-0/+7
|/
* Support reduce_checksStar Rauchenberger2023-05-091-0/+1
|
* Organised repoStar Rauchenberger2023-05-051-0/+39