Commit Graph

113 Commits

Author SHA1 Message Date
f7fb85a6d9 refactor: use using for SoundPlayer 2020-08-03 23:16:07 -04:00
141a2fad25 fix: handle case where PartyMember.Actor is null
I don't know how this is possible, but someone had this happen, so I
guess just coalesce the null. If the targeter is in the party, this
will result in incorrect behaviour and log them, but it's better than
a crash.
2020-07-30 22:12:37 -04:00
0d1f40823e chore: update version to 1.1.0 2020-07-29 14:53:56 -04:00
e102ed0a15 feat: add option to disable movement 2020-07-29 14:41:17 -04:00
7607db473c fix: save config for visibility settings 2020-07-29 14:40:51 -04:00
63911a7b53 fix: allow focus target of previous targeters
Fix #1. Keep track of hovers independently of ImGui in order to test
if nothing is being hovered.
2020-07-29 13:13:11 -04:00
bccd0383b1 fix: more efficiently handle history pruning 2020-07-29 13:12:49 -04:00
88681aa33a fix: don't try to target invalid addresses 2020-07-28 22:28:51 -04:00
c17e7d30ed chore: use better url for manifest 2020-07-28 19:21:25 -04:00
1477a23af5 chore: add basic README file 2020-07-28 19:19:58 -04:00
5326cdece5 fix: allow hover on disable
This still worked without this flag, but that was probably a bug, so
include this flag just in case.
2020-07-28 19:13:31 -04:00
22f3068abf refactor: pull finding targeters into a function 2020-07-28 19:12:53 -04:00
3e11a83879 chore: initial commit 2020-07-28 18:46:16 -04:00