about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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 Rauchenberger6 days2-1/+7
|
* Share icons across popupsStar Rauchenberger6 days8-25/+71
|
* Better high-DPI handling for rest of appStar Rauchenberger6 days9-52/+114
|
* Display friendly painting namesStar Rauchenberger6 days3-3/+11
|
* Added auto-updaterStar Rauchenberger6 days4-56/+360
|
* 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 Rauchenberger8 days1-0/+3
|
* Bump version v0.12.3Star Rauchenberger10 days1-1/+1
|
* Handle unicode conversion between wx and rest of appStar Rauchenberger10 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
|
* Added getting player position from IPCStar Rauchenberger2024-12-177-29/+348
|
* Bump version v0.11.5Star Rauchenberger2024-12-081-1/+1
|
* Add workaround for 0.5.1 number hunt logic bugStar Rauchenberger2024-12-082-1/+29
|
* Bump version v0.11.4Star Rauchenberger2024-12-051-1/+1
|
* Small sphere 1 should not trigger on PMDSStar Rauchenberger2024-12-051-1/+1
|
* Bump version v0.11.3Star Rauchenberger2024-11-261-1/+1
|
* Merge branch 'panels'Star Rauchenberger2024-11-266-24/+174
|\
| * Merge branch 'main' into panelsStar Rauchenberger2024-09-0810-24/+75
| |\
| * \ Merge branch 'main' into panelsStar Rauchenberger2024-07-2414-29/+284
| |\ \
| * | | TrackerLog usageStar Rauchenberger2024-07-241-4/+4
| | | |
| * | | Merge branch 'pilgrimage-ech' into panelsStar Rauchenberger2024-07-241-1/+1
| |\ \ \
| * \ \ \ Merge branch 'main' into panelsStar Rauchenberger2024-07-1610-133/+241
| |\ \ \ \
| * | | | | Fix panel door reachability calculationStar Rauchenberger2024-06-091-31/+38
| | | | | |
| * | | | | Fix panels game data error reportingStar Rauchenberger2024-06-091-8/+4
| | | | | |
| * | | | | Revert subway map crashing on hover before connectStar Rauchenberger2024-06-091-1/+1
| | | | | |
| * | | | | Merge branch 'main' into panelsStar Rauchenberger2024-06-0918-259/+1739
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'main' into panelsStar Rauchenberger2024-04-291-14/+24
| |\ \ \ \ \ \
| * | | | | | | Fixed merge errorsStar Rauchenberger2024-04-271-20/+21
| | | | | | | |
| * | | | | | | Merge branch 'main' into panelsStar Rauchenberger2024-04-278-205/+494
| |\ \ \ \ \ \ \
| * | | | | | | | Support panels mode door shuffleStar Rauchenberger2024-04-167-21/+166
| | | | | | | | |