Dalamud/Dalamud/Interface/Internal/Windows
Haselnussbomber c0f05614c6
[api11] Some code cleanup and signature replacements (#2066)
* Remove unused code from ChatHandlers

* Replace sigs in DalamudAtkTweaks

* Resolve LocalContentId by using PlayerState.ContentId

* Resolve BuddyList address via UIState.Buddy

* Resolve ObjectTable address via GameObjectManager

* Resolve FateTable address via FateManager

* Resolve GroupManager address via GroupManager

* Resolve JobGauges address via JobGaugeManager.CurrentGauge

* Simplify ItemHover/Out event

* Resolve ToggleUiHide address via RaptureAtkModule.SetUiVisibility

* Resolve PopulateItemLinkObject via InventoryItem.Copy

* Add byte[].AsPointer extension

* Resolve addresses used by ToastGui via UIModule functions

* Use Length from Span as ObjectTableLength

* Replace OpenMapWithMapLink with CS call

* Resolve FrameworkAddressResolver with CS vtable

* Drop unnecessary ToArray in HandlePrintMessage

* Clean up event calls in HandlePrintMessageDetour

* Simplify LocalContentId further

This pointer can't be null, because it's part of the .data section.

* Compare SeStrings in FlyTextGui with SequenceEqual

* Use CS types in FlyTextGuis internal code

* Simplify reading SeStrings internally

* Remove AsPointer again

* Resolve Number/StringArray by type in NamePlateGui

* Fix crashes in HandlePrintMessageDetour

* Resolve InteractableLinkClicked with LogViewer.HandleLinkClick
2024-11-12 08:20:29 -08:00
..
Data [api11] Some code cleanup and signature replacements (#2066) 2024-11-12 08:20:29 -08:00
PluginInstaller Add additional warning to plugin config reset modal (#2005) 2024-11-04 15:13:46 +00:00
SelfTest Rewrite parts of ClientState (#2065) 2024-11-11 08:28:40 -08:00
Settings add hint about disabling version text to TSM setting 2024-11-04 23:14:10 +01:00
StyleEditor Add "loading dialog" for service init, unify blocking logic (#1779) 2024-04-21 17:28:37 +02:00
BranchSwitcherWindow.cs Add "loading dialog" for service init, unify blocking logic (#1779) 2024-04-21 17:28:37 +02:00
ChangelogWindow.cs Use new version format in a few other places 2024-07-18 21:00:41 -07:00
ColorDemoWindow.cs chore: convert Dalamud to file-scoped namespaces 2022-10-29 15:23:22 +02:00
ComponentDemoWindow.cs Add "loading dialog" for service init, unify blocking logic (#1779) 2024-04-21 17:28:37 +02:00
ConsoleWindow.cs Show logs on loading dialog 2024-07-21 19:09:05 +09:00
GamepadModeNotifierWindow.cs refactor: move Dalamud.Interface utils into main assembly, warnings pass 2023-08-04 19:36:09 +02:00
HitchSettingsWindow.cs Add "loading dialog" for service init, unify blocking logic (#1779) 2024-04-21 17:28:37 +02:00
PluginImageCache.cs Make all TCS RunContinuationsAsynchronously 2024-07-21 20:49:41 +09:00
PluginStatWindow.cs Make DalamudPluginInterface into IDalamudPluginInterface (#1807) 2024-06-29 00:00:57 +02:00
ProfilerWindow.cs Add "loading dialog" for service init, unify blocking logic (#1779) 2024-04-21 17:28:37 +02:00
TitleScreenMenuWindow.cs dark uiglow looks better 2024-11-04 22:59:24 +01:00