Commit Graph

9 Commits

Author SHA1 Message Date
Anna 5935df195d
refactor: clean up old code 2020-12-29 11:08:21 -05:00
Anna a90eab013e
feat: add option to open examine window 2020-08-26 08:20:01 -04:00
Anna 0071f81cd2
feat: allow volume control and more audio types
Also allow choosing audio output device.
2020-08-24 13:14:16 -04:00
Anna 4a3ed54f5d
refactor: use new Dalamud login hooks 2020-08-15 17:11:06 -04:00
Anna 02dd910d86
refactor: pull targeting code out of ui
This has some consequences. First, LocalPlayer is no longer necessary
for rendering the UI, meaning the UI stays open even during loading
screens and other situations where there is no player.

Secondly, the sound effect will play even when the window is closed.

Thirdly, the history will update even when the window is closed.

The last two points will become config options in future.

I would also like to make TargetWatcher run in a task and run perhaps
every 100ms instead of every framework update.
2020-08-08 05:20:48 -04:00
Anna 978711be3e
feat: add option to open window on login 2020-08-07 19:37:01 -04:00
Anna e5b3d34d31
refactor: use Dalamud API for targeting 2020-08-04 21:03:26 -04:00
Anna 7c0ac9231c
fix: don't try to target invalid addresses 2020-07-28 22:28:51 -04:00
Anna d2a502eef9
chore: initial commit 2020-07-28 18:46:16 -04:00