Dalamud/Dalamud/Utility
Kaz Wolfe a7aacb15e4
Add XL_PLATFORM env var, Util.GetHostPlatform()
- New env var XL_PLATFORM allows launcher to inform Dalamud of the current platform (one of Windows, macOS, or Linux).
- New method Util.GetHostPlatform() provides a best guess for the current platform. This method will respect XL_PLATFORM if set, but will otherwise resort to heuristic checks.
2023-09-12 18:27:41 -07:00
..
Numerics fix warnings in Dalamud 2023-06-09 23:38:13 +02:00
Signatures chore: some PluginLog => Log in dalamud code 2023-05-22 00:02:20 +02:00
Timing chore: warnings pass 2022-10-29 15:19:52 +02:00
ArrayExtensions.cs refactor: move Dalamud.Interface utils into main assembly, warnings pass 2023-08-04 19:36:09 +02:00
AsyncUtils.cs fix warnings in Dalamud 2023-06-09 23:38:13 +02:00
EnumExtensions.cs feat: add ext method to check if enum is obsolete 2023-02-21 22:53:54 -05:00
EventHandlerExtensions.cs Add IFramework (#1286) 2023-09-10 13:19:44 -07:00
FuzzyMatcher.cs refactor: move Dalamud.Interface utils into main assembly, warnings pass 2023-08-04 19:36:09 +02:00
Hash.cs chore: convert Dalamud to file-scoped namespaces 2022-10-29 15:23:22 +02:00
HitchDetector.cs feat: detect hitches in framework update, draw and gamenetwork 2023-02-17 21:02:49 +01:00
MapUtil.cs Add conversion from World Coordinates to Map Coordinates (#882) 2022-06-15 20:40:58 +02:00
ScopedSyncRoot.cs fix: lock profile manager while changing state 2023-06-20 19:20:08 +02:00
SeStringExtensions.cs feat: validate player name 2023-02-26 13:46:05 -05:00
StableInsertionSortExtension.cs refactor: move Dalamud.Interface utils into main assembly, warnings pass 2023-08-04 19:36:09 +02:00
StringExtensions.cs feat: validate player name 2023-02-26 13:46:05 -05:00
TexFileExtensions.cs chore: convert Dalamud to file-scoped namespaces 2022-10-29 15:23:22 +02:00
ThreadSafety.cs Load services asynchronously whenever possible (#893) 2022-06-24 22:12:51 +02:00
Util.cs Add XL_PLATFORM env var, Util.GetHostPlatform() 2023-09-12 18:27:41 -07:00
VectorExtensions.cs chore: convert Dalamud to file-scoped namespaces 2022-10-29 15:23:22 +02:00