Commit Graph

70 Commits

Author SHA1 Message Date
eee4f1e6a5
feat: add nameplates without docs
Refactor allocs into their own private class.
2021-06-21 05:09:35 -04:00
6abb88d432
fix(context): reallocate when necessary
Hopefully fix the heap corruption issue.
2021-06-04 19:24:49 -04:00
2f342d2b4a
chore: remove useless parentheses 2021-06-04 17:03:52 -04:00
0527a3ef80
refactor(bubbles): use util function 2021-06-04 17:03:32 -04:00
2c5c15d6e2
feat(context): use SeString for names
BREAKING CHANGE
2021-06-04 16:25:35 -04:00
e636d966e9
fix(context): get agent correctly 2021-06-03 17:21:38 -04:00
7b4383bfc7
refactor: pull out offset into const 2021-06-03 15:53:39 -04:00
bb30a59a11
refactor: extract inventory noop id 2021-06-02 14:11:00 -04:00
8e9908d8f8
fix(context): clear item list when opening system menu 2021-05-29 15:28:51 -04:00
1c026b11f2
chore: update last updated in some comments 2021-05-29 01:25:27 -04:00
569dc4f7ea
chore(bubbles): remove useless unsafe 2021-05-29 01:25:12 -04:00
6764d9cedc
fix(context): try to catch more exceptions 2021-05-29 01:23:08 -04:00
4ee1057591
fix(pf): register listing event correctly 2021-05-29 01:22:31 -04:00
85e7383f0d
fix(tooltips): make events fire only once per event 2021-05-24 18:31:28 -04:00
8309b68ed1
fix: try to keep the event from being called twice 2021-05-24 17:08:02 -04:00
a2c266c6aa
refactor(tooltips): sort and rename enums, add docs 2021-05-24 12:14:55 -04:00
df558242e7
feat(tooltips): add fields property to tooltips 2021-05-23 15:31:32 -04:00
fd44b711a3
feat: add basic tooltip support 2021-05-23 05:43:48 -04:00
bca9b5b378
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
e44dd1e611
fix(context): store agent for later use 2021-04-30 15:22:49 -04:00
2e590536ec
feat(context): add some safety checks 2021-04-30 15:17:44 -04:00
d7fe169d15
chore(context): fix bad file name 2021-04-30 15:13:40 -04:00
a57af7413a
docs(context): add missing documentation 2021-04-30 15:12:20 -04:00
90c91c09d4
refactor(context): use generic delegates for items 2021-04-30 15:07:54 -04:00
a034beb937
refactor: begin restructuring context menu api 2021-04-30 14:48:24 -04:00
dc596aee66
refactor: move InternalAction to native items only 2021-04-29 16:08:16 -04:00
dc593f5751
feat: add support for native context menu items 2021-04-29 16:06:00 -04:00
d3e875c372
fix: add limit to context menu items 2021-04-28 23:57:46 -04:00
4b14302bf7
feat: add logger class 2021-04-28 23:57:29 -04:00
9bfb7dc12e
fix: handle disabled menu items 2021-04-28 20:37:49 -04:00
d1a598c93c
docs: add doc comment for context menu event 2021-04-27 15:50:09 -04:00
085794837f
feat: add event for context menu 2021-04-27 15:49:17 -04:00
6c09764339
feat: add ContextMenu Hooks flag 2021-04-27 15:48:44 -04:00
cf526eddf1
fix: make properties settable 2021-04-27 11:31:45 -04:00
a7a3ca3e29
feat: add context for context menu 2021-04-27 11:24:39 -04:00
82414d294b
feat: expose cached listings to api 2021-04-27 10:23:43 -04:00
8b8ce84ec4
fix: don't crash on no addon 2021-04-27 00:31:42 -04:00
8b76375352
fix: use addon name instead 2021-04-26 23:58:12 -04:00
1dd8ea54d5
fix: write to correct action array
This still doesn't work, but it's getting closer.
2021-04-26 23:28:22 -04:00
6164e541e3
feat: add context menu 2021-04-26 21:37:26 -04:00
290532f25b
refactor: merge ifs and remove unnecessary check 2021-04-24 13:43:01 -04:00
230aa3f1b3
refactor: ScanTextSafe -> TryScanText 2021-04-24 13:13:09 -04:00
60983f04be
feat: cope with missing sigs without throwing 2021-04-24 13:10:13 -04:00
dd05516c45
docs: update required hook 2021-04-24 12:29:39 -04:00
67b23cea8d
feat: add more specific hook flags 2021-04-24 12:28:18 -04:00
dfb8de321d
refactor: reduce nesting 2021-04-24 12:18:28 -04:00
fce2e4c78d
refactor: add internal JoinType enum 2021-04-24 12:11:34 -04:00
ae369afb03
docs: note only for cross-world parties 2021-04-23 11:39:26 -04:00
9d17a89c45
fix: only run on join 2021-04-22 22:05:14 -04:00
1d969d85b3
fix: check for null pointer 2021-04-22 14:53:33 -04:00