Commit Graph

124 Commits

Author SHA1 Message Date
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
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
790291fd73
feat: add join party event for party finder 2021-04-22 13:54:32 -04:00
8001d0ced4
chore: bump version to 1.4.0 2021-04-20 13:07:19 -04:00
2dea5ce9cc
feat: add some basic chat bubbles support 2021-04-20 12:57:16 -04:00
57be9cd299
refactor: change delegate name 2021-04-19 13:50:03 -04:00
18804520c2
feat: add ability to open examine for id 2021-04-19 13:44:34 -04:00
63f75a65ad
fix: catch more exceptions in hooks 2021-04-18 12:32:55 -04:00
4f7d0930f2
refactor: call original outside of fixed statement 2021-04-18 12:25:02 -04:00
40af794533
chore: switch back to appdata 2021-04-18 12:20:27 -04:00