about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Handled tilted subway itemsStar Rauchenberger36 hours4-7/+23
|
* New subway map paintingsStar Rauchenberger37 hours5-289/+298
|
* New subway map + fixed doorsStar Rauchenberger43 hours2-62/+68
| | | | | | | | TODO: - paintings - colors - tilted doors
* Prevent editing paintings pane cellsStar Rauchenberger44 hours2-0/+6
|
* Fixed area popup sizing near max heightStar Rauchenberger3 days2-4/+11
|
* Optimized TrackerPanel refreshStar Rauchenberger3 days2-49/+70
| | | | 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.
* Optimize ReportPopup refresh slightlyStar Rauchenberger3 days2-11/+24
| | | | It no longer resizes the window or vanishes if it is open during a refresh, and instead just redraws the image.
* Optimized AreaPopup indicatorsStar Rauchenberger3 days6-81/+125
| | | | 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.
* Created log windowStar Rauchenberger4 days7-5/+136
|
* Don't recalc from non-progression itemsStar Rauchenberger4 days2-2/+24
|
* Keep reachable doors/panels between reachability calcsStar Rauchenberger4 days1-1/+20
| | | | Receiving items/paintings shouldn't ever reduce access, so we can keep Yes decisions from prior runs (as long as we clear out everything when connecting to a new slot).
* Fix hunt panels not refreshing displayStar Rauchenberger4 days3-1/+5
|
* Added options paneStar Rauchenberger5 days7-0/+119
|
* Widened achievements pane to full widthStar Rauchenberger5 days1-1/+1
|
* Fix refreshing panel when goalingStar Rauchenberger5 days1-0/+4
|
* Added items paneStar Rauchenberger5 days5-0/+190
|
* Made indicator updates more fine-grainedStar Rauchenberger5 days8-97/+133
|
* Added button to reveal paintingsStar Rauchenberger5 days6-6/+55
|
* Added note to readme about using Visual StudioStar Rauchenberger5 days1-0/+4
|
* Added postgame detectionStar Rauchenberger5 days9-37/+186
|
* Added pane that shows painting mappingStar Rauchenberger5 days7-1/+96
|
* DPI changed handler has to call skipStar Rauchenberger5 days2-0/+4
|
* Paintings in area popups now use owl iconStar Rauchenberger6 days4-1/+8
|
* Share icons across popupsStar Rauchenberger6 days9-25/+72
|
* Better high-DPI handling for rest of appStar Rauchenberger6 days9-52/+114
|
* Display friendly painting namesStar Rauchenberger6 days3-3/+11
|
* Added auto-updaterStar Rauchenberger6 days5-56/+361
|
* Fix version number in yaml fileStar Rauchenberger6 days1-1/+1
|
* Create VERSION.yamlStar Rauchenberger6 days1-0/+30
|
* Handle main window size with DPI betterStar Rauchenberger7 days1-3/+5
|
* Refresh map after adjusting sashStar Rauchenberger7 days2-0/+8
|
* Made panes adjustableStar Rauchenberger7 days2-6/+9
|
* Prevent reachability checks when player movesStar Rauchenberger7 days1-1/+15
|
* Added setting for disabling player position trackingStar Rauchenberger7 days6-4/+22
|
* Fix blurriness on Windows + high DPI screensStar Rauchenberger7 days2-1/+11
|
* Released v0.12.3Star Rauchenberger10 days2-1/+9
|
* Bump version v0.12.3Star Rauchenberger10 days1-1/+1
|
* Handle unicode conversion between wx and rest of appStar Rauchenberger10 days5-23/+30
|
* Updated text of v0.12.2 changelogStar Rauchenberger2025-02-101-1/+1
|
* Released v0.12.2Star Rauchenberger2025-02-102-1/+11
|
* Bump version v0.12.2Star Rauchenberger2025-02-101-1/+1
|
* Added a scrollbar to subway reportsStar Rauchenberger2025-02-085-77/+186
|
* Fix some doors requiring access to unnecessary roomsStar Rauchenberger2025-02-071-2/+0
|
* Released v0.12.1Star Rauchenberger2025-01-272-1/+12
|
* Bump version v0.12.1Star Rauchenberger2025-01-271-1/+1
|
* Calculate subway door reports after full reachabilityStar Rauchenberger2025-01-071-8/+5
|
* Fix incorrect sunwarp mapping on subway mapStar Rauchenberger2025-01-051-0/+2
|
* Released v0.12.0Star Rauchenberger2024-12-202-1/+14
|
* Bump version v0.12.0Star Rauchenberger2024-12-201-1/+1
|
* Add <cstdint> include needed on LinuxStar Rauchenberger2024-12-201-0/+1
|