Commit Graph

19 Commits

Author SHA1 Message Date
JonKazama-Hellion 7d5496e959 refactor(namespace): rename ChatTwo.* to HellionChat.* across all source files
81 namespace declarations and 100 using directives converted via sed,
plus two FQN-aliases (ChatTwoPartyFinderPayload in PayloadHandler.cs and
ModifierFlag in KeybindManager.cs) updated. Critical: Language.Designer.cs
and HellionStrings.Designer.cs ResourceManager string arguments updated
synchronously — these are runtime reflection lookups not caught by the
C# compiler.

Two intentional ChatTwo references remain: the legacy migration path
'ChatTwo.json' in Plugin.cs (still points to upstream Chat 2's config
file by design) and the InternalsVisibleTo declaration in
AssemblyInfo.cs (handled in the upcoming repo-folder rename task).

The local alias names 'ChatTwoPartyFinderPayload' and 'ChatTwoConflictDetector'
are preserved as local symbols; only their target namespaces and references
changed.
2026-05-03 21:23:28 +02:00
Infi a648bcf60d Fix linkshell rotation 2024-11-17 19:16:21 +01:00
Infi bf27d3e853 Final API11 updates and new channel switcher 2024-11-16 21:06:35 +01:00
Infi 117d9fc45c fix #81 2024-08-20 23:14:52 +02:00
Infi 70989da680 More CS updates 2024-06-09 12:59:29 +02:00
Infi 0c19772b18 - Replace all possible hooks with CS
- Mark ones that can be replaced soon
- Use Dalamuds ConfigOption for chat color parsing
2024-05-25 16:50:37 +02:00
Infi c24ca3c007 More cleanup 2024-04-11 07:09:09 +02:00
Infi 948383b0c5 Remove this. everywhere, add small note to override style 2024-04-10 17:45:25 +02:00
Infi 1cafb45825 - net8
- Switch to new font api,
- Fix null ref on login
- Fix game freeze from chat link handler
2024-04-03 00:57:49 +02:00
Anna c9cd28589b refactor: update for api 9 2023-10-03 02:59:51 -04:00
Anna 26f17fc326 fix: update info proxies 2022-08-25 14:32:54 -04:00
Anna 7e4f6e1ed7 feat: add instanced inviting 2022-05-31 23:55:15 -04:00
Anna f195f55274 feat: update for 6.11 2022-05-12 18:50:05 -04:00
Anna a0525562ff chore: remove boms 2022-02-15 13:02:46 -05:00
Anna fb3ee2efe2 feat: separate invite to party 2022-02-01 18:33:08 -05:00
Anna 9372ad35bc refactor: rename InfoModule-related stuff 2022-01-30 22:11:03 -05:00
Anna 893743d72a fix: invite multiples times 2022-01-28 04:34:11 -05:00
Anna fab97a7a5f refactor: add unmanaged to function pointers 2022-01-28 04:31:26 -05:00
Anna 1b29ed68e6 refactor: split GameFunctions into classes 2022-01-14 12:15:49 -05:00