Commit Graph

156 Commits

Author SHA1 Message Date
Anna c9eb6ce323 docs(nameplates): note about potential crash 2021-06-25 03:59:09 -04:00
Anna 22ccfe3731 fix(context): set correct strings 2021-06-24 20:23:20 -04:00
Anna 73a4712a0f fix(context): offset based on selected index 2021-06-24 19:54:03 -04:00
Anna 9565aa97ea chore(context): disable inventory submenus 2021-06-24 19:40:06 -04:00
Anna d9725f718f feat(context): begin adding inv submenus 2021-06-24 19:34:41 -04:00
Anna 56d3f7f88a fix(context): provide addon to submenus 2021-06-24 04:30:31 -04:00
Anna 66776063c0 fix(context): properly dispose hook 2021-06-24 04:26:19 -04:00
Anna 0258024411 feat(context): add submenus 2021-06-24 04:26:02 -04:00
Anna a71d269880 chore: bump version to 2.1.1 2021-06-22 16:24:37 -04:00
Anna 646a49bc33 fix(nameplates): prevent crash 2021-06-22 16:24:01 -04:00
Anna c5712f8acf fix(nameplates): handle exceptions 2021-06-21 21:35:05 -04:00
Anna a0b71cbb3f chore: bump version to 2.1.0 2021-06-21 15:53:37 -04:00
Anna e6c5099477 feat(nameplates): add type and flags 2021-06-21 15:52:24 -04:00
Anna 9133166afc feat: add nameplates without docs
Refactor allocs into their own private class.
2021-06-21 05:09:35 -04:00
Anna b78cb788c2 feat: add function to get AtkModule 2021-06-15 17:07:40 -04:00
Anna ef94ff5908 chore: bump version to 2.0.0 2021-06-04 19:37:35 -04:00
Anna bf1bd724ba fix(context): reallocate when necessary
Hopefully fix the heap corruption issue.
2021-06-04 19:24:49 -04:00
Anna 3a6960b448 chore: remove useless parentheses 2021-06-04 17:03:52 -04:00
Anna 04f1fba569 refactor(bubbles): use util function 2021-06-04 17:03:32 -04:00
Anna 8ff3912044 feat(context): use SeString for names
BREAKING CHANGE
2021-06-04 16:25:35 -04:00
Anna 4cba7452fe chore: bump version to 1.6.2 2021-06-03 17:23:50 -04:00
Anna f4bbbbe4a1 fix(context): get agent correctly 2021-06-03 17:21:38 -04:00
Anna 5293e1959c refactor: pull out offset into const 2021-06-03 15:53:39 -04:00
Anna 0eb00635ff refactor: extract inventory noop id 2021-06-02 14:11:00 -04:00
Anna 47dcc08b91 chore: bump version to 1.6.1 2021-05-29 18:08:01 -04:00
Anna 844bd7c062 fix(context): clear item list when opening system menu 2021-05-29 15:28:51 -04:00
Anna 3693e85143 chore: bump version to 1.6.0 2021-05-29 01:26:09 -04:00
Anna 4e68d2b428 chore: update last updated in some comments 2021-05-29 01:25:27 -04:00
Anna 369009cd26 chore(bubbles): remove useless unsafe 2021-05-29 01:25:12 -04:00
Anna 66b1fc371e fix(context): try to catch more exceptions 2021-05-29 01:23:08 -04:00
Anna 898c3dfbee fix(pf): register listing event correctly 2021-05-29 01:22:31 -04:00
Anna d8e9741c4f fix(tooltips): make events fire only once per event 2021-05-24 18:31:28 -04:00
Anna 0e510e0082 fix: try to keep the event from being called twice 2021-05-24 17:08:02 -04:00
Anna ecf921cef0 refactor(tooltips): sort and rename enums, add docs 2021-05-24 12:14:55 -04:00
Anna 4ee5fd726d feat(tooltips): add fields property to tooltips 2021-05-23 15:31:32 -04:00
Anna bfc9ff587b feat: add basic tooltip support 2021-05-23 05:43:48 -04:00
Anna dd82e630c7 chore: update version to 1.5.2 2021-05-21 22:18:51 -04:00
Anna 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
Anna 35e19e1394 chore: bump version to 1.5.1 2021-05-21 21:17:14 -04:00
Anna a791ba8146 fix: set hooks enum to use bitfield values 2021-05-21 21:16:45 -04:00
Anna 210858ee86 chore: bump version to 1.5.0 2021-04-30 15:35:57 -04:00
Anna 71e746ee67 fix(context): store agent for later use 2021-04-30 15:22:49 -04:00
Anna 35e76ad570 feat(context): add some safety checks 2021-04-30 15:17:44 -04:00
Anna 88161ee8f2 chore(context): fix bad file name 2021-04-30 15:13:40 -04:00
Anna 3eaf1d725e docs(context): add missing documentation 2021-04-30 15:12:20 -04:00
Anna f8db7603e6 refactor(context): use generic delegates for items 2021-04-30 15:07:54 -04:00
Anna 5e843ec20f refactor: begin restructuring context menu api 2021-04-30 14:48:24 -04:00
Anna 4972669593 refactor: move InternalAction to native items only 2021-04-29 16:08:16 -04:00
Anna 2b8f51cdf3 feat: add support for native context menu items 2021-04-29 16:06:00 -04:00
Anna cf23fd12de fix: add limit to context menu items 2021-04-28 23:57:46 -04:00
Anna af7aa18bac feat: add logger class 2021-04-28 23:57:29 -04:00
Anna dbd5ffe4b4 fix: handle disabled menu items 2021-04-28 20:37:49 -04:00
Anna 7659a1c6c6 docs: add doc comment for context menu event 2021-04-27 15:50:09 -04:00
Anna be42559ccc feat: add event for context menu 2021-04-27 15:49:17 -04:00
Anna cac721d88a fix: handle null pointers when reading byte arrays 2021-04-27 15:49:00 -04:00
Anna a30fc47a99 feat: add ContextMenu Hooks flag 2021-04-27 15:48:44 -04:00
Anna fb27641f54 fix: make properties settable 2021-04-27 11:31:45 -04:00
Anna 4e1a0b6ccd chore: mark client structs as not private 2021-04-27 11:24:54 -04:00
Anna 29b919f142 feat: add context for context menu 2021-04-27 11:24:39 -04:00
Anna 0406bb4a44 feat: expose cached listings to api 2021-04-27 10:23:43 -04:00
Anna ffa2b06e49 fix: don't crash on no addon 2021-04-27 00:31:42 -04:00
Anna fc65cd7d0c fix: use addon name instead 2021-04-26 23:58:12 -04:00
Anna 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
Anna 5f0b593de8 feat: add context menu 2021-04-26 21:37:26 -04:00
Anna 5e50078d59 refactor: merge ifs and remove unnecessary check 2021-04-24 13:43:01 -04:00
Anna 379870028a chore: remove useless import 2021-04-24 13:19:53 -04:00
Anna c2804d6e81 refactor: ScanTextSafe -> TryScanText 2021-04-24 13:13:09 -04:00
Anna 56c89c333d feat: cope with missing sigs without throwing 2021-04-24 13:10:13 -04:00
Anna 02d2e3b042 docs: update required hook 2021-04-24 12:29:39 -04:00
Anna 6c297ee419 feat: add more specific hook flags 2021-04-24 12:28:18 -04:00
Anna 90fd092d0b refactor: reduce nesting 2021-04-24 12:18:28 -04:00
Anna a47324c388 refactor: add internal JoinType enum 2021-04-24 12:11:34 -04:00
Anna dcbe9aa38d docs: note only for cross-world parties 2021-04-23 11:39:26 -04:00
Anna f481cf7a0f fix: only run on join 2021-04-22 22:05:14 -04:00
Anna 9f2619be62 fix: check for null pointer 2021-04-22 14:53:33 -04:00
Anna 819546382c feat: add join party event for party finder 2021-04-22 13:54:32 -04:00
Anna 0c49a49bb7 chore: bump version to 1.4.0 2021-04-20 13:07:19 -04:00
Anna 2763c7334e feat: add some basic chat bubbles support 2021-04-20 12:57:16 -04:00
Anna 2718523080 refactor: change delegate name 2021-04-19 13:50:03 -04:00
Anna 3184c97165 feat: add ability to open examine for id 2021-04-19 13:44:34 -04:00
Anna 219feb4ba2 fix: catch more exceptions in hooks 2021-04-18 12:32:55 -04:00
Anna e38ee3b3a8 refactor: call original outside of fixed statement 2021-04-18 12:25:02 -04:00
Anna 8337f18ee8 chore: switch back to appdata 2021-04-18 12:20:27 -04:00
Anna 17d2312219 chore: bump version to 1.3.0 2021-04-17 23:28:54 -04:00
Anna aa5ad9bde6 feat: skip logic if no listeners 2021-04-17 23:28:40 -04:00
Anna e2f66dd12b feat: add talk 2021-04-17 23:28:20 -04:00
Anna f347e4e669 chore: bump version to 1.2.0 2021-04-13 09:26:57 -04:00
Anna 5cc3a381f5 feat: add examine 2021-04-13 09:22:50 -04:00
Anna 4a88dcbaaa chore: bump version to 1.1.3 2021-04-13 05:34:06 -04:00
Anna 54167434c2 refactor: update for 5.5 2021-04-13 05:33:38 -04:00
Anna 4f1f042501 chore: bump version to 1.1.2 2021-04-11 10:13:23 -04:00
Anna 0215747a4c docs: finish documenting all public members 2021-04-11 10:13:10 -04:00
Anna 153ecdccaa chore: actually generate documentation
The fact that C# requires this is beyond stupid.
2021-04-11 10:08:10 -04:00
Anna 0d731d75fb chore: bump to 1.1.1 2021-04-11 09:58:02 -04:00
Anna babf7f786b docs: clarify battletalk hook flag 2021-04-11 09:57:49 -04:00
Anna 97854fd956 feat: allow sending battle talk without hooking 2021-04-11 09:57:29 -04:00
Anna c85552b85c docs: add documentation to chat 2021-04-11 09:57:11 -04:00
Anna 7f34841eee docs: document public api 2021-04-11 09:42:59 -04:00
Anna 9e8d0276cd chore: bump version to 1.1.0 2021-04-11 09:25:10 -04:00
Anna 1c165ae3e1 feat: allow cherry-picking hooks 2021-04-11 09:24:56 -04:00