Skip to content

Commit

Permalink
Libraries update
Browse files Browse the repository at this point in the history
  • Loading branch information
RisaDev committed Apr 13, 2024
1 parent f9e79dc commit 2408745
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 13 deletions.
9 changes: 1 addition & 8 deletions CustomizePlus/Api/CustomizePlusIpc.General.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
using Dalamud.Plugin.Ipc;
using ECommons.EzIpcManager;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using static Penumbra.Api.Ipc;
using ECommons.EzIpcManager;

namespace CustomizePlus.Api;

Expand Down
2 changes: 1 addition & 1 deletion submodules/ECommons
Submodule ECommons updated 34 files
+15 −0 ECommons/Automation/WindowsKeypress.Forms.cs
+7 −8 ECommons/Automation/WindowsKeypress.cs
+1 −1 ECommons/Commands/CmdManager.cs
+27 −8 ECommons/Configuration/DefaultSerializationFactory.cs
+3 −1 ECommons/DalamudServices/Svc.cs
+7 −4 ECommons/ECommons.csproj
+0 −1 ECommons/ExcelServices/ExcelWorldHelper.cs
+14 −0 ECommons/ExcelServices/GrandCompany.cs
+98 −30 ECommons/EzIpcManager/EzIPC.cs
+5 −2 ECommons/EzIpcManager/EzIPCAttribute.cs
+0 −1 ECommons/EzIpcManager/EzIPCExtensions.cs
+28 −0 ECommons/EzIpcManager/SafeWrapper.cs
+289 −0 ECommons/EzIpcManager/SafeWrapperAny.cs
+289 −0 ECommons/EzIpcManager/SafeWrapperIPC.cs
+4 −2 ECommons/GameHelpers/Player.cs
+112 −0 ECommons/GenericHelpers.Forms.cs
+26 −76 ECommons/GenericHelpers.cs
+28 −0 ECommons/ImGuiMethods/EzFullscreenOverlayWindow.cs
+53 −0 ECommons/ImGuiMethods/EzOverlayWindow.cs
+9 −1 ECommons/ImGuiMethods/ImGuiEx/CollectionCheckbox.cs
+5 −5 ECommons/ImGuiMethods/ImGuiEx/EzTable.cs
+57 −5 ECommons/ImGuiMethods/ImGuiEx/ImGuiEx.cs
+7 −6 ECommons/ImGuiMethods/Notify.cs
+15 −7 ECommons/Logging/DuoLog.cs
+2 −0 ECommons/Logging/InternalLog.cs
+33 −0 ECommons/Reflection/FieldPropertyUnion/IFieldPropertyUnion.cs
+50 −0 ECommons/Reflection/FieldPropertyUnion/UnionField.cs
+49 −0 ECommons/Reflection/FieldPropertyUnion/UnionProperty.cs
+28 −2 ECommons/Reflection/ReflectionHelper/Call.cs
+39 −5 ECommons/Reflection/ReflectionHelper/ReflectionHelper.cs
+44 −3 ECommons/Reflection/ReflectionHelper/Utils.cs
+4 −2 ECommons/SimpleGui/ConfigWindow.cs
+16 −5 ECommons/SimpleGui/EzConfigGui.cs
+1 −1 ECommons/UIHelpers/AtkReader.cs
2 changes: 1 addition & 1 deletion submodules/Penumbra.Api
2 changes: 1 addition & 1 deletion submodules/Penumbra.String

0 comments on commit 2408745

Please sign in to comment.