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,32 +1,164 @@
|
|||
using System.Numerics;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Questionable.Model.Changelog;
|
||||
|
||||
internal static class ChangeCategoryExtensions
|
||||
{
|
||||
[MethodImpl(MethodImplOptions.NoInlining)]
|
||||
public static string ToDisplayString(this EChangeCategory category)
|
||||
{
|
||||
return category switch
|
||||
int num;
|
||||
string result = default(string);
|
||||
switch (category)
|
||||
{
|
||||
EChangeCategory.Added => "Added",
|
||||
EChangeCategory.Changed => "Changed",
|
||||
EChangeCategory.Fixed => "Fixed",
|
||||
EChangeCategory.Removed => "Removed",
|
||||
EChangeCategory.QuestUpdates => "Quest Updates",
|
||||
_ => category.ToString(),
|
||||
};
|
||||
default:
|
||||
num = -1022171732;
|
||||
goto IL_0025;
|
||||
case EChangeCategory.Removed:
|
||||
result = global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(1184271712);
|
||||
num = -1022171735;
|
||||
goto IL_0025;
|
||||
case EChangeCategory.QuestUpdates:
|
||||
goto IL_007a;
|
||||
case EChangeCategory.Changed:
|
||||
goto IL_0090;
|
||||
case EChangeCategory.Added:
|
||||
goto IL_00ca;
|
||||
case EChangeCategory.Fixed:
|
||||
goto IL_00e2;
|
||||
IL_0025:
|
||||
while (true)
|
||||
{
|
||||
int num2 = num;
|
||||
int num3 = -1022171736;
|
||||
int num4 = num2;
|
||||
int num5 = num4 + num3;
|
||||
int num6 = num4 & num3;
|
||||
switch (num5 - (num6 + num6))
|
||||
{
|
||||
case 5:
|
||||
goto end_IL_0025;
|
||||
case 2:
|
||||
goto IL_007a;
|
||||
case 0:
|
||||
goto IL_0090;
|
||||
case 7:
|
||||
num = -1022171732;
|
||||
break;
|
||||
case 3:
|
||||
result = category.ToString();
|
||||
num = -1022171735;
|
||||
break;
|
||||
case 6:
|
||||
goto IL_00ca;
|
||||
case 1:
|
||||
return result;
|
||||
case 8:
|
||||
goto IL_00e2;
|
||||
case 4:
|
||||
num = -1022171733;
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
end_IL_0025:
|
||||
break;
|
||||
}
|
||||
goto case EChangeCategory.Removed;
|
||||
IL_00e2:
|
||||
result = global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-1940950850);
|
||||
num = -1022171735;
|
||||
goto IL_0025;
|
||||
IL_00ca:
|
||||
result = global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-836593342);
|
||||
num = -1022171735;
|
||||
goto IL_0025;
|
||||
IL_0090:
|
||||
result = global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-136424921);
|
||||
num = -1022171735;
|
||||
goto IL_0025;
|
||||
IL_007a:
|
||||
result = global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-126460286);
|
||||
num = -1022171735;
|
||||
goto IL_0025;
|
||||
}
|
||||
}
|
||||
|
||||
public static Vector4 GetColor(this EChangeCategory category)
|
||||
{
|
||||
return category switch
|
||||
int num;
|
||||
Vector4 result = default(Vector4);
|
||||
switch (category)
|
||||
{
|
||||
EChangeCategory.Added => new Vector4(0.3f, 0.8f, 0.4f, 1f),
|
||||
EChangeCategory.Changed => new Vector4(0.4f, 0.6f, 0.9f, 1f),
|
||||
EChangeCategory.Fixed => new Vector4(0.9f, 0.6f, 0.3f, 1f),
|
||||
EChangeCategory.Removed => new Vector4(0.9f, 0.3f, 0.3f, 1f),
|
||||
EChangeCategory.QuestUpdates => new Vector4(0.8f, 0.8f, 0.4f, 1f),
|
||||
_ => new Vector4(0.7f, 0.7f, 0.7f, 1f),
|
||||
};
|
||||
default:
|
||||
num = -1603635172;
|
||||
goto IL_0025;
|
||||
case EChangeCategory.QuestUpdates:
|
||||
result = new Vector4(0.8f, 0.8f, 0.4f, 1f);
|
||||
num = -1603635184;
|
||||
goto IL_0025;
|
||||
case EChangeCategory.Removed:
|
||||
goto IL_0089;
|
||||
case EChangeCategory.Fixed:
|
||||
goto IL_00d3;
|
||||
case EChangeCategory.Added:
|
||||
goto IL_00f8;
|
||||
case EChangeCategory.Changed:
|
||||
goto IL_0135;
|
||||
IL_0025:
|
||||
while (true)
|
||||
{
|
||||
int num2 = num;
|
||||
int num3 = -1603635180;
|
||||
int num4 = num2;
|
||||
int num5 = num4 + num3;
|
||||
int num6 = num4 & num3;
|
||||
switch (num5 - (num6 + num6))
|
||||
{
|
||||
case 6:
|
||||
goto end_IL_0025;
|
||||
case 0:
|
||||
goto IL_0089;
|
||||
case 2:
|
||||
result = new Vector4(0.7f, 0.7f, 0.7f, 1f);
|
||||
num = -1603635184;
|
||||
break;
|
||||
case 1:
|
||||
goto IL_00d3;
|
||||
case 7:
|
||||
goto IL_00f8;
|
||||
case 8:
|
||||
num = -1603635178;
|
||||
break;
|
||||
case 4:
|
||||
return result;
|
||||
case 5:
|
||||
num = -1603635172;
|
||||
break;
|
||||
case 3:
|
||||
goto IL_0135;
|
||||
}
|
||||
continue;
|
||||
end_IL_0025:
|
||||
break;
|
||||
}
|
||||
goto case EChangeCategory.QuestUpdates;
|
||||
IL_0135:
|
||||
result = new Vector4(0.4f, 0.6f, 0.9f, 1f);
|
||||
num = -1603635184;
|
||||
goto IL_0025;
|
||||
IL_00f8:
|
||||
result = new Vector4(0.3f, 0.8f, 0.4f, 1f);
|
||||
num = -1603635184;
|
||||
goto IL_0025;
|
||||
IL_00d3:
|
||||
result = new Vector4(0.9f, 0.6f, 0.3f, 1f);
|
||||
num = -1603635184;
|
||||
goto IL_0025;
|
||||
IL_0089:
|
||||
result = new Vector4(0.9f, 0.3f, 0.3f, 1f);
|
||||
num = -1603635184;
|
||||
goto IL_0025;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,148 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Text;
|
||||
|
||||
namespace Questionable.Model.Changelog;
|
||||
|
||||
internal sealed record ChangeEntry(EChangeCategory Category, string Description, List<string>? SubItems = null);
|
||||
internal sealed record ChangeEntry(EChangeCategory Category, string Description, List<string>? SubItems = null)
|
||||
{
|
||||
[CompilerGenerated]
|
||||
private Type EqualityContract
|
||||
{
|
||||
[CompilerGenerated]
|
||||
get
|
||||
{
|
||||
return _206D_206B_200B_202B_206E_202B_200B_206A_206E_206B_200C_202B_202C_206A_200F_200B_206E_206F_206A_206C_200D_202C_206B_202C_200B_206A_202A_200C_200D_202A_206C_206E_200D_202D_202E_206D_206D_202C_200D_200D_202E(typeof(ChangeEntry).TypeHandle);
|
||||
}
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.NoInlining)]
|
||||
[CompilerGenerated]
|
||||
public override string ToString()
|
||||
{
|
||||
StringBuilder stringBuilder = _206E_202C_202B_200D_200D_202C_206C_200F_206F_206C_202E_202A_200F_206A_200C_206A_200C_206C_206D_206F_200C_202C_206D_200F_202A_206F_200B_206E_200C_202C_200E_200D_200C_200B_202E_200D_206D_202E_206E_202B_202E();
|
||||
_206A_206F_200D_202A_200C_206D_202E_206B_200B_200F_206A_206A_200D_200F_206A_202C_202C_206A_206C_206E_200B_200E_202C_200D_202A_206F_202A_202D_202A_206B_206A_202A_200C_202A_202B_202E_206A_202B_200D_206C_202E(stringBuilder, global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(474130306));
|
||||
_206A_206F_200D_202A_200C_206D_202E_206B_200B_200F_206A_206A_200D_200F_206A_202C_202C_206A_206C_206E_200B_200E_202C_200D_202A_206F_202A_202D_202A_206B_206A_202A_200C_202A_202B_202E_206A_202B_200D_206C_202E(stringBuilder, global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(1664411125));
|
||||
int num = ((!PrintMembers(stringBuilder)) ? 1209671208 : 1209671211);
|
||||
while (true)
|
||||
{
|
||||
int num2 = num;
|
||||
int num3 = 1209671210;
|
||||
int num4 = num2;
|
||||
int num5 = num4 + num3;
|
||||
int num6 = num4 & num3;
|
||||
switch (num5 - (num6 + num6))
|
||||
{
|
||||
case 0:
|
||||
num = 1209671211;
|
||||
break;
|
||||
case 1:
|
||||
_200D_200E_202C_200B_200E_202E_206D_200E_206D_200B_200E_206D_206D_206D_200E_202D_206F_206F_200E_202B_202A_206F_200E_206D_202C_206A_202A_202E_200F_206D_202D_206B_200B_206C_206A_206D_206A_202A_202D_202D_202E(stringBuilder, ' ');
|
||||
num = 1209671208;
|
||||
break;
|
||||
case 2:
|
||||
_200D_200E_202C_200B_200E_202E_206D_200E_206D_200B_200E_206D_206D_206D_200E_202D_206F_206F_200E_202B_202A_206F_200E_206D_202C_206A_202A_202E_200F_206D_202D_206B_200B_206C_206A_206D_206A_202A_202D_202D_202E(stringBuilder, '}');
|
||||
return _200F_206F_206C_200C_206D_202A_200D_200B_206C_200C_202D_202D_206A_206E_206D_200D_202B_206D_202D_206C_202A_200E_206D_202E_200C_202B_202E_200C_206F_206A_200B_202D_202C_206E_206E_206D_200B_202B_202E_200D_202E((object)stringBuilder);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.NoInlining)]
|
||||
[CompilerGenerated]
|
||||
private bool PrintMembers(StringBuilder builder)
|
||||
{
|
||||
_206D_200D_206A_202E_206C_206F_202E_200B_206F_202E_200C_200F_200D_202C_200C_206E_202A_200F_202C_202B_206D_202E_202E_200E_202B_206E_200C_200D_202B_200F_200B_206E_200C_200B_202B_202D_202A_206E_206E_206F_202E();
|
||||
_206A_206F_200D_202A_200C_206D_202E_206B_200B_200F_206A_206A_200D_200F_206A_202C_202C_206A_206C_206E_200B_200E_202C_200D_202A_206F_202A_202D_202A_206B_206A_202A_200C_202A_202B_202E_206A_202B_200D_206C_202E(builder, global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(-114589338));
|
||||
_206A_206F_200D_202A_200C_206D_202E_206B_200B_200F_206A_206A_200D_200F_206A_202C_202C_206A_206C_206E_200B_200E_202C_200D_202A_206F_202A_202D_202A_206B_206A_202A_200C_202A_202B_202E_206A_202B_200D_206C_202E(builder, Category.ToString());
|
||||
_206A_206F_200D_202A_200C_206D_202E_206B_200B_200F_206A_206A_200D_200F_206A_202C_202C_206A_206C_206E_200B_200E_202C_200D_202A_206F_202A_202D_202A_206B_206A_202A_200C_202A_202B_202E_206A_202B_200D_206C_202E(builder, global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-127749891));
|
||||
_206D_206F_206D_206C_206A_206E_206C_200D_200B_206A_200B_202B_206B_200E_200C_206C_202D_200E_202B_200E_206C_200E_200E_206D_200C_206A_202E_206B_206A_206D_206E_202C_202C_200E_200E_206B_200E_202C_200B_202A_202E(builder, (object)Description);
|
||||
_206A_206F_200D_202A_200C_206D_202E_206B_200B_200F_206A_206A_200D_200F_206A_202C_202C_206A_206C_206E_200B_200E_202C_200D_202A_206F_202A_202D_202A_206B_206A_202A_200C_202A_202B_202E_206A_202B_200D_206C_202E(builder, global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(2069471446));
|
||||
_206D_206F_206D_206C_206A_206E_206C_200D_200B_206A_200B_202B_206B_200E_200C_206C_202D_200E_202B_200E_206C_200E_200E_206D_200C_206A_202E_206B_206A_206D_206E_202C_202C_200E_200E_206B_200E_202C_200B_202A_202E(builder, (object)SubItems);
|
||||
return true;
|
||||
}
|
||||
|
||||
[CompilerGenerated]
|
||||
public bool Equals(ChangeEntry? other)
|
||||
{
|
||||
int num = (((object)this == other) ? 528623422 : 528623417);
|
||||
while (true)
|
||||
{
|
||||
int num2 = num;
|
||||
int num3 = 528623416;
|
||||
int num4 = num2;
|
||||
int num5 = num4 + num3;
|
||||
int num6 = num4 & num3;
|
||||
switch (num5 - (num6 + num6))
|
||||
{
|
||||
case 0:
|
||||
num = ((!_200D_206C_200F_206B_202D_202E_200B_202C_202D_200C_202B_202D_206C_200B_206B_202C_200F_206B_206B_206C_206D_202C_206D_202A_200C_206D_206B_206D_202E_206C_206C_202C_202A_202D_202A_206F_206D_200C_200D_200C_202E(EqualityContract, other.EqualityContract)) ? 528623419 : 528623418);
|
||||
break;
|
||||
case 5:
|
||||
num = ((!EqualityComparer<string>.Default.Equals(Description, other.Description)) ? 528623419 : 528623423);
|
||||
break;
|
||||
case 4:
|
||||
num = 528623417;
|
||||
break;
|
||||
case 2:
|
||||
num = ((!EqualityComparer<EChangeCategory>.Default.Equals(Category, other.Category)) ? 528623419 : 528623421);
|
||||
break;
|
||||
case 7:
|
||||
return EqualityComparer<List<string>>.Default.Equals(SubItems, other.SubItems);
|
||||
case 6:
|
||||
return true;
|
||||
case 3:
|
||||
return false;
|
||||
case 1:
|
||||
num = (((object)other == null) ? 528623419 : 528623416);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
bool IEquatable<ChangeEntry>.Equals(ChangeEntry? other)
|
||||
{
|
||||
//ILSpy generated this explicit interface implementation from .override directive in Equals
|
||||
return this.Equals(other);
|
||||
}
|
||||
|
||||
static Type _206D_206B_200B_202B_206E_202B_200B_206A_206E_206B_200C_202B_202C_206A_200F_200B_206E_206F_206A_206C_200D_202C_206B_202C_200B_206A_202A_200C_200D_202A_206C_206E_200D_202D_202E_206D_206D_202C_200D_200D_202E(RuntimeTypeHandle P_0)
|
||||
{
|
||||
return Type.GetTypeFromHandle(P_0);
|
||||
}
|
||||
|
||||
static StringBuilder _206E_202C_202B_200D_200D_202C_206C_200F_206F_206C_202E_202A_200F_206A_200C_206A_200C_206C_206D_206F_200C_202C_206D_200F_202A_206F_200B_206E_200C_202C_200E_200D_200C_200B_202E_200D_206D_202E_206E_202B_202E()
|
||||
{
|
||||
return new StringBuilder();
|
||||
}
|
||||
|
||||
static StringBuilder _206A_206F_200D_202A_200C_206D_202E_206B_200B_200F_206A_206A_200D_200F_206A_202C_202C_206A_206C_206E_200B_200E_202C_200D_202A_206F_202A_202D_202A_206B_206A_202A_200C_202A_202B_202E_206A_202B_200D_206C_202E(StringBuilder P_0, string P_1)
|
||||
{
|
||||
return P_0.Append(P_1);
|
||||
}
|
||||
|
||||
static StringBuilder _200D_200E_202C_200B_200E_202E_206D_200E_206D_200B_200E_206D_206D_206D_200E_202D_206F_206F_200E_202B_202A_206F_200E_206D_202C_206A_202A_202E_200F_206D_202D_206B_200B_206C_206A_206D_206A_202A_202D_202D_202E(StringBuilder P_0, char P_1)
|
||||
{
|
||||
return P_0.Append(P_1);
|
||||
}
|
||||
|
||||
static string _200F_206F_206C_200C_206D_202A_200D_200B_206C_200C_202D_202D_206A_206E_206D_200D_202B_206D_202D_206C_202A_200E_206D_202E_200C_202B_202E_200C_206F_206A_200B_202D_202C_206E_206E_206D_200B_202B_202E_200D_202E(object P_0)
|
||||
{
|
||||
return P_0.ToString();
|
||||
}
|
||||
|
||||
static void _206D_200D_206A_202E_206C_206F_202E_200B_206F_202E_200C_200F_200D_202C_200C_206E_202A_200F_202C_202B_206D_202E_202E_200E_202B_206E_200C_200D_202B_200F_200B_206E_200C_200B_202B_202D_202A_206E_206E_206F_202E()
|
||||
{
|
||||
RuntimeHelpers.EnsureSufficientExecutionStack();
|
||||
}
|
||||
|
||||
static StringBuilder _206D_206F_206D_206C_206A_206E_206C_200D_200B_206A_200B_202B_206B_200E_200C_206C_202D_200E_202B_200E_206C_200E_200E_206D_200C_206A_202E_206B_206A_206D_206E_202C_202C_200E_200E_206B_200E_202C_200B_202A_202E(StringBuilder P_0, object P_1)
|
||||
{
|
||||
return P_0.Append(P_1);
|
||||
}
|
||||
|
||||
static bool _200D_206C_200F_206B_202D_202E_200B_202C_202D_200C_202B_202D_206C_200B_206B_202C_200F_206B_206B_206C_206D_202C_206D_202A_200C_206D_206B_206D_202E_206C_206C_202C_202A_202D_202A_206F_206D_200C_200D_200C_202E(Type P_0, Type P_1)
|
||||
{
|
||||
return P_0 == P_1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,37 +1,222 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Text;
|
||||
|
||||
namespace Questionable.Model.Changelog;
|
||||
|
||||
internal sealed record ChangelogEntry(string Version, DateOnly ReleaseDate, List<ChangeEntry> Changes)
|
||||
{
|
||||
[CompilerGenerated]
|
||||
private Type EqualityContract
|
||||
{
|
||||
[CompilerGenerated]
|
||||
get
|
||||
{
|
||||
return _202A_206E_202D_200D_200B_200D_206E_202A_206A_202D_202C_206C_202B_206A_202B_206F_202B_200C_200E_202D_200E_206B_200D_200E_206C_200C_206B_206A_200D_206B_200C_202C_200C_200C_206D_206A_206C_202A_206E_202A_202E(typeof(ChangelogEntry).TypeHandle);
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsNewVersion(string? lastViewedVersion, IReadOnlyList<ChangelogEntry> allChangelogs)
|
||||
{
|
||||
if (string.IsNullOrEmpty(lastViewedVersion))
|
||||
int num = ((!_202E_206E_206B_200F_206B_202B_200B_206B_202C_200E_202B_206F_202A_202C_200C_200C_202C_200C_206F_202C_206F_202C_200F_206B_202D_202D_206E_206B_206F_200D_202E_202E_206E_206A_200E_202D_200D_200E_206B_206F_202E(lastViewedVersion)) ? (-524926042) : (-524926047));
|
||||
int num7 = default(int);
|
||||
int num5 = default(int);
|
||||
int num6 = default(int);
|
||||
while (true)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
int num = -1;
|
||||
int num2 = -1;
|
||||
for (int i = 0; i < allChangelogs.Count; i++)
|
||||
{
|
||||
if (allChangelogs[i].Version == Version)
|
||||
int num2 = num;
|
||||
int num3 = -524926042;
|
||||
int num4 = num2;
|
||||
switch ((num4 | num3) - (num4 & num3))
|
||||
{
|
||||
num = i;
|
||||
case 4:
|
||||
num = ((num7 < allChangelogs.Count) ? (-524926035) : (-524926033));
|
||||
break;
|
||||
case 11:
|
||||
num = ((!_200B_202E_206E_202D_206D_202C_200E_202A_200F_202D_200E_200B_206A_200C_206E_206C_200E_200E_202A_206D_206D_206F_202D_200D_206B_206C_200B_202A_202A_200C_200D_202C_202B_206C_200D_202C_200D_200E_202D_206B_202E(allChangelogs[num7].Version, Version)) ? (-524926034) : (-524926037));
|
||||
break;
|
||||
case 3:
|
||||
return true;
|
||||
case 13:
|
||||
num5 = num7;
|
||||
num = -524926034;
|
||||
break;
|
||||
case 6:
|
||||
{
|
||||
int num8 = num7;
|
||||
num3 = 1;
|
||||
num4 = num8;
|
||||
int num9 = num4 ^ num3;
|
||||
int num10 = num4 & num3;
|
||||
num7 = num9 + (num10 + num10);
|
||||
num = -524926046;
|
||||
break;
|
||||
}
|
||||
if (allChangelogs[i].Version == lastViewedVersion)
|
||||
{
|
||||
num2 = i;
|
||||
case 10:
|
||||
num6 = num7;
|
||||
num = -524926048;
|
||||
break;
|
||||
case 1:
|
||||
return num5 < num6;
|
||||
case 8:
|
||||
num = ((!_200B_202E_206E_202D_206D_202C_200E_202A_200F_202D_200E_200B_206A_200C_206E_206C_200E_200E_202A_206D_206D_206F_202D_200D_206B_206C_200B_202A_202A_200C_200D_202C_202B_206C_200D_202C_200D_200E_202D_206B_202E(allChangelogs[num7].Version, lastViewedVersion)) ? (-524926048) : (-524926036));
|
||||
break;
|
||||
case 0:
|
||||
num5 = -1;
|
||||
num6 = -1;
|
||||
num7 = 0;
|
||||
num = -524926046;
|
||||
break;
|
||||
case 9:
|
||||
num = ((num6 != -1) ? (-524926045) : (-524926043));
|
||||
break;
|
||||
case 5:
|
||||
num = ((num5 != -1) ? (-524926041) : (-524926038));
|
||||
break;
|
||||
case 2:
|
||||
num = -524926047;
|
||||
break;
|
||||
case 12:
|
||||
return false;
|
||||
case 7:
|
||||
return true;
|
||||
}
|
||||
}
|
||||
if (num2 == -1)
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.NoInlining)]
|
||||
[CompilerGenerated]
|
||||
public override string ToString()
|
||||
{
|
||||
StringBuilder stringBuilder = _200E_202C_206D_200E_202E_206E_202B_202E_206D_202A_202D_206C_200B_200E_206E_202C_200E_202B_202B_206A_206D_206D_206E_202A_200F_202A_202A_202A_202B_202E_202C_200D_200D_200D_206A_202D_200E_206A_206F_202D_202E();
|
||||
_206C_200B_206F_202D_206D_206C_200E_200E_202B_200F_206D_202B_202D_206E_200F_206D_206F_200C_202E_200D_202C_202C_206E_206C_200C_206B_202A_200F_202E_202B_202E_202E_206A_206A_202B_202C_200F_206A_206D_206F_202E(stringBuilder, global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-477928175));
|
||||
_206C_200B_206F_202D_206D_206C_200E_200E_202B_200F_206D_202B_202D_206E_200F_206D_206F_200C_202E_200D_202C_202C_206E_206C_200C_206B_202A_200F_202E_202B_202E_202E_206A_206A_202B_202C_200F_206A_206D_206F_202E(stringBuilder, global::_003CModule_003E._202A_206B_206D_200C_206B_200E_200E_202A_200B_202E_206A_206F_206A_206B_200E_200D_200F_206D_206E_206A_206F_200C_206C_202C_202A_206E_202C_200B_206E_202A_206E_202B_206B_202E_202E_206A_206D_206D_202C_200F_202E<string>(1664411125));
|
||||
int num = ((!PrintMembers(stringBuilder)) ? 1932452482 : 1932452481);
|
||||
while (true)
|
||||
{
|
||||
return true;
|
||||
int num2 = num;
|
||||
int num3 = 1932452480;
|
||||
int num4 = num2;
|
||||
switch ((num4 | num3) - (num4 & num3))
|
||||
{
|
||||
case 2:
|
||||
_206E_206D_200E_202B_200F_200B_202B_200B_206A_200E_206E_202D_206D_206C_206F_206A_200B_206D_200E_206A_200B_200C_202A_200C_200E_202B_206D_206F_200B_202E_200C_206A_206E_202D_200F_206D_200E_206D_206C_206F_202E(stringBuilder, '}');
|
||||
return _202E_200D_206E_200C_202C_200D_206E_206D_202C_202B_206F_202B_200B_206E_200E_202B_206A_206F_206A_200E_206E_206A_200B_200D_206B_202D_200C_206C_206C_206B_206B_206A_206E_202B_206A_206B_206C_202D_206A_206C_202E((object)stringBuilder);
|
||||
case 1:
|
||||
_206E_206D_200E_202B_200F_200B_202B_200B_206A_200E_206E_202D_206D_206C_206F_206A_200B_206D_200E_206A_200B_200C_202A_200C_200E_202B_206D_206F_200B_202E_200C_206A_206E_202D_200F_206D_200E_206D_206C_206F_202E(stringBuilder, ' ');
|
||||
num = 1932452482;
|
||||
break;
|
||||
case 0:
|
||||
num = 1932452481;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (num == -1)
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.NoInlining)]
|
||||
[CompilerGenerated]
|
||||
private bool PrintMembers(StringBuilder builder)
|
||||
{
|
||||
_200F_202D_200E_206B_206C_202A_202B_202A_202E_206F_200C_206D_200D_202B_206B_202B_200D_202E_202D_202E_206B_200C_200F_206B_202C_206D_206F_206C_200B_202E_202A_202E_206B_202B_206C_206D_200C_206B_202E();
|
||||
_206C_200B_206F_202D_206D_206C_200E_200E_202B_200F_206D_202B_202D_206E_200F_206D_206F_200C_202E_200D_202C_202C_206E_206C_200C_206B_202A_200F_202E_202B_202E_202E_206A_206A_202B_202C_200F_206A_206D_206F_202E(builder, global::_003CModule_003E._200B_206B_206B_200E_200B_206A_206D_206B_206E_200F_206A_206F_206E_202B_200F_206C_202B_206D_206E_200F_200C_200E_206F_200D_200F_200B_202B_202B_202B_202B_206D_202C_206A_206D_200B_206E_200D_206A_206F_200F_202E<string>(659654243));
|
||||
_202E_206D_200E_206F_200B_200D_206E_206B_202E_202A_206F_202E_206C_206A_200F_202B_206A_206D_200D_200C_206E_202A_202C_200D_206B_200B_200C_206B_200F_206D_200E_206A_202A_202B_206A_206B_206C_202D_200D_206E_202E(builder, (object)Version);
|
||||
_206C_200B_206F_202D_206D_206C_200E_200E_202B_200F_206D_202B_202D_206E_200F_206D_206F_200C_202E_200D_202C_202C_206E_206C_200C_206B_202A_200F_202E_202B_202E_202E_206A_206A_202B_202C_200F_206A_206D_206F_202E(builder, global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(-1366096268));
|
||||
_206C_200B_206F_202D_206D_206C_200E_200E_202B_200F_206D_202B_202D_206E_200F_206D_206F_200C_202E_200D_202C_202C_206E_206C_200C_206B_202A_200F_202E_202B_202E_202E_206A_206A_202B_202C_200F_206A_206D_206F_202E(builder, ReleaseDate.ToString());
|
||||
_206C_200B_206F_202D_206D_206C_200E_200E_202B_200F_206D_202B_202D_206E_200F_206D_206F_200C_202E_200D_202C_202C_206E_206C_200C_206B_202A_200F_202E_202B_202E_202E_206A_206A_202B_202C_200F_206A_206D_206F_202E(builder, global::_003CModule_003E._202D_206D_206A_206E_202C_202B_200C_206C_200E_206A_206D_200E_206A_202A_200C_202E_206E_202C_206F_200B_206D_206F_200C_202C_200B_202B_200F_200B_206A_206F_200F_202E_206B_200E_202B_202A_200F_200B_202A_200E_202E<string>(1139339427));
|
||||
_202E_206D_200E_206F_200B_200D_206E_206B_202E_202A_206F_202E_206C_206A_200F_202B_206A_206D_200D_200C_206E_202A_202C_200D_206B_200B_200C_206B_200F_206D_200E_206A_202A_202B_206A_206B_206C_202D_200D_206E_202E(builder, (object)Changes);
|
||||
return true;
|
||||
}
|
||||
|
||||
[CompilerGenerated]
|
||||
public bool Equals(ChangelogEntry? other)
|
||||
{
|
||||
int num = (((object)this == other) ? 753075130 : 753075134);
|
||||
while (true)
|
||||
{
|
||||
return false;
|
||||
int num2 = num;
|
||||
int num3 = 753075128;
|
||||
int num4 = num2;
|
||||
switch ((num4 | num3) - (num4 & num3))
|
||||
{
|
||||
case 7:
|
||||
num = ((!EqualityComparer<DateOnly>.Default.Equals(ReleaseDate, other.ReleaseDate)) ? 753075129 : 753075131);
|
||||
break;
|
||||
case 0:
|
||||
num = ((!EqualityComparer<string>.Default.Equals(Version, other.Version)) ? 753075129 : 753075135);
|
||||
break;
|
||||
case 3:
|
||||
return EqualityComparer<List<ChangeEntry>>.Default.Equals(Changes, other.Changes);
|
||||
case 6:
|
||||
num = (((object)other == null) ? 753075129 : 753075132);
|
||||
break;
|
||||
case 1:
|
||||
return false;
|
||||
case 2:
|
||||
return true;
|
||||
case 5:
|
||||
num = 753075134;
|
||||
break;
|
||||
case 4:
|
||||
num = ((!_206E_200D_206B_202C_202D_206F_206F_200D_206A_200C_200D_200D_202D_200D_206B_200D_206E_206E_206D_200F_206A_206A_202E_200B_202D_200F_200B_202A_202A_202B_206F_202B_200B_200B_202A_200D_206A_206C_200D_202A_202E(EqualityContract, other.EqualityContract)) ? 753075129 : 753075128);
|
||||
break;
|
||||
}
|
||||
}
|
||||
return num < num2;
|
||||
}
|
||||
|
||||
bool IEquatable<ChangelogEntry>.Equals(ChangelogEntry? other)
|
||||
{
|
||||
//ILSpy generated this explicit interface implementation from .override directive in Equals
|
||||
return this.Equals(other);
|
||||
}
|
||||
|
||||
static Type _202A_206E_202D_200D_200B_200D_206E_202A_206A_202D_202C_206C_202B_206A_202B_206F_202B_200C_200E_202D_200E_206B_200D_200E_206C_200C_206B_206A_200D_206B_200C_202C_200C_200C_206D_206A_206C_202A_206E_202A_202E(RuntimeTypeHandle P_0)
|
||||
{
|
||||
return Type.GetTypeFromHandle(P_0);
|
||||
}
|
||||
|
||||
static bool _202E_206E_206B_200F_206B_202B_200B_206B_202C_200E_202B_206F_202A_202C_200C_200C_202C_200C_206F_202C_206F_202C_200F_206B_202D_202D_206E_206B_206F_200D_202E_202E_206E_206A_200E_202D_200D_200E_206B_206F_202E(string P_0)
|
||||
{
|
||||
return string.IsNullOrEmpty(P_0);
|
||||
}
|
||||
|
||||
static bool _200B_202E_206E_202D_206D_202C_200E_202A_200F_202D_200E_200B_206A_200C_206E_206C_200E_200E_202A_206D_206D_206F_202D_200D_206B_206C_200B_202A_202A_200C_200D_202C_202B_206C_200D_202C_200D_200E_202D_206B_202E(string P_0, string P_1)
|
||||
{
|
||||
return P_0 == P_1;
|
||||
}
|
||||
|
||||
static StringBuilder _200E_202C_206D_200E_202E_206E_202B_202E_206D_202A_202D_206C_200B_200E_206E_202C_200E_202B_202B_206A_206D_206D_206E_202A_200F_202A_202A_202A_202B_202E_202C_200D_200D_200D_206A_202D_200E_206A_206F_202D_202E()
|
||||
{
|
||||
return new StringBuilder();
|
||||
}
|
||||
|
||||
static StringBuilder _206C_200B_206F_202D_206D_206C_200E_200E_202B_200F_206D_202B_202D_206E_200F_206D_206F_200C_202E_200D_202C_202C_206E_206C_200C_206B_202A_200F_202E_202B_202E_202E_206A_206A_202B_202C_200F_206A_206D_206F_202E(StringBuilder P_0, string P_1)
|
||||
{
|
||||
return P_0.Append(P_1);
|
||||
}
|
||||
|
||||
static StringBuilder _206E_206D_200E_202B_200F_200B_202B_200B_206A_200E_206E_202D_206D_206C_206F_206A_200B_206D_200E_206A_200B_200C_202A_200C_200E_202B_206D_206F_200B_202E_200C_206A_206E_202D_200F_206D_200E_206D_206C_206F_202E(StringBuilder P_0, char P_1)
|
||||
{
|
||||
return P_0.Append(P_1);
|
||||
}
|
||||
|
||||
static string _202E_200D_206E_200C_202C_200D_206E_206D_202C_202B_206F_202B_200B_206E_200E_202B_206A_206F_206A_200E_206E_206A_200B_200D_206B_202D_200C_206C_206C_206B_206B_206A_206E_202B_206A_206B_206C_202D_206A_206C_202E(object P_0)
|
||||
{
|
||||
return P_0.ToString();
|
||||
}
|
||||
|
||||
static void _200F_202D_200E_206B_206C_202A_202B_202A_202E_206F_200C_206D_200D_202B_206B_202B_200D_202E_202D_202E_206B_200C_200F_206B_202C_206D_206F_206C_200B_202E_202A_202E_206B_202B_206C_206D_200C_206B_202E()
|
||||
{
|
||||
RuntimeHelpers.EnsureSufficientExecutionStack();
|
||||
}
|
||||
|
||||
static StringBuilder _202E_206D_200E_206F_200B_200D_206E_206B_202E_202A_206F_202E_206C_206A_200F_202B_206A_206D_200D_200C_206E_202A_202C_200D_206B_200B_200C_206B_200F_206D_200E_206A_202A_202B_206A_206B_206C_202D_200D_206E_202E(StringBuilder P_0, object P_1)
|
||||
{
|
||||
return P_0.Append(P_1);
|
||||
}
|
||||
|
||||
static bool _206E_200D_206B_202C_202D_206F_206F_200D_206A_200C_200D_200D_202D_200D_206B_200D_206E_206E_206D_200F_206A_206A_202E_200B_202D_200F_200B_202A_202A_202B_206F_202B_200B_200B_202A_200D_206A_206C_200D_202A_202E(Type P_0, Type P_1)
|
||||
{
|
||||
return P_0 == P_1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue