about summary refs log tree commit diff stats
path: root/tracker_frame.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Organised repoStar Rauchenberger2023-05-051-86/+0
|
* Refactored APStateStar Rauchenberger2023-05-031-4/+5
| | | | It is no longer a class, because it didn't need to be.
* Connection details are saved locallyStar Rauchenberger2023-05-031-0/+6
|
* Changes to make it work better on WindowsStar Rauchenberger2023-05-031-1/+1
| | | | AreaWindows are now no longer separate controls but are instead just painted onto the TrackerPanel. This lets us avoid the complexity of z-ordering with sibling controls. We can also use the mouse motion event to display and hide the popups, which conveniently doesn't fire when the mouse is over a popup, so the popup won't hide until you mouse off of the window AND popup.
* Added reachability checking (only no doors rn)Star Rauchenberger2023-05-021-3/+19
|
* Map + popups reflect checked locationsStar Rauchenberger2023-05-021-1/+6
|
* Tracker connects to AP nowStar Rauchenberger2023-05-021-0/+21
|
* Show locations popup when hovering over areaStar Rauchenberger2023-05-021-0/+2
|
* Added map backgroundStar Rauchenberger2023-05-011-0/+6
|
* Initial commitStar Rauchenberger2023-05-011-0/+29