about summary refs log tree commit diff stats
path: root/src/ipc_state.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed remaining thread unsafe APState/IPCState readsStar Rauchenberger6 days1-2/+2
| | | | 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.
* Prevent deadlock when IPC times outStar Rauchenberger7 days1-5/+12
|
* TypoStar Rauchenberger8 days1-4/+4
|
* Handle exceptions when starting IPC connectionStar Rauchenberger8 days1-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 Rauchenberger8 days1-29/+135
|
* Added solved panels over IPCStar Rauchenberger9 days1-1/+31
|
* Added getting player position from IPCStar Rauchenberger9 days1-0/+231