Commit Graph

147 Commits

Author SHA1 Message Date
Anna 0b9aab4acf
fix(nameplates): handle exceptions 2021-06-21 21:35:05 -04:00
Anna bc5657f990
chore: bump version to 2.1.0 2021-06-21 15:53:37 -04:00
Anna 106469d3fc
feat(nameplates): add type and flags 2021-06-21 15:52:24 -04:00
Anna eee4f1e6a5
feat: add nameplates without docs
Refactor allocs into their own private class.
2021-06-21 05:09:35 -04:00
Anna 918826f913
feat: add function to get AtkModule 2021-06-15 17:07:40 -04:00
Anna b56855e4af
chore: bump version to 2.0.0 2021-06-04 19:37:35 -04:00
Anna 6abb88d432
fix(context): reallocate when necessary
Hopefully fix the heap corruption issue.
2021-06-04 19:24:49 -04:00
Anna 2f342d2b4a
chore: remove useless parentheses 2021-06-04 17:03:52 -04:00
Anna 0527a3ef80
refactor(bubbles): use util function 2021-06-04 17:03:32 -04:00
Anna 2c5c15d6e2
feat(context): use SeString for names
BREAKING CHANGE
2021-06-04 16:25:35 -04:00
Anna 86471547f1
chore: bump version to 1.6.2 2021-06-03 17:23:50 -04:00
Anna e636d966e9
fix(context): get agent correctly 2021-06-03 17:21:38 -04:00
Anna 7b4383bfc7
refactor: pull out offset into const 2021-06-03 15:53:39 -04:00
Anna bb30a59a11
refactor: extract inventory noop id 2021-06-02 14:11:00 -04:00
Anna 072a5fccec
chore: bump version to 1.6.1 2021-05-29 18:08:01 -04:00
Anna 8e9908d8f8
fix(context): clear item list when opening system menu 2021-05-29 15:28:51 -04:00
Anna f8efd49ba3
chore: bump version to 1.6.0 2021-05-29 01:26:09 -04:00
Anna 1c026b11f2
chore: update last updated in some comments 2021-05-29 01:25:27 -04:00
Anna 569dc4f7ea
chore(bubbles): remove useless unsafe 2021-05-29 01:25:12 -04:00
Anna 6764d9cedc
fix(context): try to catch more exceptions 2021-05-29 01:23:08 -04:00
Anna 4ee1057591
fix(pf): register listing event correctly 2021-05-29 01:22:31 -04:00
Anna 85e7383f0d
fix(tooltips): make events fire only once per event 2021-05-24 18:31:28 -04:00
Anna 8309b68ed1
fix: try to keep the event from being called twice 2021-05-24 17:08:02 -04:00
Anna a2c266c6aa
refactor(tooltips): sort and rename enums, add docs 2021-05-24 12:14:55 -04:00
Anna df558242e7
feat(tooltips): add fields property to tooltips 2021-05-23 15:31:32 -04:00
Anna fd44b711a3
feat: add basic tooltip support 2021-05-23 05:43:48 -04:00
Anna 290af584ab
chore: update version to 1.5.2 2021-05-21 22:18:51 -04:00
Anna 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
Anna 92e00b24e6
chore: bump version to 1.5.1 2021-05-21 21:17:14 -04:00
Anna fa3b0fc9c9
fix: set hooks enum to use bitfield values 2021-05-21 21:16:45 -04:00
Anna 738fb6d5ff
chore: bump version to 1.5.0 2021-04-30 15:35:57 -04:00
Anna e44dd1e611
fix(context): store agent for later use 2021-04-30 15:22:49 -04:00
Anna 2e590536ec
feat(context): add some safety checks 2021-04-30 15:17:44 -04:00
Anna d7fe169d15
chore(context): fix bad file name 2021-04-30 15:13:40 -04:00
Anna a57af7413a
docs(context): add missing documentation 2021-04-30 15:12:20 -04:00
Anna 90c91c09d4
refactor(context): use generic delegates for items 2021-04-30 15:07:54 -04:00
Anna a034beb937
refactor: begin restructuring context menu api 2021-04-30 14:48:24 -04:00
Anna dc596aee66
refactor: move InternalAction to native items only 2021-04-29 16:08:16 -04:00
Anna dc593f5751
feat: add support for native context menu items 2021-04-29 16:06:00 -04:00
Anna d3e875c372
fix: add limit to context menu items 2021-04-28 23:57:46 -04:00
Anna 4b14302bf7
feat: add logger class 2021-04-28 23:57:29 -04:00
Anna 9bfb7dc12e
fix: handle disabled menu items 2021-04-28 20:37:49 -04:00
Anna d1a598c93c
docs: add doc comment for context menu event 2021-04-27 15:50:09 -04:00
Anna 085794837f
feat: add event for context menu 2021-04-27 15:49:17 -04:00
Anna fa63035638
fix: handle null pointers when reading byte arrays 2021-04-27 15:49:00 -04:00
Anna 6c09764339
feat: add ContextMenu Hooks flag 2021-04-27 15:48:44 -04:00
Anna cf526eddf1
fix: make properties settable 2021-04-27 11:31:45 -04:00
Anna c1a3c6d10f
chore: mark client structs as not private 2021-04-27 11:24:54 -04:00
Anna a7a3ca3e29
feat: add context for context menu 2021-04-27 11:24:39 -04:00
Anna 82414d294b
feat: expose cached listings to api 2021-04-27 10:23:43 -04:00