Commit Graph

144 Commits

Author SHA1 Message Date
9133166afc feat: add nameplates without docs
Refactor allocs into their own private class.
2021-06-21 05:09:35 -04:00
b78cb788c2 feat: add function to get AtkModule 2021-06-15 17:07:40 -04:00
ef94ff5908 chore: bump version to 2.0.0 2021-06-04 19:37:35 -04:00
bf1bd724ba fix(context): reallocate when necessary
Hopefully fix the heap corruption issue.
2021-06-04 19:24:49 -04:00
3a6960b448 chore: remove useless parentheses 2021-06-04 17:03:52 -04:00
04f1fba569 refactor(bubbles): use util function 2021-06-04 17:03:32 -04:00
8ff3912044 feat(context): use SeString for names
BREAKING CHANGE
2021-06-04 16:25:35 -04:00
4cba7452fe chore: bump version to 1.6.2 2021-06-03 17:23:50 -04:00
f4bbbbe4a1 fix(context): get agent correctly 2021-06-03 17:21:38 -04:00
5293e1959c refactor: pull out offset into const 2021-06-03 15:53:39 -04:00
0eb00635ff refactor: extract inventory noop id 2021-06-02 14:11:00 -04:00
47dcc08b91 chore: bump version to 1.6.1 2021-05-29 18:08:01 -04:00
844bd7c062 fix(context): clear item list when opening system menu 2021-05-29 15:28:51 -04:00
3693e85143 chore: bump version to 1.6.0 2021-05-29 01:26:09 -04:00
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