Commit Graph

157 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