LANCommander/LANCommander.Launcher.Services
Pat Hartl 5a32bbf890 Add localization support to launcher
Adds localization across the launcher and includes English, German, Spanish, French, Italian, Japanese, Korean, Dutch, Portuguese, Ukranian, and Chinese. These localizations were generated by Claude 3.5 and need to be reviewed by a human for accuracy.
2025-08-18 21:29:38 -05:00
..
Extensions Have launcher use AppData/Local if it has no write access to its base directory 2025-08-18 17:49:17 -05:00
Models Simplify depot data retrieval, add loading indicator to depot 2025-03-14 17:38:47 -05:00
_BaseDatabaseService.cs Remove repository, add audit interceptor, rename async methods 2025-01-19 00:04:01 -06:00
_BaseService.cs Switch logging to Serilog 2024-09-11 00:24:34 -05:00
AuthenticationService.cs Store and restore server address (for use in offline mode and auto-login) 2025-06-15 23:39:28 +02:00
CollectionService.cs Switch logging to Serilog 2024-09-11 00:24:34 -05:00
CommandLineService.cs Pass default username with fallback to "Player" in NameChange script 2025-05-13 00:23:12 +02:00
CompanyService.cs Switch logging to Serilog 2024-09-11 00:24:34 -05:00
DepotService.cs Simplify depot data retrieval, add loading indicator to depot 2025-03-14 17:38:47 -05:00
EngineService.cs Switch logging to Serilog 2024-09-11 00:24:34 -05:00
FilterService.cs WIP refactor of game importing 2025-01-12 02:54:41 -06:00
GameService.cs Uninstalling base game on uninstallation of dependent game 2025-05-27 23:24:54 +02:00
GenreService.cs Switch logging to Serilog 2024-09-11 00:24:34 -05:00
ImportManagerService.cs Show import progress in popover 2025-02-06 20:54:03 -06:00
ImportService.cs Storing dependent games ("childs") in local database to list addon options in UI 2025-05-27 21:38:25 +02:00
InstallService.cs Restore installation files on uninstallation of addons 2025-05-27 23:15:29 +02:00
KeepAliveService.cs Stop timer events ignoring connection timeouts causing early connection-lost + show retry count in toast message 2025-06-16 01:36:39 +02:00
LANCommander.Launcher.Services.csproj Update to .NET 9 2025-02-04 18:39:29 -06:00
LibraryService.cs Uninstalling base game on uninstallation of dependent game 2025-05-27 23:24:54 +02:00
LocalizationService.cs Add localization support to launcher 2025-08-18 21:29:38 -05:00
MediaService.cs Have launcher use AppData/Local if it has no write access to its base directory 2025-08-18 17:49:17 -05:00
MessageBusService.cs Switch logging to Serilog 2024-09-11 00:24:34 -05:00
MultiplayerModeService.cs Switch logging to Serilog 2024-09-11 00:24:34 -05:00
PlatformService.cs Switch logging to Serilog 2024-09-11 00:24:34 -05:00
PlaySessionService.cs Add server scripts to execute on game start/stop, refactor how play sessions are recorded 2025-02-23 15:39:06 -06:00
ProfileService.cs Use cache save/restore 2025-03-17 12:29:35 -05:00
RedistributableService.cs Switch logging to Serilog 2024-09-11 00:24:34 -05:00
SaveService.cs Fix no saves from game returning null 2025-03-11 18:20:34 -05:00
SettingService.cs Have launcher use AppData/Local if it has no write access to its base directory 2025-08-18 17:49:17 -05:00
TagService.cs Switch logging to Serilog 2024-09-11 00:24:34 -05:00
UpdateService.cs Corrected client-side autoupdater and server-side CheckForUpdate route 2025-08-12 19:04:19 +02:00
UserService.cs Fix username/avatar not downloading on app start 2025-02-16 16:46:31 -06:00