Dalamud/Dalamud
2020-03-29 23:44:16 +09:00
..
Configuration fix plugin disable during updates failing due to concurrent file modification; fix plugin updates failing to load config due to assembly version issues 2020-03-22 09:41:38 -07:00
Data fix: update lumina, flash window 2020-02-24 02:30:35 +09:00
DiscordBot feat: use Lumina for client state resolvers 2020-03-24 03:16:49 +09:00
Game feat: CompanyTag field on PlayerCharacter 2020-03-29 23:44:16 +09:00
Hooking Bump .NET framework version to 4.8 2019-11-17 00:03:54 +09:00
Interface feat: CompanyTag field on PlayerCharacter 2020-03-29 23:44:16 +09:00
Plugin Fix for the change to Assembly.LoadFile() no longer correctly handling plugin's local dll dependencies. We still have to use LoadFile() to allow duplicate names, but now we also have to fixup assembly resolution to 'restore' the default behavior. This adds a global appdomain handler that just tries to load dependencies from the local directory of the requesting dll, if other methods have already failed. 2020-03-24 20:05:48 -07:00
Properties Initial commit 2019-09-21 22:29:38 +09:00
UIRes feat: finish credits, new logo 2020-03-22 12:08:17 +09:00
Dalamud.cs fix race condition with plugin render vs dispose, on Dalamud dispose. Mainly seen in crashes when using /xldclose with plugin ui open 2020-03-28 12:45:13 -07:00
Dalamud.csproj build: v4.7.21.0 2020-03-29 16:48:56 +09:00
DalamudStartInfo.cs fix: some more plugin installer stuff 2020-02-23 22:34:08 +09:00
EntryPoint.cs fix: add exception handler for unobserved task exceptions 2020-03-27 16:39:46 +09:00
FodyWeavers.xml Initial commit 2019-09-21 22:29:38 +09:00
FodyWeavers.xsd Initial commit 2019-09-21 22:29:38 +09:00
NativeFunctions.cs fix: update lumina, flash window 2020-02-24 02:30:35 +09:00
Util.cs refactor: move ByteArrayToHex into an Util class for everyone to use 2020-01-30 20:08:54 +09:00
XivApi.cs fix: use https for xivapi, make cache concurrent 2020-02-06 22:23:17 +09:00