Commit Graph

80 Commits

Author SHA1 Message Date
4e68d2b428 chore: update last updated in some comments 2021-05-29 01:25:27 -04:00
369009cd26 chore(bubbles): remove useless unsafe 2021-05-29 01:25:12 -04:00
66b1fc371e fix(context): try to catch more exceptions 2021-05-29 01:23:08 -04:00
898c3dfbee fix(pf): register listing event correctly 2021-05-29 01:22:31 -04:00
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
dd82e630c7 chore: update version to 1.5.2 2021-05-21 22:18:51 -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
35e19e1394 chore: bump version to 1.5.1 2021-05-21 21:17:14 -04:00
a791ba8146 fix: set hooks enum to use bitfield values 2021-05-21 21:16:45 -04:00
210858ee86 chore: bump version to 1.5.0 2021-04-30 15:35:57 -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
cac721d88a fix: handle null pointers when reading byte arrays 2021-04-27 15:49:00 -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
4e1a0b6ccd chore: mark client structs as not private 2021-04-27 11:24:54 -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
379870028a chore: remove useless import 2021-04-24 13:19:53 -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
0c49a49bb7 chore: bump version to 1.4.0 2021-04-20 13:07:19 -04:00