Go to file
Anna e9a2fb11a8 feat: use a thread to scan for targeters
Also make the poll interval configurable.

For the case of one targeter, the UI scans through the ActorTable to
find the relevant Actor, achieving either a partial or full scan. In
the case of more than one targeter, the UI constructs a Dictionary
mapping ActorId to Actor, then indexes that dictionary for each
targeter. This achieves one full scan, which may or may not be more
efficient than multiple partial scans, depending on where the actors
are located in the table.

The UI must do this because current targeters are no longer guaranteed
to be spawned anymore, especially with a high polling frequency, and
the UI needs accurate information about the targeters' address in
memory.
2020-08-08 16:59:06 -04:00
Peeping Tom feat: use a thread to scan for targeters 2020-08-08 16:59:06 -04:00
.editorconfig chore: initial commit 2020-07-28 18:46:16 -04:00
.gitattributes chore: initial commit 2020-07-28 18:46:16 -04:00
.gitignore chore: initial commit 2020-07-28 18:46:16 -04:00
Peeping Tom.sln chore: initial commit 2020-07-28 18:46:16 -04:00
README.md chore: add basic README file 2020-07-28 19:19:58 -04:00

Peeping Tom

This plugin for FFXIVLauncher shows who was or currently is targeting you.