about summary refs log tree commit diff stats
path: root/src/tracker_panel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed area popup sizing near max heightStar Rauchenberger4 days1-4/+8
|
* Optimized TrackerPanel refreshStar Rauchenberger4 days1-49/+67
| | | | 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 Rauchenberger4 days1-4/+11
| | | | 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.
* Added postgame detectionStar Rauchenberger6 days1-2/+10
|
* Better high-DPI handling for rest of appStar Rauchenberger7 days1-3/+12
|
* Added setting for disabling player position trackingStar Rauchenberger8 days1-4/+7
|
* Added solved panels over IPCStar Rauchenberger2024-12-171-2/+8
|
* Added getting player position from IPCStar Rauchenberger2024-12-171-8/+19
|
* Save analysis uses remote location for non-counting panelsStar Rauchenberger2024-07-241-6/+9
|
* Panel icon should be red for unreachable checked paintingsStar Rauchenberger2024-07-241-3/+2
|
* Added savedata analyzerStar Rauchenberger2024-07-191-3/+51
|
* Added remaining painting areasStar Rauchenberger2024-06-061-1/+2
|
* Proper painting reachability detectionStar Rauchenberger2024-06-061-3/+4
|
* Show unchecked paintingsStar Rauchenberger2024-05-291-0/+14
|
* Double buffered painting looks betterStar Rauchenberger2024-05-141-1/+5
|
* Added player position trackingStar Rauchenberger2024-04-031-0/+32
|
* Make win condition checkableStar Rauchenberger2024-02-181-1/+3
|
* Area popups are now paintedStar Rauchenberger2024-01-191-4/+6
| | | | Instead of being a bunch of controls. This fixes the problem with the window being slow to drag around, and with items in lists disappearing. Overall W for me.
* Stop relying on correctly set working directoryStar Rauchenberger2023-11-261-1/+3
|
* Fixed hunt-only areas not showing up for huntsStar Rauchenberger2023-11-171-1/+2
|
* Show hunt panels optionStar Rauchenberger2023-11-171-2/+8
|
* Added hybrid areas and settings dialogStar Rauchenberger2023-11-171-18/+40
|
* Use hardcoded AP ids nowStar Rauchenberger2023-09-171-6/+4
|
* Panelsanity supportStar Rauchenberger2023-08-251-5/+11
|
* Support reduce_checksStar Rauchenberger2023-05-091-1/+9
|
* Refactored away singletonsStar Rauchenberger2023-05-051-3/+3
| | | | (Except TrackerConfig, for now at least)
* Organised repoStar Rauchenberger2023-05-051-0/+149