diff --git a/HtmlRenderer/HtmlRenderer.csproj b/HtmlRenderer/HtmlRenderer.csproj
index 34b0c532e..cb5d0b910 100644
--- a/HtmlRenderer/HtmlRenderer.csproj
+++ b/HtmlRenderer/HtmlRenderer.csproj
@@ -10,7 +10,7 @@
Properties
RainbowMage.HtmlRenderer
HtmlRenderer
- v4.6.1
+ v4.8
512
diff --git a/HtmlRenderer/Properties/AssemblyInfo.cs b/HtmlRenderer/Properties/AssemblyInfo.cs
index ebbcff914..2d09ac383 100644
--- a/HtmlRenderer/Properties/AssemblyInfo.cs
+++ b/HtmlRenderer/Properties/AssemblyInfo.cs
@@ -1,35 +1,35 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
-// アセンブリに関連付けられている情報を変更するには、
-// これらの属性値を変更してください。
-[assembly: AssemblyTitle("HtmlRenderer")]
-[assembly: AssemblyDescription("HTML based offscreen rendering library for the OverlayPlugin.")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("HtmlRenderer")]
-[assembly: AssemblyCopyright("Copyright © RainbowMage 2015, Kuriyama hibiya 2016, ngld 2019")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// ComVisible を false に設定すると、その型はこのアセンブリ内で COM コンポーネントから
-// 参照不可能になります。COM からこのアセンブリ内の型にアクセスする場合は、
-// その型の ComVisible 属性を true に設定してください。
-[assembly: ComVisible(false)]
-
-// 次の GUID は、このプロジェクトが COM に公開される場合の、typelib の ID です
-[assembly: Guid("34a153eb-4d19-4209-88e1-5ce8f171da6c")]
-
-// アセンブリのバージョン情報は、以下の 4 つの値で構成されています:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
-// 既定値にすることができます:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.16.6.0")]
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
+// アセンブリに関連付けられている情報を変更するには、
+// これらの属性値を変更してください。
+[assembly: AssemblyTitle("HtmlRenderer")]
+[assembly: AssemblyDescription("HTML based offscreen rendering library for the OverlayPlugin.")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("HtmlRenderer")]
+[assembly: AssemblyCopyright("Copyright © RainbowMage 2015, Kuriyama hibiya 2016, ngld 2019")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// ComVisible を false に設定すると、その型はこのアセンブリ内で COM コンポーネントから
+// 参照不可能になります。COM からこのアセンブリ内の型にアクセスする場合は、
+// その型の ComVisible 属性を true に設定してください。
+[assembly: ComVisible(false)]
+
+// 次の GUID は、このプロジェクトが COM に公開される場合の、typelib の ID です
+[assembly: Guid("34a153eb-4d19-4209-88e1-5ce8f171da6c")]
+
+// アセンブリのバージョン情報は、以下の 4 つの値で構成されています:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
+// 既定値にすることができます:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("0.17.0.0")]
diff --git a/HtmlRenderer/Resources.Designer.cs b/HtmlRenderer/Resources.Designer.cs
index 4d867626b..77c183412 100644
--- a/HtmlRenderer/Resources.Designer.cs
+++ b/HtmlRenderer/Resources.Designer.cs
@@ -1,72 +1,72 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace RainbowMage.HtmlRenderer {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RainbowMage.HtmlRenderer.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- ///
- /// Looks up a localized string similar to Browser crashed! ({0}) Trying to restart..
- ///
- internal static string BrowserCrashed {
- get {
- return ResourceManager.GetString("BrowserCrashed", resourceCulture);
- }
- }
- }
-}
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace RainbowMage.HtmlRenderer {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RainbowMage.HtmlRenderer.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Browser crashed! ({0}) Trying to restart..
+ ///
+ internal static string BrowserCrashed {
+ get {
+ return ResourceManager.GetString("BrowserCrashed", resourceCulture);
+ }
+ }
+ }
+}
diff --git a/OverlayPlugin.Common/OverlayPlugin.Common.csproj b/OverlayPlugin.Common/OverlayPlugin.Common.csproj
index af3115c06..3d0d07a83 100644
--- a/OverlayPlugin.Common/OverlayPlugin.Common.csproj
+++ b/OverlayPlugin.Common/OverlayPlugin.Common.csproj
@@ -9,7 +9,7 @@
Properties
RainbowMage.OverlayPlugin
OverlayPlugin.Common
- v4.6.1
+ v4.8
512
diff --git a/OverlayPlugin.Common/Properties/AssemblyInfo.cs b/OverlayPlugin.Common/Properties/AssemblyInfo.cs
index 547eedded..31cfc3ebf 100644
--- a/OverlayPlugin.Common/Properties/AssemblyInfo.cs
+++ b/OverlayPlugin.Common/Properties/AssemblyInfo.cs
@@ -1,35 +1,35 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
-// アセンブリに関連付けられている情報を変更するには、
-// これらの属性値を変更してください。
-[assembly: AssemblyTitle("OverlayPlugin.Common")]
-[assembly: AssemblyDescription("Common types of the OverlayPlugin")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("OverlayAddon")]
-[assembly: AssemblyCopyright("Copyright © RainbowMage 2015, Kuriyama hibiya 2016, ngld 2019")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// ComVisible を false に設定すると、その型はこのアセンブリ内で COM コンポーネントから
-// 参照不可能になります。COM からこのアセンブリ内の型にアクセスする場合は、
-// その型の ComVisible 属性を true に設定してください。
-[assembly: ComVisible(false)]
-
-// 次の GUID は、このプロジェクトが COM に公開される場合の、typelib の ID です
-[assembly: Guid("9c15f12b-1d76-4229-814d-1d907d43fd2c")]
-
-// アセンブリのバージョン情報は、以下の 4 つの値で構成されています:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
-// 既定値にすることができます:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.16.6.0")]
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
+// アセンブリに関連付けられている情報を変更するには、
+// これらの属性値を変更してください。
+[assembly: AssemblyTitle("OverlayPlugin.Common")]
+[assembly: AssemblyDescription("Common types of the OverlayPlugin")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("OverlayAddon")]
+[assembly: AssemblyCopyright("Copyright © RainbowMage 2015, Kuriyama hibiya 2016, ngld 2019")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// ComVisible を false に設定すると、その型はこのアセンブリ内で COM コンポーネントから
+// 参照不可能になります。COM からこのアセンブリ内の型にアクセスする場合は、
+// その型の ComVisible 属性を true に設定してください。
+[assembly: ComVisible(false)]
+
+// 次の GUID は、このプロジェクトが COM に公開される場合の、typelib の ID です
+[assembly: Guid("9c15f12b-1d76-4229-814d-1d907d43fd2c")]
+
+// アセンブリのバージョン情報は、以下の 4 つの値で構成されています:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
+// 既定値にすることができます:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("0.17.0.0")]
diff --git a/OverlayPlugin.Core/OverlayPlugin.Core.csproj b/OverlayPlugin.Core/OverlayPlugin.Core.csproj
index 31444b9ad..4e992626c 100644
--- a/OverlayPlugin.Core/OverlayPlugin.Core.csproj
+++ b/OverlayPlugin.Core/OverlayPlugin.Core.csproj
@@ -10,7 +10,7 @@
Properties
RainbowMage.OverlayPlugin
OverlayPlugin.Core
- v4.6.1
+ v4.8
512
@@ -260,6 +260,7 @@
PreserveNewest
+
PreserveNewest
diff --git a/OverlayPlugin.Core/Properties/AssemblyInfo.cs b/OverlayPlugin.Core/Properties/AssemblyInfo.cs
index 02533e171..c3b38ef54 100644
--- a/OverlayPlugin.Core/Properties/AssemblyInfo.cs
+++ b/OverlayPlugin.Core/Properties/AssemblyInfo.cs
@@ -1,35 +1,35 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
-// アセンブリに関連付けられている情報を変更するには、
-// これらの属性値を変更してください。
-[assembly: AssemblyTitle("OverlayPlugin.Core")]
-[assembly: AssemblyDescription("Core assembly of the OverlayPlugin")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("OverlayPlugin")]
-[assembly: AssemblyCopyright("Copyright © RainbowMage 2015, Kuriyama hibiya 2016, ngld 2019")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// ComVisible を false に設定すると、その型はこのアセンブリ内で COM コンポーネントから
-// 参照不可能になります。COM からこのアセンブリ内の型にアクセスする場合は、
-// その型の ComVisible 属性を true に設定してください。
-[assembly: ComVisible(false)]
-
-// 次の GUID は、このプロジェクトが COM に公開される場合の、typelib の ID です
-[assembly: Guid("87f048e2-5d39-47c9-ae5a-9d4c940e2e2a")]
-
-// アセンブリのバージョン情報は、以下の 4 つの値で構成されています:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
-// 既定値にすることができます:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.16.6.0")]
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
+// アセンブリに関連付けられている情報を変更するには、
+// これらの属性値を変更してください。
+[assembly: AssemblyTitle("OverlayPlugin.Core")]
+[assembly: AssemblyDescription("Core assembly of the OverlayPlugin")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("OverlayPlugin")]
+[assembly: AssemblyCopyright("Copyright © RainbowMage 2015, Kuriyama hibiya 2016, ngld 2019")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// ComVisible を false に設定すると、その型はこのアセンブリ内で COM コンポーネントから
+// 参照不可能になります。COM からこのアセンブリ内の型にアクセスする場合は、
+// その型の ComVisible 属性を true に設定してください。
+[assembly: ComVisible(false)]
+
+// 次の GUID は、このプロジェクトが COM に公開される場合の、typelib の ID です
+[assembly: Guid("87f048e2-5d39-47c9-ae5a-9d4c940e2e2a")]
+
+// アセンブリのバージョン情報は、以下の 4 つの値で構成されています:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
+// 既定値にすることができます:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("0.17.0.0")]
diff --git a/OverlayPlugin.Core/Resources.Designer.cs b/OverlayPlugin.Core/Resources.Designer.cs
index 225359841..917cedfa1 100644
--- a/OverlayPlugin.Core/Resources.Designer.cs
+++ b/OverlayPlugin.Core/Resources.Designer.cs
@@ -1,480 +1,480 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace RainbowMage.OverlayPlugin {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RainbowMage.OverlayPlugin.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- ///
- /// Looks up a localized string similar to ACTWS compatibility shim enabled..
- ///
- internal static string ActwsShimEnabled {
- get {
- return ResourceManager.GetString("ActwsShimEnabled", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Custom.
- ///
- internal static string CustomPresetLabel {
- get {
- return ResourceManager.GetString("CustomPresetLabel", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Duplicate handler for name {0}!.
- ///
- internal static string DuplicateHandlerError {
- get {
- return ResourceManager.GetString("DuplicateHandlerError", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to NewOverlayDialog: Failed to load presets: {0}.
- ///
- internal static string ErrorCouldNotLoadPresets {
- get {
- return ResourceManager.GetString("ErrorCouldNotLoadPresets", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Name must not be empty or white space only..
- ///
- internal static string ErrorOverlayNameEmpty {
- get {
- return ResourceManager.GetString("ErrorOverlayNameEmpty", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Name should be unique..
- ///
- internal static string ErrorOverlayNameNotUnique {
- get {
- return ResourceManager.GetString("ErrorOverlayNameNotUnique", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Event Settings.
- ///
- internal static string EventConfigTab {
- get {
- return ResourceManager.GetString("EventConfigTab", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to dispatch event {0} to {1}! {2}.
- ///
- internal static string EventHandlerException {
- get {
- return ResourceManager.GetString("EventHandlerException", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to retrieve the FFXIV DataRepository: {0}.
- ///
- internal static string FFXIVDataRepositoryException {
- get {
- return ResourceManager.GetString("FFXIVDataRepositoryException", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to retrieve the FFXIV DataSubscription: {0}.
- ///
- internal static string FFXIVDataSubscriptionException {
- get {
- return ResourceManager.GetString("FFXIVDataSubscriptionException", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to General.
- ///
- internal static string GeneralTab {
- get {
- return ResourceManager.GetString("GeneralTab", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Toggle clickthrough.
- ///
- internal static string HotkeyActionToggleClickthrough {
- get {
- return ResourceManager.GetString("HotkeyActionToggleClickthrough", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Toggle enabled.
- ///
- internal static string HotkeyActionToggleEnabled {
- get {
- return ResourceManager.GetString("HotkeyActionToggleEnabled", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Toggle lock.
- ///
- internal static string HotkeyActionToggleLock {
- get {
- return ResourceManager.GetString("HotkeyActionToggleLock", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Toggle visible/hide.
- ///
- internal static string HotkeyActionToggleVisible {
- get {
- return ResourceManager.GetString("HotkeyActionToggleVisible", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Detected incompatible addon {0}. Please update as soon as possible!!.
- ///
- internal static string IncompatibleAddon {
- get {
- return ResourceManager.GetString("IncompatibleAddon", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to InitializeOverlay: Local file {0} does not exist!.
- ///
- internal static string InitOverlayLocalFileIsMissing {
- get {
- return ResourceManager.GetString("InitOverlayLocalFileIsMissing", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to InitializeOverlay: URI parse error! Please reconfigure the URL. (Config.Url = {0}): {1}.
- ///
- internal static string InitOverlayUrlError {
- get {
- return ResourceManager.GetString("InitOverlayUrlError", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to JS Handler call failed: {0}.
- ///
- internal static string JsHandlerCallException {
- get {
- return ResourceManager.GetString("JsHandlerCallException", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to sort list by {0}: {1}.
- ///
- internal static string ListSortFailed {
- get {
- return ResourceManager.GetString("ListSortFailed", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to ERROR: Log not connected..
- ///
- internal static string LogNotConnectedError {
- get {
- return ResourceManager.GetString("LogNotConnectedError", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to MiniParseEventSource.
- ///
- internal static string MapESMiniParse {
- get {
- return ResourceManager.GetString("MapESMiniParse", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to LabelOverlay.
- ///
- internal static string MapOverlayLabel {
- get {
- return ResourceManager.GetString("MapOverlayLabel", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to MiniParseOverlay.
- ///
- internal static string MapOverlayMiniParse {
- get {
- return ResourceManager.GetString("MapOverlayMiniParse", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Label.
- ///
- internal static string MapOverlayShortLabel {
- get {
- return ResourceManager.GetString("MapOverlayShortLabel", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to MiniParse.
- ///
- internal static string MapOverlayShortMiniParse {
- get {
- return ResourceManager.GetString("MapOverlayShortMiniParse", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to SpellTimer.
- ///
- internal static string MapOverlayShortSpellTimer {
- get {
- return ResourceManager.GetString("MapOverlayShortSpellTimer", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to SpellTimerOverlay.
- ///
- internal static string MapOverlaySpellTimer {
- get {
- return ResourceManager.GetString("MapOverlaySpellTimer", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Tried to dispatch unregistered event type "{0}"!.
- ///
- internal static string MissingEventDispatchError {
- get {
- return ResourceManager.GetString("MissingEventDispatchError", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Got a subscription for missing event "{0}"!.
- ///
- internal static string MissingEventSubError {
- get {
- return ResourceManager.GetString("MissingEventSubError", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Tried to call missing handler "{0}"!.
- ///
- internal static string MissingHandlerError {
- get {
- return ResourceManager.GetString("MissingHandlerError", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to setup network parser: {0}.
- ///
- internal static string NetworkParserInitException {
- get {
- return ResourceManager.GetString("NetworkParserInitException", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Could not find Machina or the FFXIV plugin. This is only an issue if you're using ACT with FFXIV..
- ///
- internal static string NetworkParserNoFfxiv {
- get {
- return ResourceManager.GetString("NetworkParserNoFfxiv", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Received invalid handler call: {0}.
- ///
- internal static string OverlayApiInvalidHandlerCall {
- get {
- return ResourceManager.GetString("OverlayApiInvalidHandlerCall", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Missing events field in subscribe call: {0}!.
- ///
- internal static string OverlayApiMissingEventsField {
- get {
- return ResourceManager.GetString("OverlayApiMissingEventsField", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Missing events field in unsubscribe call: {0}!.
- ///
- internal static string OverlayApiMissingEventsFieldUnsub {
- get {
- return ResourceManager.GetString("OverlayApiMissingEventsFieldUnsub", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to {0}: Subscribed to {1}.
- ///
- internal static string OverlayApiSubscribed {
- get {
- return ResourceManager.GetString("OverlayApiSubscribed", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to register hotkey: {0}!.
- ///
- internal static string OverlayBaseRegisterHotkeyError {
- get {
- return ResourceManager.GetString("OverlayBaseRegisterHotkeyError", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Preview.
- ///
- internal static string OverlayPreviewName {
- get {
- return ResourceManager.GetString("OverlayPreviewName", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Preset {0} uses unsupported type {1}!.
- ///
- internal static string PresetUsesUnsupportedType {
- get {
- return ResourceManager.GetString("PresetUsesUnsupportedType", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Please select overlay type..
- ///
- internal static string PromptSelectOverlayType {
- get {
- return ResourceManager.GetString("PromptSelectOverlayType", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Please select a preset..
- ///
- internal static string PromptSelectPreset {
- get {
- return ResourceManager.GetString("PromptSelectPreset", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to register hotkey {0}, {1} in EnableHotKeys()..
- ///
- internal static string RegisterHotkeyError {
- get {
- return ResourceManager.GetString("RegisterHotkeyError", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Event Source.
- ///
- internal static string TabsESLabel {
- get {
- return ResourceManager.GetString("TabsESLabel", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to unregister hotkey {0} in DisableHotKeys()..
- ///
- internal static string UnregisterHotkeyError {
- get {
- return ResourceManager.GetString("UnregisterHotkeyError", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to WS: Handler call failed: {0}.
- ///
- internal static string WSHandlerException {
- get {
- return ResourceManager.GetString("WSHandlerException", resourceCulture);
- }
- }
-
- ///
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace RainbowMage.OverlayPlugin {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RainbowMage.OverlayPlugin.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ACTWS compatibility shim enabled..
+ ///
+ internal static string ActwsShimEnabled {
+ get {
+ return ResourceManager.GetString("ActwsShimEnabled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Custom.
+ ///
+ internal static string CustomPresetLabel {
+ get {
+ return ResourceManager.GetString("CustomPresetLabel", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Duplicate handler for name {0}!.
+ ///
+ internal static string DuplicateHandlerError {
+ get {
+ return ResourceManager.GetString("DuplicateHandlerError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to NewOverlayDialog: Failed to load presets: {0}.
+ ///
+ internal static string ErrorCouldNotLoadPresets {
+ get {
+ return ResourceManager.GetString("ErrorCouldNotLoadPresets", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Name must not be empty or white space only..
+ ///
+ internal static string ErrorOverlayNameEmpty {
+ get {
+ return ResourceManager.GetString("ErrorOverlayNameEmpty", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Name should be unique..
+ ///
+ internal static string ErrorOverlayNameNotUnique {
+ get {
+ return ResourceManager.GetString("ErrorOverlayNameNotUnique", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Event Settings.
+ ///
+ internal static string EventConfigTab {
+ get {
+ return ResourceManager.GetString("EventConfigTab", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to dispatch event {0} to {1}! {2}.
+ ///
+ internal static string EventHandlerException {
+ get {
+ return ResourceManager.GetString("EventHandlerException", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to retrieve the FFXIV DataRepository: {0}.
+ ///
+ internal static string FFXIVDataRepositoryException {
+ get {
+ return ResourceManager.GetString("FFXIVDataRepositoryException", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to retrieve the FFXIV DataSubscription: {0}.
+ ///
+ internal static string FFXIVDataSubscriptionException {
+ get {
+ return ResourceManager.GetString("FFXIVDataSubscriptionException", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to General.
+ ///
+ internal static string GeneralTab {
+ get {
+ return ResourceManager.GetString("GeneralTab", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Toggle clickthrough.
+ ///
+ internal static string HotkeyActionToggleClickthrough {
+ get {
+ return ResourceManager.GetString("HotkeyActionToggleClickthrough", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Toggle enabled.
+ ///
+ internal static string HotkeyActionToggleEnabled {
+ get {
+ return ResourceManager.GetString("HotkeyActionToggleEnabled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Toggle lock.
+ ///
+ internal static string HotkeyActionToggleLock {
+ get {
+ return ResourceManager.GetString("HotkeyActionToggleLock", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Toggle visible/hide.
+ ///
+ internal static string HotkeyActionToggleVisible {
+ get {
+ return ResourceManager.GetString("HotkeyActionToggleVisible", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Detected incompatible addon {0}. Please update as soon as possible!!.
+ ///
+ internal static string IncompatibleAddon {
+ get {
+ return ResourceManager.GetString("IncompatibleAddon", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to InitializeOverlay: Local file {0} does not exist!.
+ ///
+ internal static string InitOverlayLocalFileIsMissing {
+ get {
+ return ResourceManager.GetString("InitOverlayLocalFileIsMissing", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to InitializeOverlay: URI parse error! Please reconfigure the URL. (Config.Url = {0}): {1}.
+ ///
+ internal static string InitOverlayUrlError {
+ get {
+ return ResourceManager.GetString("InitOverlayUrlError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to JS Handler call failed: {0}.
+ ///
+ internal static string JsHandlerCallException {
+ get {
+ return ResourceManager.GetString("JsHandlerCallException", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to sort list by {0}: {1}.
+ ///
+ internal static string ListSortFailed {
+ get {
+ return ResourceManager.GetString("ListSortFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ERROR: Log not connected..
+ ///
+ internal static string LogNotConnectedError {
+ get {
+ return ResourceManager.GetString("LogNotConnectedError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to MiniParseEventSource.
+ ///
+ internal static string MapESMiniParse {
+ get {
+ return ResourceManager.GetString("MapESMiniParse", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to LabelOverlay.
+ ///
+ internal static string MapOverlayLabel {
+ get {
+ return ResourceManager.GetString("MapOverlayLabel", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to MiniParseOverlay.
+ ///
+ internal static string MapOverlayMiniParse {
+ get {
+ return ResourceManager.GetString("MapOverlayMiniParse", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Label.
+ ///
+ internal static string MapOverlayShortLabel {
+ get {
+ return ResourceManager.GetString("MapOverlayShortLabel", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to MiniParse.
+ ///
+ internal static string MapOverlayShortMiniParse {
+ get {
+ return ResourceManager.GetString("MapOverlayShortMiniParse", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SpellTimer.
+ ///
+ internal static string MapOverlayShortSpellTimer {
+ get {
+ return ResourceManager.GetString("MapOverlayShortSpellTimer", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SpellTimerOverlay.
+ ///
+ internal static string MapOverlaySpellTimer {
+ get {
+ return ResourceManager.GetString("MapOverlaySpellTimer", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tried to dispatch unregistered event type "{0}"!.
+ ///
+ internal static string MissingEventDispatchError {
+ get {
+ return ResourceManager.GetString("MissingEventDispatchError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Got a subscription for missing event "{0}"!.
+ ///
+ internal static string MissingEventSubError {
+ get {
+ return ResourceManager.GetString("MissingEventSubError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Tried to call missing handler "{0}"!.
+ ///
+ internal static string MissingHandlerError {
+ get {
+ return ResourceManager.GetString("MissingHandlerError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to setup network parser: {0}.
+ ///
+ internal static string NetworkParserInitException {
+ get {
+ return ResourceManager.GetString("NetworkParserInitException", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Could not find Machina or the FFXIV plugin. This is only an issue if you're using ACT with FFXIV..
+ ///
+ internal static string NetworkParserNoFfxiv {
+ get {
+ return ResourceManager.GetString("NetworkParserNoFfxiv", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Received invalid handler call: {0}.
+ ///
+ internal static string OverlayApiInvalidHandlerCall {
+ get {
+ return ResourceManager.GetString("OverlayApiInvalidHandlerCall", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Missing events field in subscribe call: {0}!.
+ ///
+ internal static string OverlayApiMissingEventsField {
+ get {
+ return ResourceManager.GetString("OverlayApiMissingEventsField", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Missing events field in unsubscribe call: {0}!.
+ ///
+ internal static string OverlayApiMissingEventsFieldUnsub {
+ get {
+ return ResourceManager.GetString("OverlayApiMissingEventsFieldUnsub", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0}: Subscribed to {1}.
+ ///
+ internal static string OverlayApiSubscribed {
+ get {
+ return ResourceManager.GetString("OverlayApiSubscribed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to register hotkey: {0}!.
+ ///
+ internal static string OverlayBaseRegisterHotkeyError {
+ get {
+ return ResourceManager.GetString("OverlayBaseRegisterHotkeyError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Preview.
+ ///
+ internal static string OverlayPreviewName {
+ get {
+ return ResourceManager.GetString("OverlayPreviewName", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Preset {0} uses unsupported type {1}!.
+ ///
+ internal static string PresetUsesUnsupportedType {
+ get {
+ return ResourceManager.GetString("PresetUsesUnsupportedType", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Please select overlay type..
+ ///
+ internal static string PromptSelectOverlayType {
+ get {
+ return ResourceManager.GetString("PromptSelectOverlayType", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Please select a preset..
+ ///
+ internal static string PromptSelectPreset {
+ get {
+ return ResourceManager.GetString("PromptSelectPreset", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to register hotkey {0}, {1} in EnableHotKeys()..
+ ///
+ internal static string RegisterHotkeyError {
+ get {
+ return ResourceManager.GetString("RegisterHotkeyError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Event Source.
+ ///
+ internal static string TabsESLabel {
+ get {
+ return ResourceManager.GetString("TabsESLabel", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to unregister hotkey {0} in DisableHotKeys()..
+ ///
+ internal static string UnregisterHotkeyError {
+ get {
+ return ResourceManager.GetString("UnregisterHotkeyError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to WS: Handler call failed: {0}.
+ ///
+ internal static string WSHandlerException {
+ get {
+ return ResourceManager.GetString("WSHandlerException", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to <h1>It Works!</h1>
/// <p>
/// If any of these links are displayed with a "Local:" prefix and not clickable then that's because
@@ -482,84 +482,84 @@ internal static string WSHandlerException {
/// </p>
/// <p>
/// You'll have to copy & paste that link into your address bar.
- /// </p>.
- ///
- internal static string WSIndexPage {
- get {
- return ResourceManager.GetString("WSIndexPage", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Invalid data received: {0}; {1}.
- ///
- internal static string WSInvalidDataRecv {
- get {
- return ResourceManager.GetString("WSInvalidDataRecv", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to WS: Loading SSL certificate {0}....
- ///
- internal static string WSLoadingCert {
- get {
- return ResourceManager.GetString("WSLoadingCert", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to send message: {0}.
- ///
- internal static string WSMessageSendFailed {
- get {
- return ResourceManager.GetString("WSMessageSendFailed", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to process new subscription: {0}.
- ///
- internal static string WSNewSubFail {
- get {
- return ResourceManager.GetString("WSNewSubFail", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to This link might not work if the overlay doesn't support ACTWebSocket..
- ///
- internal static string WSNotConfidentLink {
- get {
- return ResourceManager.GetString("WSNotConfidentLink", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to WS: Failed to shutdown. {0}.
- ///
- internal static string WSShutdownError {
- get {
- return ResourceManager.GetString("WSShutdownError", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to WS: Failed to start: {0}.
- ///
- internal static string WSStartFailed {
- get {
- return ResourceManager.GetString("WSStartFailed", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to process unsubscription: {0}.
- ///
- internal static string WSUnsubFail {
- get {
- return ResourceManager.GetString("WSUnsubFail", resourceCulture);
- }
- }
- }
-}
+ /// </p>.
+ ///
+ internal static string WSIndexPage {
+ get {
+ return ResourceManager.GetString("WSIndexPage", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Invalid data received: {0}; {1}.
+ ///
+ internal static string WSInvalidDataRecv {
+ get {
+ return ResourceManager.GetString("WSInvalidDataRecv", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to WS: Loading SSL certificate {0}....
+ ///
+ internal static string WSLoadingCert {
+ get {
+ return ResourceManager.GetString("WSLoadingCert", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to send message: {0}.
+ ///
+ internal static string WSMessageSendFailed {
+ get {
+ return ResourceManager.GetString("WSMessageSendFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to process new subscription: {0}.
+ ///
+ internal static string WSNewSubFail {
+ get {
+ return ResourceManager.GetString("WSNewSubFail", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to This link might not work if the overlay doesn't support ACTWebSocket..
+ ///
+ internal static string WSNotConfidentLink {
+ get {
+ return ResourceManager.GetString("WSNotConfidentLink", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to WS: Failed to shutdown. {0}.
+ ///
+ internal static string WSShutdownError {
+ get {
+ return ResourceManager.GetString("WSShutdownError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to WS: Failed to start: {0}.
+ ///
+ internal static string WSStartFailed {
+ get {
+ return ResourceManager.GetString("WSStartFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to process unsubscription: {0}.
+ ///
+ internal static string WSUnsubFail {
+ get {
+ return ResourceManager.GetString("WSUnsubFail", resourceCulture);
+ }
+ }
+ }
+}
diff --git a/OverlayPlugin.Core/app.config b/OverlayPlugin.Core/app.config
index edaa09026..b10f49787 100644
--- a/OverlayPlugin.Core/app.config
+++ b/OverlayPlugin.Core/app.config
@@ -1,11 +1,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/OverlayPlugin.Updater/OverlayPlugin.Updater.csproj b/OverlayPlugin.Updater/OverlayPlugin.Updater.csproj
index 70bd816ab..58dcaece5 100644
--- a/OverlayPlugin.Updater/OverlayPlugin.Updater.csproj
+++ b/OverlayPlugin.Updater/OverlayPlugin.Updater.csproj
@@ -1,189 +1,189 @@
-
-
-
-
- Debug
- AnyCPU
- {82B1D288-51A6-411F-A5F9-E37C6A72E7DA}
- Library
- RainbowMage.OverlayPlugin.Updater
- OverlayPlugin.Updater
- v4.6.1
- 512
- false
- true
-
-
-
- AnyCPU
- true
- portable
- false
- ..\out\Debug\libs\
- DEBUG;TRACE
- prompt
- 4
- true
-
-
- AnyCPU
- pdbonly
- true
- ..\out\Release\libs\
- TRACE
- prompt
- 4
- true
-
-
-
-
-
-
- ..\Thirdparty\ACT\Advanced Combat Tracker.exe
- False
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- UserControl
-
-
- CefMissingTab.cs
-
-
-
-
-
-
- Form
-
-
- ProgressDisplay.cs
-
-
-
- True
- True
- Resources.resx
-
-
- Form
-
-
- UpdateQuestionForm.cs
-
-
-
- CefMissingTab.cs
-
-
- CefMissingTab.cs
-
-
- CefMissingTab.cs
-
-
- CefMissingTab.cs
-
-
- CefMissingTab.cs
-
-
- CefMissingTab.cs
-
-
- ProgressDisplay.cs
-
-
- ProgressDisplay.cs
-
-
- ProgressDisplay.cs
-
-
- ProgressDisplay.cs
-
-
- ProgressDisplay.cs
-
-
- ProgressDisplay.cs
-
-
-
-
-
-
- PublicResXFileCodeGenerator
- Resources.Designer.cs
-
-
-
- UpdateQuestionForm.cs
-
-
- UpdateQuestionForm.cs
-
-
- UpdateQuestionForm.cs
-
-
- UpdateQuestionForm.cs
-
-
- UpdateQuestionForm.cs
-
-
- UpdateQuestionForm.cs
-
-
-
-
- {423fcbfc-dd3b-415f-be29-7a4a46614b79}
- OverlayPlugin.Common
- False
-
-
-
-
-
-
-
-
-
-
- 0.18.3
-
-
- 12.0.3
-
-
- 0.24.0
-
-
- 4.5.0
-
-
-
-
-
-
-
+
+
+
+
+ Debug
+ AnyCPU
+ {82B1D288-51A6-411F-A5F9-E37C6A72E7DA}
+ Library
+ RainbowMage.OverlayPlugin.Updater
+ OverlayPlugin.Updater
+ v4.8
+ 512
+ false
+ true
+
+
+
+ AnyCPU
+ true
+ portable
+ false
+ ..\out\Debug\libs\
+ DEBUG;TRACE
+ prompt
+ 4
+ true
+
+
+ AnyCPU
+ pdbonly
+ true
+ ..\out\Release\libs\
+ TRACE
+ prompt
+ 4
+ true
+
+
+
+
+
+
+ ..\Thirdparty\ACT\Advanced Combat Tracker.exe
+ False
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UserControl
+
+
+ CefMissingTab.cs
+
+
+
+
+
+
+ Form
+
+
+ ProgressDisplay.cs
+
+
+
+ True
+ True
+ Resources.resx
+
+
+ Form
+
+
+ UpdateQuestionForm.cs
+
+
+
+ CefMissingTab.cs
+
+
+ CefMissingTab.cs
+
+
+ CefMissingTab.cs
+
+
+ CefMissingTab.cs
+
+
+ CefMissingTab.cs
+
+
+ CefMissingTab.cs
+
+
+ ProgressDisplay.cs
+
+
+ ProgressDisplay.cs
+
+
+ ProgressDisplay.cs
+
+
+ ProgressDisplay.cs
+
+
+ ProgressDisplay.cs
+
+
+ ProgressDisplay.cs
+
+
+
+
+
+
+ PublicResXFileCodeGenerator
+ Resources.Designer.cs
+
+
+
+ UpdateQuestionForm.cs
+
+
+ UpdateQuestionForm.cs
+
+
+ UpdateQuestionForm.cs
+
+
+ UpdateQuestionForm.cs
+
+
+ UpdateQuestionForm.cs
+
+
+ UpdateQuestionForm.cs
+
+
+
+
+ {423fcbfc-dd3b-415f-be29-7a4a46614b79}
+ OverlayPlugin.Common
+ False
+
+
+
+
+
+
+
+
+
+
+ 0.18.3
+
+
+ 12.0.3
+
+
+ 0.24.0
+
+
+ 4.5.0
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/OverlayPlugin.Updater/Properties/AssemblyInfo.cs b/OverlayPlugin.Updater/Properties/AssemblyInfo.cs
index e8ff3e687..38335ebbd 100644
--- a/OverlayPlugin.Updater/Properties/AssemblyInfo.cs
+++ b/OverlayPlugin.Updater/Properties/AssemblyInfo.cs
@@ -1,35 +1,35 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("OverlayPlugin.Updater")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("OverlayPlugin.Updater")]
-[assembly: AssemblyCopyright("Copyright © ngld 2019")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("82b1d288-51a6-411f-a5f9-e37c6a72e7da")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.16.6.0")]
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("OverlayPlugin.Updater")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("OverlayPlugin.Updater")]
+[assembly: AssemblyCopyright("Copyright © ngld 2019")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("82b1d288-51a6-411f-a5f9-e37c6a72e7da")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("0.17.0.0")]
diff --git a/OverlayPlugin.Updater/Resources.Designer.cs b/OverlayPlugin.Updater/Resources.Designer.cs
index 7d55decdf..c714b6402 100644
--- a/OverlayPlugin.Updater/Resources.Designer.cs
+++ b/OverlayPlugin.Updater/Resources.Designer.cs
@@ -1,576 +1,576 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace RainbowMage.OverlayPlugin.Updater {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- public class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RainbowMage.OverlayPlugin.Updater.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- ///
- /// Looks up a localized string similar to Update check for {0} through ACT failed, retrying with GitHub API..
- ///
- public static string ActUpdateCheckFailed {
- get {
- return ResourceManager.GetString("ActUpdateCheckFailed", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to ACT Update check for {0} failed, falling back to GitHub API: {1}.
- ///
- public static string ActUpdateException {
- get {
- return ResourceManager.GetString("ActUpdateException", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to create or empty the temporary directory "{0}": {1}.
- ///
- public static string CreatingTempDirFailed {
- get {
- return ResourceManager.GetString("CreatingTempDirFailed", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Download failed! The download has no file size (Content-Length header is missing)..
- ///
- public static string DownloadFailedContentLengthMissing {
- get {
- return ResourceManager.GetString("DownloadFailedContentLengthMissing", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to {0} Error.
- ///
- public static string ErrorTitle {
- get {
- return ResourceManager.GetString("ErrorTitle", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed: {0}.
- ///
- public static string Exception {
- get {
- return ResourceManager.GetString("Exception", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to launch installer: {0}.
- ///
- public static string LaunchingInstallerFailed {
- get {
- return ResourceManager.GetString("LaunchingInstallerFailed", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Byte[].
- ///
- public static byte[] libcurl {
- get {
- object obj = ResourceManager.GetObject("libcurl", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- ///
- /// Looks up a localized resource of type System.Byte[].
- ///
- public static byte[] libcurl_x64 {
- get {
- object obj = ResourceManager.GetObject("libcurl_x64", resourceCulture);
- return ((byte[])(obj));
- }
- }
-
- ///
- /// Looks up a localized string similar to Aborted by user..
- ///
- public static string LogAbortedByUser {
- get {
- return ResourceManager.GetString("LogAbortedByUser", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Backing up old files....
- ///
- public static string LogBackingUpOldFiles {
- get {
- return ResourceManager.GetString("LogBackingUpOldFiles", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Cleaning up....
- ///
- public static string LogCleaningUp {
- get {
- return ResourceManager.GetString("LogCleaningUp", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Deleting temporary files....
- ///
- public static string LogDeletingTempFiles {
- get {
- return ResourceManager.GetString("LogDeletingTempFiles", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Done..
- ///
- public static string LogDone {
- get {
- return ResourceManager.GetString("LogDone", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Download failed: {0}.
- ///
- public static string LogDownloadFailed {
- get {
- return ResourceManager.GetString("LogDownloadFailed", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Downloading "{0}" into {1}....
- ///
- public static string LogDownloading {
- get {
- return ResourceManager.GetString("LogDownloading", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The download was interrupted: {0}.
- ///
- public static string LogDownloadInterrupted {
- get {
- return ResourceManager.GetString("LogDownloadInterrupted", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Extracting files....
- ///
- public static string LogExtractingFiles {
- get {
- return ResourceManager.GetString("LogExtractingFiles", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Extraction aborted by user..
- ///
- public static string LogExtractionAbortedByUser {
- get {
- return ResourceManager.GetString("LogExtractionAbortedByUser", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to replace old directory: {0}.
- ///
- public static string LogFailedReplaceDirectory {
- get {
- return ResourceManager.GetString("LogFailedReplaceDirectory", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to delete {0}: {1}.
- ///
- public static string LogFailedToDelete {
- get {
- return ResourceManager.GetString("LogFailedToDelete", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Error: The installer did not finish correctly..
- ///
- public static string LogInstallerFailed {
- get {
- return ResourceManager.GetString("LogInstallerFailed", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Waiting for installer to exit....
- ///
- public static string LogInstallerWaiting {
- get {
- return ResourceManager.GetString("LogInstallerWaiting", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Launching installer....
- ///
- public static string LogLaunchingInstaller {
- get {
- return ResourceManager.GetString("LogLaunchingInstaller", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Moving directory....
- ///
- public static string LogMovingDirectory {
- get {
- return ResourceManager.GetString("LogMovingDirectory", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Opening archive....
- ///
- public static string LogOpeningArchive {
- get {
- return ResourceManager.GetString("LogOpeningArchive", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to No retries left, update failed..
- ///
- public static string LogOverwriteFailed {
- get {
- return ResourceManager.GetString("LogOverwriteFailed", resourceCulture);
- }
- }
-
- ///
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace RainbowMage.OverlayPlugin.Updater {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ public class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RainbowMage.OverlayPlugin.Updater.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ public static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Update check for {0} through ACT failed, retrying with GitHub API..
+ ///
+ public static string ActUpdateCheckFailed {
+ get {
+ return ResourceManager.GetString("ActUpdateCheckFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to ACT Update check for {0} failed, falling back to GitHub API: {1}.
+ ///
+ public static string ActUpdateException {
+ get {
+ return ResourceManager.GetString("ActUpdateException", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to create or empty the temporary directory "{0}": {1}.
+ ///
+ public static string CreatingTempDirFailed {
+ get {
+ return ResourceManager.GetString("CreatingTempDirFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Download failed! The download has no file size (Content-Length header is missing)..
+ ///
+ public static string DownloadFailedContentLengthMissing {
+ get {
+ return ResourceManager.GetString("DownloadFailedContentLengthMissing", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0} Error.
+ ///
+ public static string ErrorTitle {
+ get {
+ return ResourceManager.GetString("ErrorTitle", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed: {0}.
+ ///
+ public static string Exception {
+ get {
+ return ResourceManager.GetString("Exception", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to launch installer: {0}.
+ ///
+ public static string LaunchingInstallerFailed {
+ get {
+ return ResourceManager.GetString("LaunchingInstallerFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Byte[].
+ ///
+ public static byte[] libcurl {
+ get {
+ object obj = ResourceManager.GetObject("libcurl", resourceCulture);
+ return ((byte[])(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Byte[].
+ ///
+ public static byte[] libcurl_x64 {
+ get {
+ object obj = ResourceManager.GetObject("libcurl_x64", resourceCulture);
+ return ((byte[])(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Aborted by user..
+ ///
+ public static string LogAbortedByUser {
+ get {
+ return ResourceManager.GetString("LogAbortedByUser", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Backing up old files....
+ ///
+ public static string LogBackingUpOldFiles {
+ get {
+ return ResourceManager.GetString("LogBackingUpOldFiles", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cleaning up....
+ ///
+ public static string LogCleaningUp {
+ get {
+ return ResourceManager.GetString("LogCleaningUp", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Deleting temporary files....
+ ///
+ public static string LogDeletingTempFiles {
+ get {
+ return ResourceManager.GetString("LogDeletingTempFiles", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Done..
+ ///
+ public static string LogDone {
+ get {
+ return ResourceManager.GetString("LogDone", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Download failed: {0}.
+ ///
+ public static string LogDownloadFailed {
+ get {
+ return ResourceManager.GetString("LogDownloadFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Downloading "{0}" into {1}....
+ ///
+ public static string LogDownloading {
+ get {
+ return ResourceManager.GetString("LogDownloading", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The download was interrupted: {0}.
+ ///
+ public static string LogDownloadInterrupted {
+ get {
+ return ResourceManager.GetString("LogDownloadInterrupted", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Extracting files....
+ ///
+ public static string LogExtractingFiles {
+ get {
+ return ResourceManager.GetString("LogExtractingFiles", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Extraction aborted by user..
+ ///
+ public static string LogExtractionAbortedByUser {
+ get {
+ return ResourceManager.GetString("LogExtractionAbortedByUser", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to replace old directory: {0}.
+ ///
+ public static string LogFailedReplaceDirectory {
+ get {
+ return ResourceManager.GetString("LogFailedReplaceDirectory", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to delete {0}: {1}.
+ ///
+ public static string LogFailedToDelete {
+ get {
+ return ResourceManager.GetString("LogFailedToDelete", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error: The installer did not finish correctly..
+ ///
+ public static string LogInstallerFailed {
+ get {
+ return ResourceManager.GetString("LogInstallerFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Waiting for installer to exit....
+ ///
+ public static string LogInstallerWaiting {
+ get {
+ return ResourceManager.GetString("LogInstallerWaiting", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Launching installer....
+ ///
+ public static string LogLaunchingInstaller {
+ get {
+ return ResourceManager.GetString("LogLaunchingInstaller", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Moving directory....
+ ///
+ public static string LogMovingDirectory {
+ get {
+ return ResourceManager.GetString("LogMovingDirectory", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Opening archive....
+ ///
+ public static string LogOpeningArchive {
+ get {
+ return ResourceManager.GetString("LogOpeningArchive", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to No retries left, update failed..
+ ///
+ public static string LogOverwriteFailed {
+ get {
+ return ResourceManager.GetString("LogOverwriteFailed", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Failed to overwrite {0}, retrying...
- ///{1}.
- ///
- public static string LogOverwriteRetry {
- get {
- return ResourceManager.GetString("LogOverwriteRetry", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Overwriting old files....
- ///
- public static string LogOverwritingOldFiles {
- get {
- return ResourceManager.GetString("LogOverwritingOldFiles", resourceCulture);
- }
- }
-
- ///
+ ///{1}.
+ ///
+ public static string LogOverwriteRetry {
+ get {
+ return ResourceManager.GetString("LogOverwriteRetry", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Overwriting old files....
+ ///
+ public static string LogOverwritingOldFiles {
+ get {
+ return ResourceManager.GetString("LogOverwritingOldFiles", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Failed to overwrite old files: {0}
///WARNING: The plugin might be in an unusable state!!
- ///Run the update check again or reinstall the plugin, otherwise it might not survive the next ACT restart..
- ///
- public static string LogOverwritingOldFilesFailed {
- get {
- return ResourceManager.GetString("LogOverwritingOldFilesFailed", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Removing old backup directory....
- ///
- public static string LogRemovingOldBackup {
- get {
- return ResourceManager.GetString("LogRemovingOldBackup", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Restoring backup....
- ///
- public static string LogRestoringBackup {
- get {
- return ResourceManager.GetString("LogRestoringBackup", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Resuming download....
- ///
- public static string LogResumingDownload {
- get {
- return ResourceManager.GetString("LogResumingDownload", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Trying again....
- ///
- public static string LogRetry {
- get {
- return ResourceManager.GetString("LogRetry", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Retrying in 1 second..
- ///
- public static string LogRetryAfter1s {
- get {
- return ResourceManager.GetString("LogRetryAfter1s", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The MSVCRT installation failed..
- ///
- public static string MsvcrtFailed {
- get {
- return ResourceManager.GetString("MsvcrtFailed", resourceCulture);
- }
- }
-
- ///
+ ///Run the update check again or reinstall the plugin, otherwise it might not survive the next ACT restart..
+ ///
+ public static string LogOverwritingOldFilesFailed {
+ get {
+ return ResourceManager.GetString("LogOverwritingOldFilesFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing old backup directory....
+ ///
+ public static string LogRemovingOldBackup {
+ get {
+ return ResourceManager.GetString("LogRemovingOldBackup", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Restoring backup....
+ ///
+ public static string LogRestoringBackup {
+ get {
+ return ResourceManager.GetString("LogRestoringBackup", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Resuming download....
+ ///
+ public static string LogResumingDownload {
+ get {
+ return ResourceManager.GetString("LogResumingDownload", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Trying again....
+ ///
+ public static string LogRetry {
+ get {
+ return ResourceManager.GetString("LogRetry", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Retrying in 1 second..
+ ///
+ public static string LogRetryAfter1s {
+ get {
+ return ResourceManager.GetString("LogRetryAfter1s", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The MSVCRT installation failed..
+ ///
+ public static string MsvcrtFailed {
+ get {
+ return ResourceManager.GetString("MsvcrtFailed", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to You're missing the MS Visual C++ Redistributable for Visual Studio 2019.
- ///You'll need that for OverlayPlugin. Install it now?.
- ///
- public static string MsvcrtMissing {
- get {
- return ResourceManager.GetString("MsvcrtMissing", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Out of retries..
- ///
- public static string OutOfRetries {
- get {
- return ResourceManager.GetString("OutOfRetries", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to OverlayPlugin.
- ///
- public static string OverlayPluginTitle {
- get {
- return ResourceManager.GetString("OverlayPluginTitle", resourceCulture);
- }
- }
-
- ///
+ ///You'll need that for OverlayPlugin. Install it now?.
+ ///
+ public static string MsvcrtMissing {
+ get {
+ return ResourceManager.GetString("MsvcrtMissing", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Out of retries..
+ ///
+ public static string OutOfRetries {
+ get {
+ return ResourceManager.GetString("OutOfRetries", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to OverlayPlugin.
+ ///
+ public static string OverlayPluginTitle {
+ get {
+ return ResourceManager.GetString("OverlayPluginTitle", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to The currently loaded version of SharpCompress is outdated!
- ///Make sure you load OverlayPlugin before any other plugins that also use SharpCompress (like ACTWebSocket)..
- ///
- public static string SharpCompressOutdatedError {
- get {
- return ResourceManager.GetString("SharpCompressOutdatedError", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Cancelled!.
- ///
- public static string StatusCancelled {
- get {
- return ResourceManager.GetString("StatusCancelled", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Cancelling....
- ///
- public static string StatusCancelling {
- get {
- return ResourceManager.GetString("StatusCancelling", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to [{0}/{1}]: Done..
- ///
- public static string StatusDone {
- get {
- return ResourceManager.GetString("StatusDone", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to [{0}/{1}]: Starting download....
- ///
- public static string StatusDownloadStarted {
- get {
- return ResourceManager.GetString("StatusDownloadStarted", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Error.
- ///
- public static string StatusError {
- get {
- return ResourceManager.GetString("StatusError", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to [{0}/{1}]: Launching installer....
- ///
- public static string StatusLaunchingInstaller {
- get {
- return ResourceManager.GetString("StatusLaunchingInstaller", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to [{0}/{1}]: Preparing extraction....
- ///
- public static string StatusPreparingExtraction {
- get {
- return ResourceManager.GetString("StatusPreparingExtraction", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to You are already on the latest version..
- ///
- public static string UpdateAlreadyLatest {
- get {
- return ResourceManager.GetString("UpdateAlreadyLatest", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to download CEF! Check the OverlayPlugin.dll tab for details..
- ///
- public static string UpdateCefDlFailed {
- get {
- return ResourceManager.GetString("UpdateCefDlFailed", resourceCulture);
- }
- }
-
- ///
+ ///Make sure you load OverlayPlugin before any other plugins that also use SharpCompress (like ACTWebSocket)..
+ ///
+ public static string SharpCompressOutdatedError {
+ get {
+ return ResourceManager.GetString("SharpCompressOutdatedError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cancelled!.
+ ///
+ public static string StatusCancelled {
+ get {
+ return ResourceManager.GetString("StatusCancelled", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Cancelling....
+ ///
+ public static string StatusCancelling {
+ get {
+ return ResourceManager.GetString("StatusCancelling", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to [{0}/{1}]: Done..
+ ///
+ public static string StatusDone {
+ get {
+ return ResourceManager.GetString("StatusDone", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to [{0}/{1}]: Starting download....
+ ///
+ public static string StatusDownloadStarted {
+ get {
+ return ResourceManager.GetString("StatusDownloadStarted", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Error.
+ ///
+ public static string StatusError {
+ get {
+ return ResourceManager.GetString("StatusError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to [{0}/{1}]: Launching installer....
+ ///
+ public static string StatusLaunchingInstaller {
+ get {
+ return ResourceManager.GetString("StatusLaunchingInstaller", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to [{0}/{1}]: Preparing extraction....
+ ///
+ public static string StatusPreparingExtraction {
+ get {
+ return ResourceManager.GetString("StatusPreparingExtraction", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to You are already on the latest version..
+ ///
+ public static string UpdateAlreadyLatest {
+ get {
+ return ResourceManager.GetString("UpdateAlreadyLatest", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to download CEF! Check the OverlayPlugin.dll tab for details..
+ ///
+ public static string UpdateCefDlFailed {
+ get {
+ return ResourceManager.GetString("UpdateCefDlFailed", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Failed to check for updates:
- ///{0}.
- ///
- public static string UpdateCheckException {
- get {
- return ResourceManager.GetString("UpdateCheckException", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to {0} Update Check.
- ///
- public static string UpdateCheckTitle {
- get {
- return ResourceManager.GetString("UpdateCheckTitle", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to update the plugin. It might not load the next time you start ACT. Retry?.
- ///
- public static string UpdateFailedError {
- get {
- return ResourceManager.GetString("UpdateFailedError", resourceCulture);
- }
- }
-
- ///
+ ///{0}.
+ ///
+ public static string UpdateCheckException {
+ get {
+ return ResourceManager.GetString("UpdateCheckException", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0} Update Check.
+ ///
+ public static string UpdateCheckTitle {
+ get {
+ return ResourceManager.GetString("UpdateCheckTitle", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to update the plugin. It might not load the next time you start ACT. Retry?.
+ ///
+ public static string UpdateFailedError {
+ get {
+ return ResourceManager.GetString("UpdateFailedError", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Failed to parse version:
- ///{0}.
- ///
- public static string UpdateParseVersionError {
- get {
- return ResourceManager.GetString("UpdateParseVersionError", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to {0} was updated successfully..
- ///
- public static string UpdateSliderDetails {
- get {
- return ResourceManager.GetString("UpdateSliderDetails", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to The update was successful. Please restart ACT to load the new plugin version..
- ///
- public static string UpdateSuccess {
- get {
- return ResourceManager.GetString("UpdateSuccess", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to {0} Update.
- ///
- public static string UpdateTitle {
- get {
- return ResourceManager.GetString("UpdateTitle", resourceCulture);
- }
- }
- }
-}
+ ///{0}.
+ ///
+ public static string UpdateParseVersionError {
+ get {
+ return ResourceManager.GetString("UpdateParseVersionError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0} was updated successfully..
+ ///
+ public static string UpdateSliderDetails {
+ get {
+ return ResourceManager.GetString("UpdateSliderDetails", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to The update was successful. Please restart ACT to load the new plugin version..
+ ///
+ public static string UpdateSuccess {
+ get {
+ return ResourceManager.GetString("UpdateSuccess", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to {0} Update.
+ ///
+ public static string UpdateTitle {
+ get {
+ return ResourceManager.GetString("UpdateTitle", resourceCulture);
+ }
+ }
+ }
+}
diff --git a/OverlayPlugin/OverlayPlugin.csproj b/OverlayPlugin/OverlayPlugin.csproj
index 1e3c8d19f..a6a8bb156 100644
--- a/OverlayPlugin/OverlayPlugin.csproj
+++ b/OverlayPlugin/OverlayPlugin.csproj
@@ -9,7 +9,7 @@
Properties
RainbowMage.OverlayPlugin
OverlayPlugin
- v4.6.1
+ v4.8
512
diff --git a/OverlayPlugin/Properties/AssemblyInfo.cs b/OverlayPlugin/Properties/AssemblyInfo.cs
index 3df276dff..23e6a4aa7 100644
--- a/OverlayPlugin/Properties/AssemblyInfo.cs
+++ b/OverlayPlugin/Properties/AssemblyInfo.cs
@@ -1,35 +1,35 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
-// アセンブリに関連付けられている情報を変更するには、
-// これらの属性値を変更してください。
-[assembly: AssemblyTitle("OverlayPlugin")]
-[assembly: AssemblyDescription("Overlay plugin for Advanced Combat Tracker")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("OverlayPlugin")]
-[assembly: AssemblyCopyright("Copyright © RainbowMage 2015, Kuriyama hibiya 2016, ngld 2019")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// ComVisible を false に設定すると、その型はこのアセンブリ内で COM コンポーネントから
-// 参照不可能になります。COM からこのアセンブリ内の型にアクセスする場合は、
-// その型の ComVisible 属性を true に設定してください。
-[assembly: ComVisible(false)]
-
-// 次の GUID は、このプロジェクトが COM に公開される場合の、typelib の ID です
-[assembly: Guid("b17f0196-7fd7-497a-b36f-19c274df1c13")]
-
-// アセンブリのバージョン情報は、以下の 4 つの値で構成されています:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
-// 既定値にすることができます:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.16.6.0")]
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
+// アセンブリに関連付けられている情報を変更するには、
+// これらの属性値を変更してください。
+[assembly: AssemblyTitle("OverlayPlugin")]
+[assembly: AssemblyDescription("Overlay plugin for Advanced Combat Tracker")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("OverlayPlugin")]
+[assembly: AssemblyCopyright("Copyright © RainbowMage 2015, Kuriyama hibiya 2016, ngld 2019")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// ComVisible を false に設定すると、その型はこのアセンブリ内で COM コンポーネントから
+// 参照不可能になります。COM からこのアセンブリ内の型にアクセスする場合は、
+// その型の ComVisible 属性を true に設定してください。
+[assembly: ComVisible(false)]
+
+// 次の GUID は、このプロジェクトが COM に公開される場合の、typelib の ID です
+[assembly: Guid("b17f0196-7fd7-497a-b36f-19c274df1c13")]
+
+// アセンブリのバージョン情報は、以下の 4 つの値で構成されています:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
+// 既定値にすることができます:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("0.17.0.0")]
diff --git a/OverlayPlugin/Resources.Designer.cs b/OverlayPlugin/Resources.Designer.cs
index 284eee939..1708de033 100644
--- a/OverlayPlugin/Resources.Designer.cs
+++ b/OverlayPlugin/Resources.Designer.cs
@@ -1,176 +1,176 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace RainbowMage.OverlayPlugin {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RainbowMage.OverlayPlugin.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- ///
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace RainbowMage.OverlayPlugin {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RainbowMage.OverlayPlugin.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ ///
/// Looks up a localized string similar to ACT tried to load {0} {1} which doesn't match your OverlayPlugin version ({2}). Aborting plugin load.
///
///Please make sure the old OverlayPlugin is disabled and restart ACT. If that doesn't fix the issue, remove the above mentioned file and any OverlayPlugin*.dll, CEF or HtmlRenderer.dll files in the same directory.
- ///.
- ///
- internal static string AssemblyMismatch {
- get {
- return ResourceManager.GetString("AssemblyMismatch", resourceCulture);
- }
- }
-
- ///
+ ///.
+ ///
+ internal static string AssemblyMismatch {
+ get {
+ return ResourceManager.GetString("AssemblyMismatch", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Failed to load {0}: {1}
- ///Make sure you extracted the whole plugin archive and didn't delete anything (like the libs folder)..
- ///
- internal static string AssemblyMissing {
- get {
- return ResourceManager.GetString("AssemblyMissing", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to AssemblyResolver: Error: {0}.
- ///
- internal static string AssemblyResolverError {
- get {
- return ResourceManager.GetString("AssemblyResolverError", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to AssemblyResolver: Loaded: {0}.
- ///
- internal static string AssemblyResolverLoaded {
- get {
- return ResourceManager.GetString("AssemblyResolverLoaded", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to CefInstaller couldn't be loaded..
- ///
- internal static string CefInstallerFailed {
- get {
- return ResourceManager.GetString("CefInstallerFailed", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Core or HtmlRenderer aren't sane..
- ///
- internal static string CoreOrHtmlRendererInsane {
- get {
- return ResourceManager.GetString("CoreOrHtmlRendererInsane", resourceCulture);
- }
- }
-
- ///
+ ///Make sure you extracted the whole plugin archive and didn't delete anything (like the libs folder)..
+ ///
+ internal static string AssemblyMissing {
+ get {
+ return ResourceManager.GetString("AssemblyMissing", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to AssemblyResolver: Error: {0}.
+ ///
+ internal static string AssemblyResolverError {
+ get {
+ return ResourceManager.GetString("AssemblyResolverError", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to AssemblyResolver: Loaded: {0}.
+ ///
+ internal static string AssemblyResolverLoaded {
+ get {
+ return ResourceManager.GetString("AssemblyResolverLoaded", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to CefInstaller couldn't be loaded..
+ ///
+ internal static string CefInstallerFailed {
+ get {
+ return ResourceManager.GetString("CefInstallerFailed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Core or HtmlRenderer aren't sane..
+ ///
+ internal static string CoreOrHtmlRendererInsane {
+ get {
+ return ResourceManager.GetString("CoreOrHtmlRendererInsane", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Failed to load dependency {0}: {1}
- ///Make sure you extracted the whole plugin archive and didn't delete any files..
- ///
- internal static string DependencyMissing {
- get {
- return ResourceManager.GetString("DependencyMissing", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Fatal: The loaded {0} version is older than expected ({1} < {2})! This might cause strange bugs in OverlayPlugin and its addons..
- ///
- internal static string DependencyOutdated {
- get {
- return ResourceManager.GetString("DependencyOutdated", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Failed to load Common!.
- ///
- internal static string FailedToLoadCommon {
- get {
- return ResourceManager.GetString("FailedToLoadCommon", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Initializing CEF....
- ///
- internal static string InitCef {
- get {
- return ResourceManager.GetString("InitCef", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Initializing Runtime....
- ///
- internal static string InitRuntime {
- get {
- return ResourceManager.GetString("InitRuntime", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Waiting for ACT to finish startup....
- ///
- internal static string WaitingForAct {
- get {
- return ResourceManager.GetString("WaitingForAct", resourceCulture);
- }
- }
- }
-}
+ ///Make sure you extracted the whole plugin archive and didn't delete any files..
+ ///
+ internal static string DependencyMissing {
+ get {
+ return ResourceManager.GetString("DependencyMissing", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Fatal: The loaded {0} version is older than expected ({1} < {2})! This might cause strange bugs in OverlayPlugin and its addons..
+ ///
+ internal static string DependencyOutdated {
+ get {
+ return ResourceManager.GetString("DependencyOutdated", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Failed to load Common!.
+ ///
+ internal static string FailedToLoadCommon {
+ get {
+ return ResourceManager.GetString("FailedToLoadCommon", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Initializing CEF....
+ ///
+ internal static string InitCef {
+ get {
+ return ResourceManager.GetString("InitCef", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Initializing Runtime....
+ ///
+ internal static string InitRuntime {
+ get {
+ return ResourceManager.GetString("InitRuntime", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Waiting for ACT to finish startup....
+ ///
+ internal static string WaitingForAct {
+ get {
+ return ResourceManager.GetString("WaitingForAct", resourceCulture);
+ }
+ }
+ }
+}
diff --git a/OverlayPlugin/app.config b/OverlayPlugin/app.config
index ff1cd62b3..0efbd2758 100644
--- a/OverlayPlugin/app.config
+++ b/OverlayPlugin/app.config
@@ -1,11 +1,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/build.ps1 b/build.ps1
index 445c1ca15..4ff8f61a0 100644
--- a/build.ps1
+++ b/build.ps1
@@ -1,6 +1,6 @@
try {
# This assumes Visual Studio 2019 is installed in C:. You might have to change this depending on your system.
- $VS_PATH = "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community"
+ $VS_PATH = "C:\Program Files\Microsoft Visual Studio\2022\Community"
if ( -not (Test-Path "$VS_PATH")) {
echo "Error: VS_PATH isn't set correctly! Update the variable in build.ps1 for your system."
diff --git a/docs/assets/shared/common.js b/docs/assets/shared/common.js
index 5f9c441cf..2637fb1e6 100644
--- a/docs/assets/shared/common.js
+++ b/docs/assets/shared/common.js
@@ -42,7 +42,11 @@
}
if (msg.rseq !== undefined && responsePromises[msg.rseq]) {
- responsePromises[msg.rseq](msg);
+ if (msg.$error) {
+ responsePromises[msg.rseq][1](msg.$error);
+ } else {
+ responsePromises[msg.rseq][0](msg);
+ }
delete responsePromises[msg.rseq];
} else {
processEvent(msg);
diff --git a/docs/assets/shared/common.min.js b/docs/assets/shared/common.min.js
index 35805925a..87d239220 100644
--- a/docs/assets/shared/common.min.js
+++ b/docs/assets/shared/common.min.js
@@ -1 +1 @@
-!function(){let e=/[\?&]OVERLAY_WS=([^&]+)/.exec(location.href),n=null,r=[],l=0,t={},s={},i=null,o=!1;if(e){i=e=>{r?r.push(e):n.send(JSON.stringify(e))},function l(){(n=new WebSocket(e[1])).addEventListener("error",e=>{console.error(e)}),n.addEventListener("open",()=>{console.log("Connected!");let e=r;r=null;for(let n of e)i(n)}),n.addEventListener("message",e=>{try{e=JSON.parse(e.data)}catch(n){return void console.error("Invalid message received: ",e)}void 0!==e.rseq&&t[e.rseq]?(t[e.rseq](e),delete t[e.rseq]):a(e)}),n.addEventListener("close",()=>{r=[],console.log("Trying to reconnect..."),setTimeout(()=>{l()},300)})}()}else{i=(e,n)=>{r?r.push([e,n]):OverlayPluginApi.callHandler(JSON.stringify(e),n)},function e(){if(!window.OverlayPluginApi||!window.OverlayPluginApi.ready)return void setTimeout(e,300);let n=r;r=null,window.__OverlayCallback=a;for(let[e,r]of n)i(e,r)}()}function a(e){if(s[e.type])for(let n of s[e.type])n(e)}window.dispatchOverlayEvent=a,window.addOverlayListener=(e,n)=>{o&&s[e]&&console.warn(`A new listener for ${e} has been registered after event transmission has already begun.\nSome events might have been missed and no cached values will be transmitted.\nPlease register your listeners before calling startOverlayEvents().`),s[e]||(s[e]=[]),s[e].push(n)},window.removeOverlayListener=(e,n)=>{if(s[e]){let r=s[e],l=r.indexOf(n);l>-1&&r.splice(l,1)}},window.callOverlayHandler=e=>{let r;return n?(e.rseq=l++,r=new Promise((n,r)=>{t[e.rseq]=n}),i(e)):r=new Promise(n=>{i(e,e=>{n(null==e?null:JSON.parse(e))})}),r},window.startOverlayEvents=()=>{o=!1,i({call:"subscribe",events:Object.keys(s)})}}();
+!function(){let e=/[\?&]OVERLAY_WS=([^&]+)/.exec(location.href),n=null,r=[],l=0,t={},s={},i=null,o=!1;if(e){i=e=>{r?r.push(e):n.send(JSON.stringify(e))},function l(){n=new WebSocket(e[1]),n.addEventListener("error",(e=>{console.error(e)})),n.addEventListener("open",(()=>{console.log("Connected!");let e=r;r=null;for(let n of e)i(n)})),n.addEventListener("message",(e=>{try{e=JSON.parse(e.data)}catch(n){return void console.error("Invalid message received: ",e)}void 0!==e.rseq&&t[e.rseq]?(e.$error?t[e.rseq][1](e.$error):t[e.rseq][0](e),delete t[e.rseq]):a(e)})),n.addEventListener("close",(()=>{r=[],console.log("Trying to reconnect..."),setTimeout((()=>{l()}),300)}))}()}else{i=(e,n)=>{r?r.push([e,n]):OverlayPluginApi.callHandler(JSON.stringify(e),n)},function e(){if(!window.OverlayPluginApi||!window.OverlayPluginApi.ready)return void setTimeout(e,300);let n=r;r=null,window.__OverlayCallback=a;for(let[e,r]of n)i(e,r)}()}function a(e){if(s[e.type])for(let n of s[e.type])n(e)}window.dispatchOverlayEvent=a,window.addOverlayListener=(e,n)=>{o&&s[e]&&console.warn(`A new listener for ${e} has been registered after event transmission has already begun.\nSome events might have been missed and no cached values will be transmitted.\nPlease register your listeners before calling startOverlayEvents().`),s[e]||(s[e]=[]),s[e].push(n)},window.removeOverlayListener=(e,n)=>{if(s[e]){let r=s[e],l=r.indexOf(n);l>-1&&r.splice(l,1)}},window.callOverlayHandler=e=>{let r;return n?(e.rseq=l++,r=new Promise(((n,r)=>{t[e.rseq]=n})),i(e)):r=new Promise((n=>{i(e,(e=>{n(null==e?null:JSON.parse(e))}))})),r},window.startOverlayEvents=()=>{o=!1,i({call:"subscribe",events:Object.keys(s)})}}();
\ No newline at end of file