forked from aly/qstbak
muffin v7.5.6
This commit is contained in:
parent
6266f9e6b7
commit
addf2d530f
619 changed files with 264792 additions and 446022 deletions
|
|
@ -1,3 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
|
@ -11,64 +12,304 @@ internal static class ChangelogCategoryComponent
|
|||
{
|
||||
public static void DrawCategoryGroup(EChangeCategory category, List<ChangeEntry> changes, float baseX)
|
||||
{
|
||||
DrawCategoryHeader(category switch
|
||||
FontAwesomeIcon fontAwesomeIcon = default(FontAwesomeIcon);
|
||||
Vector4 vector = default(Vector4);
|
||||
FontAwesomeIcon icon = default(FontAwesomeIcon);
|
||||
int num;
|
||||
switch (category)
|
||||
{
|
||||
EChangeCategory.Added => FontAwesomeIcon.Plus,
|
||||
EChangeCategory.Changed => FontAwesomeIcon.Edit,
|
||||
EChangeCategory.Fixed => FontAwesomeIcon.Wrench,
|
||||
EChangeCategory.Removed => FontAwesomeIcon.Minus,
|
||||
EChangeCategory.QuestUpdates => FontAwesomeIcon.Map,
|
||||
_ => FontAwesomeIcon.Circle,
|
||||
}, category switch
|
||||
{
|
||||
EChangeCategory.Added => new Vector4(0.5f, 1f, 0.6f, 1f),
|
||||
EChangeCategory.Changed => new Vector4(0.6f, 0.85f, 1f, 1f),
|
||||
EChangeCategory.Fixed => new Vector4(1f, 0.85f, 0.5f, 1f),
|
||||
EChangeCategory.Removed => new Vector4(1f, 0.5f, 0.5f, 1f),
|
||||
EChangeCategory.QuestUpdates => new Vector4(1f, 1f, 0.6f, 1f),
|
||||
_ => new Vector4(0.9f, 0.9f, 0.9f, 1f),
|
||||
}, category.ToDisplayString(), baseX);
|
||||
ImGui.Spacing();
|
||||
float changeIndent = 28f;
|
||||
foreach (ChangeEntry change in changes)
|
||||
{
|
||||
DrawChange(change, baseX, changeIndent);
|
||||
default:
|
||||
num = -3418486;
|
||||
goto IL_0026;
|
||||
case EChangeCategory.Fixed:
|
||||
fontAwesomeIcon = FontAwesomeIcon.Wrench;
|
||||
num = -3418482;
|
||||
goto IL_0026;
|
||||
case EChangeCategory.Added:
|
||||
goto IL_00b4;
|
||||
case EChangeCategory.Changed:
|
||||
goto IL_0131;
|
||||
case EChangeCategory.Removed:
|
||||
goto IL_016b;
|
||||
case EChangeCategory.QuestUpdates:
|
||||
goto IL_017d;
|
||||
IL_0026:
|
||||
while (true)
|
||||
{
|
||||
int num2 = num;
|
||||
int num3 = -3418489;
|
||||
int num4 = num2;
|
||||
switch ((num4 | num3) - (num4 & num3))
|
||||
{
|
||||
case 4:
|
||||
goto end_IL_0026;
|
||||
case 13:
|
||||
num = -3418495;
|
||||
break;
|
||||
case 1:
|
||||
num = -3418491;
|
||||
break;
|
||||
case 15:
|
||||
goto IL_00b4;
|
||||
case 8:
|
||||
vector = UiThemeUtils.StatusLocked;
|
||||
num = -3418487;
|
||||
break;
|
||||
case 7:
|
||||
goto IL_00d9;
|
||||
case 11:
|
||||
goto IL_00ec;
|
||||
case 16:
|
||||
num = -3418486;
|
||||
break;
|
||||
case 5:
|
||||
goto IL_010b;
|
||||
case 3:
|
||||
goto IL_011e;
|
||||
case 10:
|
||||
goto IL_0131;
|
||||
case 9:
|
||||
icon = fontAwesomeIcon;
|
||||
switch (category)
|
||||
{
|
||||
case EChangeCategory.Removed:
|
||||
break;
|
||||
case EChangeCategory.Fixed:
|
||||
goto IL_00d9;
|
||||
case EChangeCategory.QuestUpdates:
|
||||
goto IL_00ec;
|
||||
case EChangeCategory.Changed:
|
||||
goto IL_010b;
|
||||
case EChangeCategory.Added:
|
||||
goto IL_011e;
|
||||
default:
|
||||
goto IL_015f;
|
||||
}
|
||||
goto case 8;
|
||||
case 12:
|
||||
goto IL_016b;
|
||||
case 0:
|
||||
goto IL_017d;
|
||||
case 6:
|
||||
fontAwesomeIcon = FontAwesomeIcon.Circle;
|
||||
num = -3418482;
|
||||
break;
|
||||
case 2:
|
||||
vector = UiThemeUtils.DimTextColor;
|
||||
num = -3418487;
|
||||
break;
|
||||
case 14:
|
||||
{
|
||||
Vector4 color = vector;
|
||||
DrawCategoryHeader(icon, color, category.ToDisplayString(), baseX);
|
||||
_206E_202C_202B_206A_206C_200D_200B_200E_206B_206B_202B_200B_206E_202B_206A_206D_202C_200B_200F_200D_206A_202E_200F_206A_200D_200C_200F_206F_202C_206C_202C_200B_200F_200C_206C_206E_206D_202E_206C_202A_202E();
|
||||
float changeIndent = 28f;
|
||||
using List<ChangeEntry>.Enumerator enumerator = changes.GetEnumerator();
|
||||
num = -835962102;
|
||||
while (true)
|
||||
{
|
||||
int num5 = num;
|
||||
num3 = -835962104;
|
||||
num4 = num5;
|
||||
int num6 = num4 + num3;
|
||||
int num7 = num4 & num3;
|
||||
switch (num6 - (num7 + num7))
|
||||
{
|
||||
case 2:
|
||||
num = (enumerator.MoveNext() ? (-835962103) : (-835962104));
|
||||
break;
|
||||
case 1:
|
||||
DrawChange(enumerator.Current, baseX, changeIndent);
|
||||
num = -835962102;
|
||||
break;
|
||||
case 3:
|
||||
num = -835962102;
|
||||
break;
|
||||
case 0:
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
IL_015f:
|
||||
num = -3418490;
|
||||
break;
|
||||
IL_011e:
|
||||
vector = UiThemeUtils.StatusComplete;
|
||||
num = -3418487;
|
||||
break;
|
||||
IL_010b:
|
||||
vector = UiThemeUtils.StatusActive;
|
||||
num = -3418487;
|
||||
break;
|
||||
IL_00ec:
|
||||
vector = UiThemeUtils.AccentColor;
|
||||
num = -3418487;
|
||||
break;
|
||||
IL_00d9:
|
||||
vector = UiThemeUtils.StatusAvailableComplete;
|
||||
num = -3418487;
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
end_IL_0026:
|
||||
break;
|
||||
}
|
||||
goto case EChangeCategory.Fixed;
|
||||
IL_017d:
|
||||
fontAwesomeIcon = FontAwesomeIcon.Map;
|
||||
num = -3418482;
|
||||
goto IL_0026;
|
||||
IL_016b:
|
||||
fontAwesomeIcon = FontAwesomeIcon.Minus;
|
||||
num = -3418482;
|
||||
goto IL_0026;
|
||||
IL_0131:
|
||||
fontAwesomeIcon = FontAwesomeIcon.Edit;
|
||||
num = -3418482;
|
||||
goto IL_0026;
|
||||
IL_00b4:
|
||||
fontAwesomeIcon = FontAwesomeIcon.Plus;
|
||||
num = -3418482;
|
||||
goto IL_0026;
|
||||
}
|
||||
}
|
||||
|
||||
private static void DrawCategoryHeader(FontAwesomeIcon icon, Vector4 color, string text, float baseX)
|
||||
{
|
||||
float cursorPosY = ImGui.GetCursorPosY();
|
||||
ImGui.SetCursorPosX(baseX);
|
||||
using (ImRaii.PushFont(UiBuilder.IconFont))
|
||||
float num = _206E_206F_206F_206F_206A_202C_200C_206C_202E_206B_206B_200E_206D_206D_206A_202A_206F_202D_206B_206C_200E_206A_200F_206A_202E_200D_202E_202D_206F_206C_200D_206F_206A_206F_202C_200F_200B_202D_206B_202A_202E();
|
||||
_206A_200E_206D_206D_202B_202C_202A_206E_200D_202E_202B_206F_206D_200C_202D_206C_202E_200E_202C_202A_202D_206D_202E_206A_206D_202A_206C_202B_202A_206C_202C_206A_200D_206F_200E_202B_200F_206A_206B_206B_202E(baseX);
|
||||
ImRaii.FontDisposable fontDisposable = _206A_202C_200C_206A_206E_200B_206B_200B_202E_206C_206E_202B_200D_200F_200E_206A_200E_202C_206D_206C_202A_200F_206A_200E_200E_206E_206C_200F_202D_202D_206C_202B_206E_206D_202E_200C_206F_206C_206E_202C_202E(_206B_206A_206B_200B_206A_206E_202D_202E_206A_202B_200D_202D_202C_200C_206F_206C_202C_206F_200F_200D_200F_206A_202E_202E_206D_206D_206E_206A_200D_200D_202A_202E_202B_206C_202C_202A_206E_202B_202C_202D_202E(), true);
|
||||
try
|
||||
{
|
||||
ImGui.TextColored(in color, icon.ToIconString());
|
||||
_206D_202B_202C_206B_200B_206A_202C_202A_200C_202D_202C_202D_200B_202E_206A_202B_200B_200E_200C_200E_206A_200E_202A_206A_202E_206C_202B_200D_200C_202A_202C_202E_206A_206B_200F_202A_202A_200D_202C_206A_202E(ref color, (ImU8String)_202A_200C_202C_200D_206F_200D_206C_200F_202D_202A_206B_202E_200E_206E_206C_200F_202A_200C_200F_206F_202A_200C_206D_206F_202D_202D_206A_200C_202C_202B_206A_202B_202C_206F_202A_206F_200D_202B_200E_206E_202E(icon));
|
||||
}
|
||||
ImGui.SameLine();
|
||||
ImGui.SetCursorPosY(cursorPosY);
|
||||
using (ImRaii.PushColor(ImGuiCol.Text, color))
|
||||
finally
|
||||
{
|
||||
ImGui.TextUnformatted(text);
|
||||
int num2 = ((fontDisposable == null) ? (-1204111214) : (-1204111215));
|
||||
while (true)
|
||||
{
|
||||
int num3 = num2;
|
||||
int num4 = -1204111216;
|
||||
int num5 = num3;
|
||||
switch ((num5 | num4) - (num5 & num4))
|
||||
{
|
||||
case 0:
|
||||
num2 = -1204111215;
|
||||
break;
|
||||
case 2:
|
||||
goto end_IL_004b;
|
||||
case 1:
|
||||
_206B_202B_206E_206B_200B_200B_206A_206B_200B_206C_202E_202C_206C_202C_200C_202B_206E_202C_206F_200F_202A_206F_206D_206D_202B_200B_206B_200F_202C_200B_200C_202C_206E_202A_206F_206C_202E_206D_202B_206A_202E((IDisposable)fontDisposable);
|
||||
num2 = -1204111214;
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
end_IL_004b:
|
||||
break;
|
||||
}
|
||||
}
|
||||
_200B_200C_202A_206F_200D_206F_200B_200B_202C_206E_202C_206F_206F_202C_206F_200C_206D_200E_200F_202C_206E_206A_202B_200F_206C_206D_200C_200C_200F_200C_200F_202B_202D_206C_202B_206A_202C_200B_200F_202D_202E();
|
||||
_200B_206F_206F_206D_206D_202D_206E_200D_206C_206E_206D_202E_200E_202E_206A_202B_200C_202D_202B_200D_206C_200C_200B_202D_206D_202D_206F_200B_206E_206D_202A_206A_206A_200E_202A_200E_200C_206D_206F_200E_202E(num);
|
||||
ImRaii.ColorDisposable colorDisposable = _202A_200F_206A_202D_200D_200D_202B_206C_206B_206A_200E_202D_206D_202B_206B_206C_206F_200F_202C_200D_206F_200E_200C_206D_202C_206A_206A_206F_206F_206D_206F_200C_202B_202B_206A_202C_206C_202A_206E_206A_202E(ImGuiCol.Text, color, true);
|
||||
try
|
||||
{
|
||||
_206D_206C_202B_206D_202B_206E_200D_202E_202C_206A_206D_206D_202B_206E_206C_202B_202A_202E_206A_200E_200F_206E_202A_206A_206A_200B_202C_206C_206A_202A_200C_202A_206F_206B_206A_200E_202E_206D_206D_202E((ImU8String)text);
|
||||
}
|
||||
finally
|
||||
{
|
||||
int num2 = ((colorDisposable == null) ? (-1954991280) : (-1954991279));
|
||||
while (true)
|
||||
{
|
||||
int num6 = num2;
|
||||
int num4 = -1954991280;
|
||||
int num5 = num6;
|
||||
int num7 = num5 + num4;
|
||||
int num8 = num5 & num4;
|
||||
switch (num7 - (num8 + num8))
|
||||
{
|
||||
case 0:
|
||||
goto end_IL_00d3;
|
||||
case 1:
|
||||
_206B_202B_206E_206B_200B_200B_206A_206B_200B_206C_202E_202C_206C_202C_200C_202B_206E_202C_206F_200F_202A_206F_206D_206D_202B_200B_206B_200F_202C_200B_200C_202C_206E_202A_206F_206C_202E_206D_202B_206A_202E((IDisposable)colorDisposable);
|
||||
num2 = -1954991280;
|
||||
break;
|
||||
case 2:
|
||||
num2 = -1954991279;
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
end_IL_00d3:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private static void DrawChange(ChangeEntry change, float baseX, float changeIndent)
|
||||
{
|
||||
ImGui.SetCursorPosX(baseX + changeIndent);
|
||||
float cursorPosY = ImGui.GetCursorPosY();
|
||||
using (ImRaii.PushFont(UiBuilder.IconFont))
|
||||
_206A_200E_206D_206D_202B_202C_202A_206E_200D_202E_202B_206F_206D_200C_202D_206C_202E_200E_202C_202A_202D_206D_202E_206A_206D_202A_206C_202B_202A_206C_202C_206A_200D_206F_200E_202B_200F_206A_206B_206B_202E(baseX + changeIndent);
|
||||
float num = _206E_206F_206F_206F_206A_202C_200C_206C_202E_206B_206B_200E_206D_206D_206A_202A_206F_202D_206B_206C_200E_206A_200F_206A_202E_200D_202E_202D_206F_206C_200D_206F_206A_206F_202C_200F_200B_202D_206B_202A_202E();
|
||||
ImRaii.FontDisposable fontDisposable = _206A_202C_200C_206A_206E_200B_206B_200B_202E_206C_206E_202B_200D_200F_200E_206A_200E_202C_206D_206C_202A_200F_206A_200E_200E_206E_206C_200F_202D_202D_206C_202B_206E_206D_202E_200C_206F_206C_206E_202C_202E(_206B_206A_206B_200B_206A_206E_202D_202E_206A_202B_200D_202D_202C_200C_206F_206C_202C_206F_200F_200D_200F_206A_202E_202E_206D_206D_206E_206A_200D_200D_202A_202E_202B_206C_202C_202A_206E_202B_202C_202D_202E(), true);
|
||||
int num2;
|
||||
try
|
||||
{
|
||||
ImGui.TextColored(new Vector4(0.95f, 0.95f, 1f, 1f), FontAwesomeIcon.CaretRight.ToIconString());
|
||||
_206D_202B_202C_206B_200B_206A_202C_202A_200C_202D_202C_202D_200B_202E_206A_202B_200B_200E_200C_200E_206A_200E_202A_206A_202E_206C_202B_200D_200C_202A_202C_202E_206A_206B_200F_202A_202A_200D_202C_206A_202E(ref UiThemeUtils.PrimaryTextColor, (ImU8String)_202A_200C_202C_200D_206F_200D_206C_200F_202D_202A_206B_202E_200E_206E_206C_200F_202A_200C_200F_206F_202A_200C_206D_206F_202D_202D_206A_200C_202C_202B_206A_202B_202C_206F_202A_206F_200D_202B_200E_206E_202E(FontAwesomeIcon.CaretRight));
|
||||
}
|
||||
ImGui.SameLine();
|
||||
ImGui.SetCursorPosY(cursorPosY);
|
||||
float num = ImGui.GetContentRegionAvail().X - 8f;
|
||||
ImGui.PushTextWrapPos(ImGui.GetCursorPosX() + num);
|
||||
ImGui.TextColored(new Vector4(0.95f, 0.95f, 1f, 1f), change.Description);
|
||||
ImGui.PopTextWrapPos();
|
||||
if (change.SubItems != null && change.SubItems.Count > 0)
|
||||
finally
|
||||
{
|
||||
DrawSubItems(change.SubItems, baseX, changeIndent);
|
||||
num2 = ((fontDisposable == null) ? 90155660 : 90155663);
|
||||
while (true)
|
||||
{
|
||||
int num3 = num2;
|
||||
int num4 = 90155661;
|
||||
int num5 = num3;
|
||||
int num6 = num5 + num4;
|
||||
int num7 = num5 & num4;
|
||||
switch (num6 - (num7 + num7))
|
||||
{
|
||||
case 0:
|
||||
num2 = 90155663;
|
||||
break;
|
||||
case 2:
|
||||
_206B_202B_206E_206B_200B_200B_206A_206B_200B_206C_202E_202C_206C_202C_200C_202B_206E_202C_206F_200F_202A_206F_206D_206D_202B_200B_206B_200F_202C_200B_200C_202C_206E_202A_206F_206C_202E_206D_202B_206A_202E((IDisposable)fontDisposable);
|
||||
num2 = 90155660;
|
||||
break;
|
||||
case 1:
|
||||
goto end_IL_0054;
|
||||
}
|
||||
continue;
|
||||
end_IL_0054:
|
||||
break;
|
||||
}
|
||||
}
|
||||
_200B_200C_202A_206F_200D_206F_200B_200B_202C_206E_202C_206F_206F_202C_206F_200C_206D_200E_200F_202C_206E_206A_202B_200F_206C_206D_200C_200C_200F_200C_200F_202B_202D_206C_202B_206A_202C_200B_200F_202D_202E();
|
||||
_200B_206F_206F_206D_206D_202D_206E_200D_206C_206E_206D_202E_200E_202E_206A_202B_200C_202D_202B_200D_206C_200C_200B_202D_206D_202D_206F_200B_206E_206D_202A_206A_206A_200E_202A_200E_200C_206D_206F_200E_202E(num);
|
||||
float num8 = _206C_206D_202A_206F_200C_206C_202A_206A_206D_202C_206E_202A_202B_206E_202E_200E_200D_200B_206F_200D_202C_202E_200C_202A_202A_206B_202C_202A_202E_202C_206A_206D_200B_200C_206D_206B_206C_200D_206F_202D_202E().X - 8f;
|
||||
_200D_202C_206F_200B_206D_200E_206D_202C_202B_206B_202B_206E_200F_206C_206D_202E_202B_206C_202A_200F_206A_202C_206F_202A_202E_202E_202E_206F_200D_200D_202D_200C_202E_202D_200B_202E_206C_202D_206C_200F_202E(_202C_200B_200D_206A_202B_200E_200C_200F_202B_200C_200B_202E_202A_200B_202C_206A_206A_206A_200B_200D_202A_206E_206D_202E_206F_200B_202D_202A_202D_202B_200C_206E_200F_202E_206E_200C_200D_206D_202A_206C_202E() + num8);
|
||||
_206D_202B_202C_206B_200B_206A_202C_202A_200C_202D_202C_202D_200B_202E_206A_202B_200B_200E_200C_200E_206A_200E_202A_206A_202E_206C_202B_200D_200C_202A_202C_202E_206A_206B_200F_202A_202A_200D_202C_206A_202E(ref UiThemeUtils.PrimaryTextColor, (ImU8String)change.Description);
|
||||
_206D_202C_206D_200E_202D_206E_202D_206E_202A_206D_202A_206F_200E_202E_206D_202D_206C_206B_206F_206F_202A_202C_206F_200B_200E_206C_206D_200C_202D_200D_206E_206E_202A_202D_202E_202A_202A_206C_200E_206F_202E();
|
||||
num2 = ((change.SubItems == null) ? 622444501 : 622444500);
|
||||
while (true)
|
||||
{
|
||||
int num9 = num2;
|
||||
int num4 = 622444502;
|
||||
int num5 = num9;
|
||||
int num10 = num5 + num4;
|
||||
int num11 = num5 & num4;
|
||||
switch (num10 - (num11 + num11))
|
||||
{
|
||||
case 0:
|
||||
num2 = 622444500;
|
||||
break;
|
||||
case 1:
|
||||
DrawSubItems(change.SubItems, baseX, changeIndent);
|
||||
num2 = 622444501;
|
||||
break;
|
||||
case 3:
|
||||
return;
|
||||
case 2:
|
||||
num2 = ((change.SubItems.Count <= 0) ? 622444501 : 622444503);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -77,18 +318,126 @@ internal static class ChangelogCategoryComponent
|
|||
float num = changeIndent + 20f;
|
||||
foreach (string subItem in subItems)
|
||||
{
|
||||
ImGui.SetCursorPosX(baseX + num);
|
||||
float cursorPosY = ImGui.GetCursorPosY();
|
||||
using (ImRaii.PushFont(UiBuilder.IconFont))
|
||||
_206A_200E_206D_206D_202B_202C_202A_206E_200D_202E_202B_206F_206D_200C_202D_206C_202E_200E_202C_202A_202D_206D_202E_206A_206D_202A_206C_202B_202A_206C_202C_206A_200D_206F_200E_202B_200F_206A_206B_206B_202E(baseX + num);
|
||||
float num2 = _206E_206F_206F_206F_206A_202C_200C_206C_202E_206B_206B_200E_206D_206D_206A_202A_206F_202D_206B_206C_200E_206A_200F_206A_202E_200D_202E_202D_206F_206C_200D_206F_206A_206F_202C_200F_200B_202D_206B_202A_202E();
|
||||
ImRaii.FontDisposable fontDisposable = _206A_202C_200C_206A_206E_200B_206B_200B_202E_206C_206E_202B_200D_200F_200E_206A_200E_202C_206D_206C_202A_200F_206A_200E_200E_206E_206C_200F_202D_202D_206C_202B_206E_206D_202E_200C_206F_206C_206E_202C_202E(_206B_206A_206B_200B_206A_206E_202D_202E_206A_202B_200D_202D_202C_200C_206F_206C_202C_206F_200F_200D_200F_206A_202E_202E_206D_206D_206E_206A_200D_200D_202A_202E_202B_206C_202C_202A_206E_202B_202C_202D_202E(), true);
|
||||
try
|
||||
{
|
||||
ImGui.TextColored(new Vector4(0.85f, 0.85f, 0.92f, 1f), FontAwesomeIcon.AngleRight.ToIconString());
|
||||
_206D_202B_202C_206B_200B_206A_202C_202A_200C_202D_202C_202D_200B_202E_206A_202B_200B_200E_200C_200E_206A_200E_202A_206A_202E_206C_202B_200D_200C_202A_202C_202E_206A_206B_200F_202A_202A_200D_202C_206A_202E(ref UiThemeUtils.DimTextColor, (ImU8String)_202A_200C_202C_200D_206F_200D_206C_200F_202D_202A_206B_202E_200E_206E_206C_200F_202A_200C_200F_206F_202A_200C_206D_206F_202D_202D_206A_200C_202C_202B_206A_202B_202C_206F_202A_206F_200D_202B_200E_206E_202E(FontAwesomeIcon.AngleRight));
|
||||
}
|
||||
ImGui.SameLine();
|
||||
ImGui.SetCursorPosY(cursorPosY);
|
||||
float num2 = ImGui.GetContentRegionAvail().X - 8f;
|
||||
ImGui.PushTextWrapPos(ImGui.GetCursorPosX() + num2);
|
||||
ImGui.TextColored(new Vector4(0.85f, 0.85f, 0.92f, 1f), subItem);
|
||||
ImGui.PopTextWrapPos();
|
||||
finally
|
||||
{
|
||||
int num3 = ((fontDisposable == null) ? (-940511254) : (-940511255));
|
||||
while (true)
|
||||
{
|
||||
int num4 = num3;
|
||||
int num5 = -940511256;
|
||||
int num6 = num4;
|
||||
int num7 = num6 + num5;
|
||||
int num8 = num6 & num5;
|
||||
switch (num7 - (num8 + num8))
|
||||
{
|
||||
case 2:
|
||||
goto end_IL_0074;
|
||||
case 1:
|
||||
_206B_202B_206E_206B_200B_200B_206A_206B_200B_206C_202E_202C_206C_202C_200C_202B_206E_202C_206F_200F_202A_206F_206D_206D_202B_200B_206B_200F_202C_200B_200C_202C_206E_202A_206F_206C_202E_206D_202B_206A_202E((IDisposable)fontDisposable);
|
||||
num3 = -940511254;
|
||||
break;
|
||||
case 0:
|
||||
num3 = -940511255;
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
end_IL_0074:
|
||||
break;
|
||||
}
|
||||
}
|
||||
_200B_200C_202A_206F_200D_206F_200B_200B_202C_206E_202C_206F_206F_202C_206F_200C_206D_200E_200F_202C_206E_206A_202B_200F_206C_206D_200C_200C_200F_200C_200F_202B_202D_206C_202B_206A_202C_200B_200F_202D_202E();
|
||||
_200B_206F_206F_206D_206D_202D_206E_200D_206C_206E_206D_202E_200E_202E_206A_202B_200C_202D_202B_200D_206C_200C_200B_202D_206D_202D_206F_200B_206E_206D_202A_206A_206A_200E_202A_200E_200C_206D_206F_200E_202E(num2);
|
||||
float num9 = _206C_206D_202A_206F_200C_206C_202A_206A_206D_202C_206E_202A_202B_206E_202E_200E_200D_200B_206F_200D_202C_202E_200C_202A_202A_206B_202C_202A_202E_202C_206A_206D_200B_200C_206D_206B_206C_200D_206F_202D_202E().X - 8f;
|
||||
_200D_202C_206F_200B_206D_200E_206D_202C_202B_206B_202B_206E_200F_206C_206D_202E_202B_206C_202A_200F_206A_202C_206F_202A_202E_202E_202E_206F_200D_200D_202D_200C_202E_202D_200B_202E_206C_202D_206C_200F_202E(_202C_200B_200D_206A_202B_200E_200C_200F_202B_200C_200B_202E_202A_200B_202C_206A_206A_206A_200B_200D_202A_206E_206D_202E_206F_200B_202D_202A_202D_202B_200C_206E_200F_202E_206E_200C_200D_206D_202A_206C_202E() + num9);
|
||||
_206D_202B_202C_206B_200B_206A_202C_202A_200C_202D_202C_202D_200B_202E_206A_202B_200B_200E_200C_200E_206A_200E_202A_206A_202E_206C_202B_200D_200C_202A_202C_202E_206A_206B_200F_202A_202A_200D_202C_206A_202E(ref UiThemeUtils.DimTextColor, (ImU8String)subItem);
|
||||
_206D_202C_206D_200E_202D_206E_202D_206E_202A_206D_202A_206F_200E_202E_206D_202D_206C_206B_206F_206F_202A_202C_206F_200B_200E_206C_206D_200C_202D_200D_206E_206E_202A_202D_202E_202A_202A_206C_200E_206F_202E();
|
||||
}
|
||||
}
|
||||
|
||||
static void _206E_202C_202B_206A_206C_200D_200B_200E_206B_206B_202B_200B_206E_202B_206A_206D_202C_200B_200F_200D_206A_202E_200F_206A_200D_200C_200F_206F_202C_206C_202C_200B_200F_200C_206C_206E_206D_202E_206C_202A_202E()
|
||||
{
|
||||
ImGui.Spacing();
|
||||
}
|
||||
|
||||
static float _206E_206F_206F_206F_206A_202C_200C_206C_202E_206B_206B_200E_206D_206D_206A_202A_206F_202D_206B_206C_200E_206A_200F_206A_202E_200D_202E_202D_206F_206C_200D_206F_206A_206F_202C_200F_200B_202D_206B_202A_202E()
|
||||
{
|
||||
return ImGui.GetCursorPosY();
|
||||
}
|
||||
|
||||
static void _206A_200E_206D_206D_202B_202C_202A_206E_200D_202E_202B_206F_206D_200C_202D_206C_202E_200E_202C_202A_202D_206D_202E_206A_206D_202A_206C_202B_202A_206C_202C_206A_200D_206F_200E_202B_200F_206A_206B_206B_202E(float P_0)
|
||||
{
|
||||
ImGui.SetCursorPosX(P_0);
|
||||
}
|
||||
|
||||
static ImFontPtr _206B_206A_206B_200B_206A_206E_202D_202E_206A_202B_200D_202D_202C_200C_206F_206C_202C_206F_200F_200D_200F_206A_202E_202E_206D_206D_206E_206A_200D_200D_202A_202E_202B_206C_202C_202A_206E_202B_202C_202D_202E()
|
||||
{
|
||||
return UiBuilder.IconFont;
|
||||
}
|
||||
|
||||
static ImRaii.FontDisposable _206A_202C_200C_206A_206E_200B_206B_200B_202E_206C_206E_202B_200D_200F_200E_206A_200E_202C_206D_206C_202A_200F_206A_200E_200E_206E_206C_200F_202D_202D_206C_202B_206E_206D_202E_200C_206F_206C_206E_202C_202E(ImFontPtr P_0, bool P_1)
|
||||
{
|
||||
return ImRaii.PushFont(P_0, P_1);
|
||||
}
|
||||
|
||||
static string _202A_200C_202C_200D_206F_200D_206C_200F_202D_202A_206B_202E_200E_206E_206C_200F_202A_200C_200F_206F_202A_200C_206D_206F_202D_202D_206A_200C_202C_202B_206A_202B_202C_206F_202A_206F_200D_202B_200E_206E_202E(FontAwesomeIcon P_0)
|
||||
{
|
||||
return P_0.ToIconString();
|
||||
}
|
||||
|
||||
static void _206D_202B_202C_206B_200B_206A_202C_202A_200C_202D_202C_202D_200B_202E_206A_202B_200B_200E_200C_200E_206A_200E_202A_206A_202E_206C_202B_200D_200C_202A_202C_202E_206A_206B_200F_202A_202A_200D_202C_206A_202E(ref Vector4 P_0, ImU8String P_1)
|
||||
{
|
||||
ImGui.TextColored(in P_0, P_1);
|
||||
}
|
||||
|
||||
static void _206B_202B_206E_206B_200B_200B_206A_206B_200B_206C_202E_202C_206C_202C_200C_202B_206E_202C_206F_200F_202A_206F_206D_206D_202B_200B_206B_200F_202C_200B_200C_202C_206E_202A_206F_206C_202E_206D_202B_206A_202E(IDisposable P_0)
|
||||
{
|
||||
P_0.Dispose();
|
||||
}
|
||||
|
||||
static void _200B_200C_202A_206F_200D_206F_200B_200B_202C_206E_202C_206F_206F_202C_206F_200C_206D_200E_200F_202C_206E_206A_202B_200F_206C_206D_200C_200C_200F_200C_200F_202B_202D_206C_202B_206A_202C_200B_200F_202D_202E()
|
||||
{
|
||||
ImGui.SameLine();
|
||||
}
|
||||
|
||||
static void _200B_206F_206F_206D_206D_202D_206E_200D_206C_206E_206D_202E_200E_202E_206A_202B_200C_202D_202B_200D_206C_200C_200B_202D_206D_202D_206F_200B_206E_206D_202A_206A_206A_200E_202A_200E_200C_206D_206F_200E_202E(float P_0)
|
||||
{
|
||||
ImGui.SetCursorPosY(P_0);
|
||||
}
|
||||
|
||||
static ImRaii.ColorDisposable _202A_200F_206A_202D_200D_200D_202B_206C_206B_206A_200E_202D_206D_202B_206B_206C_206F_200F_202C_200D_206F_200E_200C_206D_202C_206A_206A_206F_206F_206D_206F_200C_202B_202B_206A_202C_206C_202A_206E_206A_202E(ImGuiCol P_0, Vector4 P_1, bool P_2)
|
||||
{
|
||||
return ImRaii.PushColor(P_0, P_1, P_2);
|
||||
}
|
||||
|
||||
static void _206D_206C_202B_206D_202B_206E_200D_202E_202C_206A_206D_206D_202B_206E_206C_202B_202A_202E_206A_200E_200F_206E_202A_206A_206A_200B_202C_206C_206A_202A_200C_202A_206F_206B_206A_200E_202E_206D_206D_202E(ImU8String P_0)
|
||||
{
|
||||
ImGui.TextUnformatted(P_0);
|
||||
}
|
||||
|
||||
static Vector2 _206C_206D_202A_206F_200C_206C_202A_206A_206D_202C_206E_202A_202B_206E_202E_200E_200D_200B_206F_200D_202C_202E_200C_202A_202A_206B_202C_202A_202E_202C_206A_206D_200B_200C_206D_206B_206C_200D_206F_202D_202E()
|
||||
{
|
||||
return ImGui.GetContentRegionAvail();
|
||||
}
|
||||
|
||||
static float _202C_200B_200D_206A_202B_200E_200C_200F_202B_200C_200B_202E_202A_200B_202C_206A_206A_206A_200B_200D_202A_206E_206D_202E_206F_200B_202D_202A_202D_202B_200C_206E_200F_202E_206E_200C_200D_206D_202A_206C_202E()
|
||||
{
|
||||
return ImGui.GetCursorPosX();
|
||||
}
|
||||
|
||||
static void _200D_202C_206F_200B_206D_200E_206D_202C_202B_206B_202B_206E_200F_206C_206D_202E_202B_206C_202A_200F_206A_202C_206F_202A_202E_202E_202E_206F_200D_200D_202D_200C_202E_202D_200B_202E_206C_202D_206C_200F_202E(float P_0)
|
||||
{
|
||||
ImGui.PushTextWrapPos(P_0);
|
||||
}
|
||||
|
||||
static void _206D_202C_206D_200E_202D_206E_202D_206E_202A_206D_202A_206F_200E_202E_206D_202D_206C_206B_206F_206F_202A_202C_206F_200B_200E_206C_206D_200C_202D_200D_206E_206E_202A_202D_202E_202A_202A_206C_200E_206F_202E()
|
||||
{
|
||||
ImGui.PopTextWrapPos();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue