about summary refs log tree commit diff stats
path: root/area_window.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changes to make it work better on WindowsStar Rauchenberger2023-05-031-68/+0
| | | | 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/+13
|
* Map + popups reflect checked locationsStar Rauchenberger2023-05-021-1/+19
|
* Show locations popup when hovering over areaStar Rauchenberger2023-05-021-10/+6
|
* Sorted locations into map areasStar Rauchenberger2023-05-021-0/+5
|
* Added areas to mapStar Rauchenberger2023-05-021-0/+39