about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added color indicators to subway map HEAD mainStar Rauchenberger24 hours5-29/+54
|
* Fix memory issues with ReportPopupStar Rauchenberger24 hours1-0/+8
|
* Handled tilted subway itemsStar Rauchenberger29 hours3-1/+17
|
* New subway map paintingsStar Rauchenberger30 hours3-68/+79
|
* Prevent editing paintings pane cellsStar Rauchenberger37 hours2-0/+6
|
* Fixed area popup sizing near max heightStar Rauchenberger2 days2-4/+11
|
* Optimized TrackerPanel refreshStar Rauchenberger2 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 Rauchenberger2 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 Rauchenberger2 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 Rauchenberger3 days6-5/+135
|
* Don't recalc from non-progression itemsStar Rauchenberger3 days2-2/+24
|
* Keep reachable doors/panels between reachability calcsStar Rauchenberger3 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 Rauchenberger3 days3-1/+5
|
* Added options paneStar Rauchenberger4 days6-0/+118
|
* Widened achievements pane to full widthStar Rauchenberger4 days1-1/+1
|
* Fix refreshing panel when goalingStar Rauchenberger4 days1-0/+4
|
* Added items paneStar Rauchenberger4 days4-0/+189
|
* Made indicator updates more fine-grainedStar Rauchenberger4 days8-97/+133
|
* Added button to reveal paintingsStar Rauchenberger5 days6-6/+55
|
* Added postgame detectionStar Rauchenberger5 days9-37/+186
|
* Added pane that shows painting mappingStar Rauchenberger5 days6-1/+95
|
* DPI changed handler has to call skipStar Rauchenberger5 days2-0/+4
|
* Paintings in area popups now use owl iconStar Rauchenberger5 days2-1/+7
|
* Share icons across popupsStar Rauchenberger5 days8-25/+71
|
* Better high-DPI handling for rest of appStar Rauchenberger5 days9-52/+114
|
* Display friendly painting namesStar Rauchenberger5 days3-3/+11
|
* Added auto-updaterStar Rauchenberger6 days4-56/+360
|
* Handle main window size with DPI betterStar Rauchenberger6 days1-3/+5
|
* Refresh map after adjusting sashStar Rauchenberger6 days2-0/+8
|
* Made panes adjustableStar Rauchenberger6 days2-6/+9
|
* Prevent reachability checks when player movesStar Rauchenberger6 days1-1/+15
|
* Added setting for disabling player position trackingStar Rauchenberger6 days6-4/+22
|
* Fix blurriness on Windows + high DPI screensStar Rauchenberger7 days1-0/+3
|
* Bump version v0.12.3Star Rauchenberger9 days1-1/+1
|
* Handle unicode conversion between wx and rest of appStar Rauchenberger9 days5-23/+30
|
* Bump version v0.12.2Star Rauchenberger2025-02-101-1/+1
|
* Added a scrollbar to subway reportsStar Rauchenberger2025-02-084-77/+185
|
* Fix some doors requiring access to unnecessary roomsStar Rauchenberger2025-02-071-2/+0
|
* 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
|
* Bump version v0.12.0Star Rauchenberger2024-12-201-1/+1
|
* Add <cstdint> include needed on LinuxStar Rauchenberger2024-12-201-0/+1
|
* Fixed remaining thread unsafe APState/IPCState readsStar Rauchenberger2024-12-207-48/+65
| | | | Still would like to add some kind of wrapper object that TrackerState could use to read APState without locking, since it'll only ever be called from the thread that would do the mutating, but this is fine for now.
* Rewrote APState so connection happens on threadStar Rauchenberger2024-12-192-274/+418
| | | | The whole file is more thread-safe than before, with a few notable exceptions. This fixes a read-after-free issue where, when reconnecting after a disconnection, the client thread would attempt to lock a mutex owned and already destroyed by the main thread.
* Prevent deadlock when IPC times outStar Rauchenberger2024-12-191-5/+12
|
* TypoStar Rauchenberger2024-12-181-4/+4
|
* Handle exceptions when starting IPC connectionStar Rauchenberger2024-12-181-27/+41
| | | | Also fixes bug where the IPC thread would double-lock the state mutex if the connection timed out and reached the maximum backoff interval.
* Make IPC opt-in and configurableStar Rauchenberger2024-12-188-37/+280
|
* Added solved panels over IPCStar Rauchenberger2024-12-176-12/+77
|