Commit Graph

91 Commits

Author SHA1 Message Date
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
86471547f1
chore: bump version to 1.6.2 2021-06-03 17:23:50 -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
072a5fccec
chore: bump version to 1.6.1 2021-05-29 18:08:01 -04:00
8e9908d8f8
fix(context): clear item list when opening system menu 2021-05-29 15:28:51 -04:00
f8efd49ba3
chore: bump version to 1.6.0 2021-05-29 01:26:09 -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
290af584ab
chore: update version to 1.5.2 2021-05-21 22:18:51 -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
92e00b24e6
chore: bump version to 1.5.1 2021-05-21 21:17:14 -04:00
fa3b0fc9c9
fix: set hooks enum to use bitfield values 2021-05-21 21:16:45 -04:00
738fb6d5ff
chore: bump version to 1.5.0 2021-04-30 15:35:57 -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
fa63035638
fix: handle null pointers when reading byte arrays 2021-04-27 15:49:00 -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
c1a3c6d10f
chore: mark client structs as not private 2021-04-27 11:24:54 -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
0c7923970f
chore: remove useless import 2021-04-24 13:19:53 -04:00