Dalamud/Dalamud.Injector
marzent 386e5f245c
Make the crash handler work on wine properly (#1636)
* add LoadMethod to DalamudStartInfo
* add to_wstring utility function
* append full injector launch args for VEH
* remove usage of std::chrono::zoned_time
* fix injector arguments in crash handler restart
* enable VEH on wine
* remove dead wine detection code
* write out tspack with std::fstream
* fix off-by-one error in get_window_string()
* remove usage of std::chrono when writing tspack
* do not deadlock on crashing DalamudCrashHandler
2024-02-11 13:01:34 -08:00
..
Dalamud.Injector.csproj chore: tidy-up, move files shared between dalamud and injector into separate assembly 2023-09-30 16:11:52 +02:00
EntryPoint.cs Make the crash handler work on wine properly (#1636) 2024-02-11 13:01:34 -08:00
ExistingProcess.cs chore: fix some warnings, cleanup 2022-04-25 20:04:17 +02:00
GameStart.cs fix warnings in injector 2023-06-09 23:38:15 +02:00
GlobalSuppressions.cs fix warnings in Dalamud 2023-06-09 23:38:13 +02:00
Injector.cs fix: update Iced in Injector, fix build 2022-07-17 14:46:48 +02:00
LegacyBlowfish.cs fix warnings in injector 2023-06-09 23:38:15 +02:00
NativeFunctions.cs fix: update Iced in Injector, fix build 2022-07-17 14:46:48 +02:00