Skip to content

Commit

Permalink
1.0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paissaheavyindustries committed Nov 20, 2024
1 parent 19fc5f2 commit 5637994
Show file tree
Hide file tree
Showing 10 changed files with 76 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Lemegeton/Content/Radar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ private void AlertForEntry(GameObject go, Entry e)
return;
}
_lastSoundAlert = DateTime.Now;
UIModule.PlayChatSoundEffect(6);
UIGlobals.PlayChatSoundEffect(6);
}
}

Expand Down
5 changes: 2 additions & 3 deletions Lemegeton/Core/State.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2083,9 +2083,8 @@ internal void GetSignatures()
if (addr1 == IntPtr.Zero || addr2 == IntPtr.Zero)
{
Log(LogLevelEnum.Warning, null, "Marking by function pointer not available, falling back to command injection");
}
// sig from saltycog/ffxiv-startup-commands
addr1 = _sig.ScanText("48 89 5C 24 ?? 57 48 83 EC 20 48 8B FA 48 8B D9 45 84 C9");
}
addr1 = _sig.ScanText("48 89 5C 24 ?? 48 89 74 24 ?? 57 48 83 EC ?? 48 8B F2 48 8B F9 45 84 C9");
if (addr1 != IntPtr.Zero)
{
_postCmdFuncptr = Marshal.GetDelegateForFunctionPointer<PostCommandDelegate>(addr1);
Expand Down
11 changes: 11 additions & 0 deletions Lemegeton/Language/Chinese.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ internal class Chinese : Core.Language

public Chinese(State st) : base(st)
{
#region 1.0.5.0
//AddEntry("Changelog/1.0.5.0", " minor housekeeping updates");
#endregion
#region 1.0.4.9
//AddEntry("Changelog/1.0.4.9", " fixed automarker issues with blacklisted characters\n Dalamud API11 update");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark", "(M4s) Sidewise Spark indicator");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark/Enabled", "Enabled");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark/HighlightColor", "Sidewise Spark indicator color");
//AddEntry("Content/Ultimate/UltFuturesRewritten", "Futures Rewritten (Ultimate)");
//AddEntry("Content/Ultimate/UltFuturesRewritten/Enabled", "Enabled");
#endregion
#region 1.0.4.8
//AddEntry("Changelog/1.0.4.8", " fixed a problem where minions could not be marked\n Radar\\Finder can now handle regular expressions as well\n added missing Kozama'uka S ranks to Radar\\Finder");
//AddEntry("PatternType/RegularExpressionShort", "Regex");
Expand Down
11 changes: 11 additions & 0 deletions Lemegeton/Language/Danish.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ internal class Danish : Core.Language

public Danish(State st) : base(st)
{
#region 1.0.5.0
//AddEntry("Changelog/1.0.5.0", " minor housekeeping updates");
#endregion
#region 1.0.4.9
//AddEntry("Changelog/1.0.4.9", " fixed automarker issues with blacklisted characters\n Dalamud API11 update");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark", "(M4s) Sidewise Spark indicator");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark/Enabled", "Enabled");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark/HighlightColor", "Sidewise Spark indicator color");
//AddEntry("Content/Ultimate/UltFuturesRewritten", "Futures Rewritten (Ultimate)");
//AddEntry("Content/Ultimate/UltFuturesRewritten/Enabled", "Enabled");
#endregion
#region 1.0.4.8
//AddEntry("Changelog/1.0.4.8", " fixed a problem where minions could not be marked\n Radar\\Finder can now handle regular expressions as well\n added missing Kozama'uka S ranks to Radar\\Finder");
//AddEntry("PatternType/RegularExpressionShort", "Regex");
Expand Down
6 changes: 4 additions & 2 deletions Lemegeton/Language/English.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ internal class English : Core.Language

public English(State st) : base(st)
{
#region 1.0.5.0
AddEntry("Changelog/1.0.5.0", " minor housekeeping updates");
#endregion
#region 1.0.4.9
AddEntry("Changelog/1.0.4.9", " fixed automarker issues with blacklisted characters");
AddEntry("Changelog/1.0.4.9", " Dalamud API11 update");
AddEntry("Changelog/1.0.4.9", " fixed automarker issues with blacklisted characters\n Dalamud API11 update");
AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark", "(M4s) Sidewise Spark indicator");
AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark/Enabled", "Enabled");
AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark/HighlightColor", "Sidewise Spark indicator color");
Expand Down
11 changes: 11 additions & 0 deletions Lemegeton/Language/French.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ internal class French : Core.Language

public French(State st) : base(st)
{
#region 1.0.5.0
//AddEntry("Changelog/1.0.5.0", " minor housekeeping updates");
#endregion
#region 1.0.4.9
//AddEntry("Changelog/1.0.4.9", " fixed automarker issues with blacklisted characters\n Dalamud API11 update");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark", "(M4s) Sidewise Spark indicator");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark/Enabled", "Enabled");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark/HighlightColor", "Sidewise Spark indicator color");
//AddEntry("Content/Ultimate/UltFuturesRewritten", "Futures Rewritten (Ultimate)");
//AddEntry("Content/Ultimate/UltFuturesRewritten/Enabled", "Enabled");
#endregion
#region 1.0.4.8
//AddEntry("Changelog/1.0.4.8", " fixed a problem where minions could not be marked\n Radar\\Finder can now handle regular expressions as well\n added missing Kozama'uka S ranks to Radar\\Finder");
//AddEntry("PatternType/RegularExpressionShort", "Regex");
Expand Down
11 changes: 11 additions & 0 deletions Lemegeton/Language/German.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ internal class German : Core.Language

public German(State st) : base(st)
{
#region 1.0.5.0
//AddEntry("Changelog/1.0.5.0", " minor housekeeping updates");
#endregion
#region 1.0.4.9
//AddEntry("Changelog/1.0.4.9", " fixed automarker issues with blacklisted characters\n Dalamud API11 update");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark", "(M4s) Sidewise Spark indicator");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark/Enabled", "Enabled");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark/HighlightColor", "Sidewise Spark indicator color");
//AddEntry("Content/Ultimate/UltFuturesRewritten", "Futures Rewritten (Ultimate)");
//AddEntry("Content/Ultimate/UltFuturesRewritten/Enabled", "Enabled");
#endregion
#region 1.0.4.8
//AddEntry("Changelog/1.0.4.8", " fixed a problem where minions could not be marked\n Radar\\Finder can now handle regular expressions as well\n added missing Kozama'uka S ranks to Radar\\Finder");
//AddEntry("PatternType/RegularExpressionShort", "Regex");
Expand Down
11 changes: 11 additions & 0 deletions Lemegeton/Language/Japanese.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ internal class Japanese : Core.Language

public Japanese(State st) : base(st)
{
#region 1.0.5.0
//AddEntry("Changelog/1.0.5.0", " minor housekeeping updates");
#endregion
#region 1.0.4.9
//AddEntry("Changelog/1.0.4.9", " fixed automarker issues with blacklisted characters\n Dalamud API11 update");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark", "(M4s) Sidewise Spark indicator");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark/Enabled", "Enabled");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark/HighlightColor", "Sidewise Spark indicator color");
//AddEntry("Content/Ultimate/UltFuturesRewritten", "Futures Rewritten (Ultimate)");
//AddEntry("Content/Ultimate/UltFuturesRewritten/Enabled", "Enabled");
#endregion
#region 1.0.4.8
//AddEntry("Changelog/1.0.4.8", " fixed a problem where minions could not be marked\n Radar\\Finder can now handle regular expressions as well\n added missing Kozama'uka S ranks to Radar\\Finder");
//AddEntry("PatternType/RegularExpressionShort", "Regex");
Expand Down
11 changes: 11 additions & 0 deletions Lemegeton/Language/Korean.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ internal class Korean : Core.Language

public Korean(State st) : base(st)
{
#region 1.0.5.0
//AddEntry("Changelog/1.0.5.0", " minor housekeeping updates");
#endregion
#region 1.0.4.9
//AddEntry("Changelog/1.0.4.9", " fixed automarker issues with blacklisted characters\n Dalamud API11 update");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark", "(M4s) Sidewise Spark indicator");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark/Enabled", "Enabled");
//AddEntry("Content/DawntrailRaids/DTRaidLightHeavy/DrawSidewiseSpark/HighlightColor", "Sidewise Spark indicator color");
//AddEntry("Content/Ultimate/UltFuturesRewritten", "Futures Rewritten (Ultimate)");
//AddEntry("Content/Ultimate/UltFuturesRewritten/Enabled", "Enabled");
#endregion
#region 1.0.4.8
//AddEntry("Changelog/1.0.4.8", " fixed a problem where minions could not be marked\n Radar\\Finder can now handle regular expressions as well\n added missing Kozama'uka S ranks to Radar\\Finder");
//AddEntry("PatternType/RegularExpressionShort", "Regex");
Expand Down
5 changes: 3 additions & 2 deletions Lemegeton/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public sealed class Plugin : IDalamudPlugin
#else
public string Name => "Lemegeton";
#endif
public string Version = "1.0.4.9";
public string Version = "1.0.5.0";

internal class Downloadable
{
Expand Down Expand Up @@ -96,6 +96,7 @@ internal class ActionTypeItem
new Tuple<Version, string>(new System.Version("1.0.4.7"), "Changelog/1.0.4.7"),
new Tuple<Version, string>(new System.Version("1.0.4.8"), "Changelog/1.0.4.8"),
new Tuple<Version, string>(new System.Version("1.0.4.9"), "Changelog/1.0.4.9"),
new Tuple<Version, string>(new System.Version("1.0.5.0"), "Changelog/1.0.5.0"),
};
internal List<Version> ChangeLogVersions = null;

Expand Down Expand Up @@ -3688,7 +3689,7 @@ private void RenderNotificationOverlay()
}
if (n.SoundEffect != SoundEffectEnum.None)
{
UIModule.PlayChatSoundEffect((uint)n.SoundEffect);
UIGlobals.PlayChatSoundEffect((uint)n.SoundEffect);
}
}
}
Expand Down

0 comments on commit 5637994

Please sign in to comment.