Commit Graph

12 Commits

Author SHA1 Message Date
90759ce719 chore: bump version to 1.5.5 2021-01-22 14:17:24 -05:00
201a4e6774 chore: bump version to 1.5.4 2020-12-30 14:21:42 -05:00
cb6bb92979 chore: bump version to 1.5.3 2020-12-29 11:12:33 -05:00
71ecb7b3af refactor: clean up old code 2020-12-29 11:08:21 -05:00
23140a3377 feat: add option to open examine window 2020-08-26 08:20:01 -04:00
8475b7effb feat: allow volume control and more audio types
Also allow choosing audio output device.
2020-08-24 13:14:16 -04:00
24d486ea39 refactor: use new Dalamud login hooks 2020-08-15 17:11:06 -04:00
1c31f19b89 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
1f9ac4972c feat: add option to open window on login 2020-08-07 19:37:01 -04:00
4d57e3c150 refactor: use Dalamud API for targeting 2020-08-04 21:03:26 -04:00
88681aa33a fix: don't try to target invalid addresses 2020-07-28 22:28:51 -04:00
3e11a83879 chore: initial commit 2020-07-28 18:46:16 -04:00