about summary refs log tree commit diff stats
path: root/src/ipc_state.h
Commit message (Collapse)AuthorAgeFilesLines
* Obsolete savefile reader + IPC solvesStar Rauchenberger2025-03-131-2/+0
| | | | Now, panel solve state is all read from the sync fields in datastorage. The "show hunt panels" field in settings is now a radio box, and you can choose to show all panels.
* Fixed remaining thread unsafe APState/IPCState readsStar Rauchenberger2024-12-201-1/+1
| | | | 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.
* Make IPC opt-in and configurableStar Rauchenberger2024-12-181-1/+3
|
* Added solved panels over IPCStar Rauchenberger2024-12-171-0/+3
|
* Added getting player position from IPCStar Rauchenberger2024-12-171-0/+20