Commit Graph

107 Commits

Author SHA1 Message Date
d8e9741c4f fix(tooltips): make events fire only once per event 2021-05-24 18:31:28 -04:00
0e510e0082 fix: try to keep the event from being called twice 2021-05-24 17:08:02 -04:00
ecf921cef0 refactor(tooltips): sort and rename enums, add docs 2021-05-24 12:14:55 -04:00
4ee5fd726d feat(tooltips): add fields property to tooltips 2021-05-23 15:31:32 -04:00
bfc9ff587b feat: add basic tooltip support 2021-05-23 05:43:48 -04:00
6c1c67c2cc fix: use correct delegate for chat bubbles
Don't use an unsafe pointer in the delegate, as the Fody addin ILMerge will butcher it and result in incorrect behaviour.
2021-05-21 22:18:26 -04:00
71e746ee67 fix(context): store agent for later use 2021-04-30 15:22:49 -04:00
35e76ad570 feat(context): add some safety checks 2021-04-30 15:17:44 -04:00
88161ee8f2 chore(context): fix bad file name 2021-04-30 15:13:40 -04:00
3eaf1d725e docs(context): add missing documentation 2021-04-30 15:12:20 -04:00
f8db7603e6 refactor(context): use generic delegates for items 2021-04-30 15:07:54 -04:00
5e843ec20f refactor: begin restructuring context menu api 2021-04-30 14:48:24 -04:00
4972669593 refactor: move InternalAction to native items only 2021-04-29 16:08:16 -04:00
2b8f51cdf3 feat: add support for native context menu items 2021-04-29 16:06:00 -04:00
cf23fd12de fix: add limit to context menu items 2021-04-28 23:57:46 -04:00
af7aa18bac feat: add logger class 2021-04-28 23:57:29 -04:00
dbd5ffe4b4 fix: handle disabled menu items 2021-04-28 20:37:49 -04:00
7659a1c6c6 docs: add doc comment for context menu event 2021-04-27 15:50:09 -04:00
be42559ccc feat: add event for context menu 2021-04-27 15:49:17 -04:00
a30fc47a99 feat: add ContextMenu Hooks flag 2021-04-27 15:48:44 -04:00
fb27641f54 fix: make properties settable 2021-04-27 11:31:45 -04:00
29b919f142 feat: add context for context menu 2021-04-27 11:24:39 -04:00
0406bb4a44 feat: expose cached listings to api 2021-04-27 10:23:43 -04:00
ffa2b06e49 fix: don't crash on no addon 2021-04-27 00:31:42 -04:00
fc65cd7d0c fix: use addon name instead 2021-04-26 23:58:12 -04:00
9cdf2052a7 fix: write to correct action array
This still doesn't work, but it's getting closer.
2021-04-26 23:28:22 -04:00
5f0b593de8 feat: add context menu 2021-04-26 21:37:26 -04:00
5e50078d59 refactor: merge ifs and remove unnecessary check 2021-04-24 13:43:01 -04:00
c2804d6e81 refactor: ScanTextSafe -> TryScanText 2021-04-24 13:13:09 -04:00
56c89c333d feat: cope with missing sigs without throwing 2021-04-24 13:10:13 -04:00
02d2e3b042 docs: update required hook 2021-04-24 12:29:39 -04:00
6c297ee419 feat: add more specific hook flags 2021-04-24 12:28:18 -04:00
90fd092d0b refactor: reduce nesting 2021-04-24 12:18:28 -04:00
a47324c388 refactor: add internal JoinType enum 2021-04-24 12:11:34 -04:00
dcbe9aa38d docs: note only for cross-world parties 2021-04-23 11:39:26 -04:00
f481cf7a0f fix: only run on join 2021-04-22 22:05:14 -04:00
9f2619be62 fix: check for null pointer 2021-04-22 14:53:33 -04:00
819546382c feat: add join party event for party finder 2021-04-22 13:54:32 -04:00
2763c7334e feat: add some basic chat bubbles support 2021-04-20 12:57:16 -04:00
2718523080 refactor: change delegate name 2021-04-19 13:50:03 -04:00
3184c97165 feat: add ability to open examine for id 2021-04-19 13:44:34 -04:00
219feb4ba2 fix: catch more exceptions in hooks 2021-04-18 12:32:55 -04:00
e38ee3b3a8 refactor: call original outside of fixed statement 2021-04-18 12:25:02 -04:00
aa5ad9bde6 feat: skip logic if no listeners 2021-04-17 23:28:40 -04:00
e2f66dd12b feat: add talk 2021-04-17 23:28:20 -04:00
5cc3a381f5 feat: add examine 2021-04-13 09:22:50 -04:00
54167434c2 refactor: update for 5.5 2021-04-13 05:33:38 -04:00
0215747a4c docs: finish documenting all public members 2021-04-11 10:13:10 -04:00
97854fd956 feat: allow sending battle talk without hooking 2021-04-11 09:57:29 -04:00
c85552b85c docs: add documentation to chat 2021-04-11 09:57:11 -04:00
7f34841eee docs: document public api 2021-04-11 09:42:59 -04:00
1c165ae3e1 feat: allow cherry-picking hooks 2021-04-11 09:24:56 -04:00
fa30d51df4 refactor: take advantage of implicit conversion 2021-04-10 18:09:32 -04:00
a51498b41a feat: add battle talk stuff 2021-04-10 16:48:32 -04:00
e713970249 refactor: remove toasts 2021-04-07 22:47:08 -04:00
e0d92dd731 feat: add additional toasts and obsolete normal 2021-04-06 17:34:52 -04:00
e65d9556fb chore: initial commit 2021-04-06 04:41:38 -04:00