diff --git a/Content.Client/Administration/UI/Bwoink/BwoinkWindow.xaml b/Content.Client/Administration/UI/Bwoink/BwoinkWindow.xaml index 4e0156d7a0..84b1667f1f 100644 --- a/Content.Client/Administration/UI/Bwoink/BwoinkWindow.xaml +++ b/Content.Client/Administration/UI/Bwoink/BwoinkWindow.xaml @@ -1,6 +1,6 @@  diff --git a/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs b/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs index 41c3ac76f9..84ce30c9a2 100644 --- a/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs +++ b/Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs @@ -42,7 +42,7 @@ namespace Content.Client.Administration.UI.CustomControls PopulateList(_adminSystem.PlayerList); FilterLineEdit.OnTextChanged += _ => FilterList(); _adminSystem.PlayerListChanged += PopulateList; - BackgroundPanel.PanelOverride = new StyleBoxFlat {BackgroundColor = new Color(32, 32, 40)}; + BackgroundPanel.PanelOverride = new StyleBoxFlat {BackgroundColor = new Color(32, 48, 32)}; } private void PlayerListItemPressed(BaseButton.ButtonEventArgs? args, ListData? data) diff --git a/Content.Client/Atmos/Monitor/UI/AirAlarmWindow.xaml b/Content.Client/Atmos/Monitor/UI/AirAlarmWindow.xaml index 1d87611949..1cdc1b7da7 100644 --- a/Content.Client/Atmos/Monitor/UI/AirAlarmWindow.xaml +++ b/Content.Client/Atmos/Monitor/UI/AirAlarmWindow.xaml @@ -43,7 +43,7 @@ - + @@ -53,7 +53,7 @@ - + @@ -63,7 +63,7 @@ - + diff --git a/Content.Client/Chemistry/UI/ChemMasterWindow.xaml b/Content.Client/Chemistry/UI/ChemMasterWindow.xaml index b1f4f5917f..26a490b0f3 100644 --- a/Content.Client/Chemistry/UI/ChemMasterWindow.xaml +++ b/Content.Client/Chemistry/UI/ChemMasterWindow.xaml @@ -15,9 +15,8 @@ - + - @@ -40,7 +39,7 @@ - + @@ -62,7 +61,7 @@ - + @@ -87,7 +86,7 @@ - + diff --git a/Content.Client/Chemistry/UI/ReagentDispenserWindow.xaml b/Content.Client/Chemistry/UI/ReagentDispenserWindow.xaml index e17586db14..c83660f8f5 100644 --- a/Content.Client/Chemistry/UI/ReagentDispenserWindow.xaml +++ b/Content.Client/Chemistry/UI/ReagentDispenserWindow.xaml @@ -40,7 +40,7 @@ SizeFlagsStretchRatio="6" MinSize="0 150"> - + + SetSize="440 180"> diff --git a/Content.Client/Mech/Ui/MechMenu.xaml b/Content.Client/Mech/Ui/MechMenu.xaml index 2ed82eba15..43f0840a08 100644 --- a/Content.Client/Mech/Ui/MechMenu.xaml +++ b/Content.Client/Mech/Ui/MechMenu.xaml @@ -49,7 +49,7 @@ - + + MinSize="980 450"> diff --git a/Content.Client/PDA/PdaMenu.xaml b/Content.Client/PDA/PdaMenu.xaml index 7ba72ea7f1..95fb28db9a 100644 --- a/Content.Client/PDA/PdaMenu.xaml +++ b/Content.Client/PDA/PdaMenu.xaml @@ -10,7 +10,7 @@ + ActiveBgColor="#203023" Visible="False"/> diff --git a/Content.Client/Preferences/UI/CharacterSetupGui.xaml.cs b/Content.Client/Preferences/UI/CharacterSetupGui.xaml.cs index afe77441a2..877af3deda 100644 --- a/Content.Client/Preferences/UI/CharacterSetupGui.xaml.cs +++ b/Content.Client/Preferences/UI/CharacterSetupGui.xaml.cs @@ -57,7 +57,7 @@ namespace Content.Client.Preferences.UI var back = new StyleBoxTexture { Texture = panelTex, - Modulate = new Color(37, 37, 42) + Modulate = new Color(37, 42, 37) }; back.SetPatchMargin(StyleBox.Margin.All, 10); diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs index 2fbc31e973..eb93f668e6 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs @@ -43,7 +43,7 @@ namespace Content.Client.Preferences.UI { PanelOverride = new StyleBoxFlat() { - BackgroundColor = new Color(47, 47, 53), + BackgroundColor = new Color(35, 48, 35), ContentMarginTopOverride = 10, ContentMarginBottomOverride = 10, ContentMarginLeftOverride = 10, diff --git a/Content.Client/Stylesheets/StyleBase.cs b/Content.Client/Stylesheets/StyleBase.cs index 5068f97e36..22952878bd 100644 --- a/Content.Client/Stylesheets/StyleBase.cs +++ b/Content.Client/Stylesheets/StyleBase.cs @@ -47,7 +47,7 @@ namespace Content.Client.Stylesheets ( new [] { - "/Fonts/NotoSans/NotoSans-Regular.ttf", + "/Fonts/IBMPlexSans/IBMPlexSans-Regular.ttf", "/Fonts/NotoSans/NotoSansSymbols-Regular.ttf", "/Fonts/NotoSans/NotoSansSymbols2-Regular.ttf" }, @@ -57,7 +57,7 @@ namespace Content.Client.Stylesheets ( new [] { - "/Fonts/NotoSans/NotoSans-Italic.ttf", + "/Fonts/IBMPlexSans/IBMPlexSans-Italic.ttf", "/Fonts/NotoSans/NotoSansSymbols-Regular.ttf", "/Fonts/NotoSans/NotoSansSymbols2-Regular.ttf" }, @@ -124,7 +124,7 @@ namespace Content.Client.Stylesheets var vScrollBarGrabberNormal = new StyleBoxFlat { - BackgroundColor = Color.Gray.WithAlpha(0.35f), ContentMarginLeftOverride = DefaultGrabberSize, + BackgroundColor = Color.DarkKhaki.WithAlpha(0.35f), ContentMarginLeftOverride = DefaultGrabberSize, ContentMarginTopOverride = DefaultGrabberSize }; var vScrollBarGrabberHover = new StyleBoxFlat @@ -140,7 +140,7 @@ namespace Content.Client.Stylesheets var hScrollBarGrabberNormal = new StyleBoxFlat { - BackgroundColor = Color.Gray.WithAlpha(0.35f), ContentMarginTopOverride = DefaultGrabberSize + BackgroundColor = Color.DarkKhaki.WithAlpha(0.35f), ContentMarginTopOverride = DefaultGrabberSize }; var hScrollBarGrabberHover = new StyleBoxFlat { diff --git a/Content.Client/Stylesheets/StyleNano.cs b/Content.Client/Stylesheets/StyleNano.cs index 220e9a9265..6602cd8e36 100644 --- a/Content.Client/Stylesheets/StyleNano.cs +++ b/Content.Client/Stylesheets/StyleNano.cs @@ -29,7 +29,7 @@ namespace Content.Client.Stylesheets // Ew, but ok new[] { - $"/Fonts/NotoSans{ds}/NotoSans{ds}-{variation}.ttf", + $"/Fonts/IBMPlexSans/IBMPlexSans-{variation}.ttf", $"/Fonts/NotoSans/NotoSansSymbols-{sv}.ttf", "/Fonts/NotoSans/NotoSansSymbols2-Regular.ttf", }, @@ -64,6 +64,8 @@ namespace Content.Client.Stylesheets public const string StyleClassChatChannelSelectorButton = "chatSelectorOptionButton"; public const string StyleClassChatFilterOptionButton = "chatFilterOptionButton"; public const string StyleClassStorageButton = "storageButton"; + public const string StyleClassFuckyWuckyBackground = "FuckyWuckyBackground"; + public const string StyleClassGayShitBackground = "GayShitBackground"; public const string StyleClassSliderRed = "Red"; public const string StyleClassSliderGreen = "Green"; @@ -85,18 +87,18 @@ namespace Content.Client.Stylesheets public static readonly Color PanelDark = Color.FromHex("#1E1E22"); - public static readonly Color NanoGold = Color.FromHex("#A88B5E"); - public static readonly Color GoodGreenFore = Color.FromHex("#31843E"); - public static readonly Color ConcerningOrangeFore = Color.FromHex("#A5762F"); - public static readonly Color DangerousRedFore = Color.FromHex("#BB3232"); - public static readonly Color DisabledFore = Color.FromHex("#5A5A5A"); + public static readonly Color NanoGold = Color.FromHex("#A2B1A8"); + public static readonly Color GoodGreenFore = Color.FromHex("#4D5B5C"); + public static readonly Color ConcerningOrangeFore = Color.FromHex("#5C5A4D"); + public static readonly Color DangerousRedFore = Color.FromHex("#5C4D5B"); + public static readonly Color DisabledFore = Color.FromHex("#262E29"); - public static readonly Color ButtonColorDefault = Color.FromHex("#464966"); - public static readonly Color ButtonColorDefaultRed = Color.FromHex("#D43B3B"); - public static readonly Color ButtonColorHovered = Color.FromHex("#575b7f"); - public static readonly Color ButtonColorHoveredRed = Color.FromHex("#DF6B6B"); - public static readonly Color ButtonColorPressed = Color.FromHex("#3e6c45"); - public static readonly Color ButtonColorDisabled = Color.FromHex("#30313c"); + public static readonly Color ButtonColorDefault = Color.FromHex("#4D5D53"); + public static readonly Color ButtonColorDefaultRed = Color.FromHex("#992723"); + public static readonly Color ButtonColorHovered = Color.FromHex("#58695E"); + public static readonly Color ButtonColorHoveredRed = Color.FromHex("#4D5D53"); + public static readonly Color ButtonColorPressed = Color.FromHex("#000000"); + public static readonly Color ButtonColorDisabled = Color.FromHex("#000000"); public static readonly Color ButtonColorCautionDefault = Color.FromHex("#ab3232"); public static readonly Color ButtonColorCautionHovered = Color.FromHex("#cf2f2f"); @@ -113,20 +115,23 @@ namespace Content.Client.Stylesheets // Context menu button colors public static readonly Color ButtonColorContext = Color.FromHex("#1119"); - public static readonly Color ButtonColorContextHover = Color.DarkSlateGray; - public static readonly Color ButtonColorContextPressed = Color.LightSlateGray; - public static readonly Color ButtonColorContextDisabled = Color.Black; + public static readonly Color ButtonColorContextHover = Color.FromHex("#6E8476"); + public static readonly Color ButtonColorContextPressed = Color.FromHex("#879B8F"); + public static readonly Color ButtonColorContextDisabled = Color.FromHex("#262E29"); // Examine button colors public static readonly Color ExamineButtonColorContext = Color.Transparent; - public static readonly Color ExamineButtonColorContextHover = Color.DarkSlateGray; - public static readonly Color ExamineButtonColorContextPressed = Color.LightSlateGray; - public static readonly Color ExamineButtonColorContextDisabled = Color.FromHex("#5A5A5A"); + public static readonly Color ExamineButtonColorContextHover = Color.FromHex("#6E8476"); + public static readonly Color ExamineButtonColorContextPressed = Color.FromHex("#879B8F"); + public static readonly Color ExamineButtonColorContextDisabled = Color.FromHex("#262E29"); + + // UI Panel colors + public static readonly Color PanelColorDark = Color.FromHex("#1B211D"); // Fancy Tree elements - public static readonly Color FancyTreeEvenRowColor = Color.FromHex("#25252A"); - public static readonly Color FancyTreeOddRowColor = FancyTreeEvenRowColor * new Color(0.8f, 0.8f, 0.8f); - public static readonly Color FancyTreeSelectedRowColor = new Color(55, 55, 68); + public static readonly Color FancyTreeEvenRowColor = Color.FromHex("#313B35"); + public static readonly Color FancyTreeOddRowColor = FancyTreeEvenRowColor * new Color(0.8f, 0.9f, 0.8f); + public static readonly Color FancyTreeSelectedRowColor = new Color(55, 80, 68); //Used by the APC and SMES menus public const string StyleClassPowerStateNone = "PowerStateNone"; @@ -180,10 +185,11 @@ namespace Content.Client.Stylesheets ExpandMarginBottom = 3, ContentMarginBottomOverride = 0 }; - var windowBackgroundTex = resCache.GetTexture("/Textures/Interface/Nano/window_background.png"); + var windowBackgroundTex = resCache.GetTexture("/Textures/Interface/Nano/gay_shit.png"); var windowBackground = new StyleBoxTexture { Texture = windowBackgroundTex, + Mode = StyleBoxTexture.StretchMode.Tile }; windowBackground.SetPatchMargin(StyleBox.Margin.Horizontal | StyleBox.Margin.Bottom, 2); windowBackground.SetExpandMargin(StyleBox.Margin.Horizontal | StyleBox.Margin.Bottom, 2); @@ -195,6 +201,27 @@ namespace Content.Client.Stylesheets }; borderedWindowBackground.SetPatchMargin(StyleBox.Margin.All, 2); + var fuckyWuckyBackgroundTex = resCache.GetTexture("/Textures/Interface/Nano/fucky_wucky.png"); + var fuckyWuckyBackground = new StyleBoxTexture + { + Texture = fuckyWuckyBackgroundTex, + Mode = StyleBoxTexture.StretchMode.Tile + }; + + fuckyWuckyBackground.SetPatchMargin(StyleBox.Margin.All, 24); + fuckyWuckyBackground.SetExpandMargin(StyleBox.Margin.All, -4); + fuckyWuckyBackground.SetContentMarginOverride(StyleBox.Margin.All, 8); + + var gayShitBackgroundTex = resCache.GetTexture("/Textures/Interface/Nano/gay_shit.png"); + var gayShitBackground = new StyleBoxTexture + { + Texture = gayShitBackgroundTex, + Mode = StyleBoxTexture.StretchMode.Tile + }; + + gayShitBackground.SetPatchMargin(StyleBox.Margin.All, 2); + gayShitBackground.SetExpandMargin(StyleBox.Margin.All, -2); + var contextMenuBackground = new StyleBoxTexture { Texture = borderedWindowBackgroundTex, @@ -361,14 +388,14 @@ namespace Content.Client.Stylesheets }; tabContainerPanel.SetPatchMargin(StyleBox.Margin.All, 2); - var tabContainerBoxActive = new StyleBoxFlat {BackgroundColor = new Color(64, 64, 64)}; + var tabContainerBoxActive = new StyleBoxFlat {BackgroundColor = new Color(64, 80, 64)}; tabContainerBoxActive.SetContentMarginOverride(StyleBox.Margin.Horizontal, 5); - var tabContainerBoxInactive = new StyleBoxFlat {BackgroundColor = new Color(32, 32, 32)}; + var tabContainerBoxInactive = new StyleBoxFlat {BackgroundColor = new Color(32, 40, 32)}; tabContainerBoxInactive.SetContentMarginOverride(StyleBox.Margin.Horizontal, 5); var progressBarBackground = new StyleBoxFlat { - BackgroundColor = new Color(0.25f, 0.25f, 0.25f) + BackgroundColor = new Color(0.25f, 0.35f, 0.25f) }; progressBarBackground.SetContentMarginOverride(StyleBox.Margin.Vertical, 14.5f); @@ -407,13 +434,13 @@ namespace Content.Client.Stylesheets placeholder.SetExpandMargin(StyleBox.Margin.All, -5); placeholder.Mode = StyleBoxTexture.StretchMode.Tile; - var itemListBackgroundSelected = new StyleBoxFlat {BackgroundColor = new Color(75, 75, 86)}; + var itemListBackgroundSelected = new StyleBoxFlat {BackgroundColor = new Color(75, 90, 75)}; itemListBackgroundSelected.SetContentMarginOverride(StyleBox.Margin.Vertical, 2); itemListBackgroundSelected.SetContentMarginOverride(StyleBox.Margin.Horizontal, 4); - var itemListItemBackgroundDisabled = new StyleBoxFlat {BackgroundColor = new Color(10, 10, 12)}; + var itemListItemBackgroundDisabled = new StyleBoxFlat {BackgroundColor = new Color(10, 20, 10)}; itemListItemBackgroundDisabled.SetContentMarginOverride(StyleBox.Margin.Vertical, 2); itemListItemBackgroundDisabled.SetContentMarginOverride(StyleBox.Margin.Horizontal, 4); - var itemListItemBackground = new StyleBoxFlat {BackgroundColor = new Color(55, 55, 68)}; + var itemListItemBackground = new StyleBoxFlat {BackgroundColor = new Color(55, 70, 55)}; itemListItemBackground.SetContentMarginOverride(StyleBox.Margin.Vertical, 2); itemListItemBackground.SetContentMarginOverride(StyleBox.Margin.Horizontal, 4); var itemListItemBackgroundTransparent = new StyleBoxFlat {BackgroundColor = Color.Transparent}; @@ -457,19 +484,19 @@ namespace Content.Client.Stylesheets var sliderFillBox = new StyleBoxTexture { Texture = sliderFillTex, - Modulate = Color.FromHex("#3E6C45") + Modulate = Color.FromHex("#313B35") }; var sliderBackBox = new StyleBoxTexture { Texture = sliderFillTex, - Modulate = PanelDark, + Modulate = Color.FromHex("#1B211D") }; var sliderForeBox = new StyleBoxTexture { Texture = sliderOutlineTex, - Modulate = Color.FromHex("#494949") + Modulate = Color.FromHex("#47554C") }; var sliderGrabBox = new StyleBoxTexture @@ -492,7 +519,7 @@ namespace Content.Client.Stylesheets var insetBack = new StyleBoxTexture { Texture = buttonTex, - Modulate = Color.FromHex("#202023"), + Modulate = Color.FromHex("#212723"), }; insetBack.SetPatchMargin(StyleBox.Margin.All, 10); @@ -539,6 +566,20 @@ namespace Content.Client.Stylesheets { new StyleProperty(PanelContainer.StylePropertyPanel, windowBackground), }), + // Chat background. + new StyleRule( + new SelectorElement(null, new[] {StyleClassFuckyWuckyBackground}, null, null), + new[] + { + new StyleProperty(PanelContainer.StylePropertyPanel, fuckyWuckyBackground), + }), + // Panel background. + new StyleRule( + new SelectorElement(null, new[] {StyleClassGayShitBackground}, null, null), + new[] + { + new StyleProperty(PanelContainer.StylePropertyPanel, gayShitBackground), + }), // bordered window background new StyleRule( new SelectorElement(null, new[] {StyleClassBorderedWindowPanel}, null, null), @@ -651,7 +692,7 @@ namespace Content.Client.Stylesheets new SelectorElement(typeof(Label), null, null, null)), new[] { - new StyleProperty("font-color", Color.FromHex("#E5E5E581")), + new StyleProperty("font-color", Color.FromHex("#3C484181")), }), // Context Menu window @@ -772,19 +813,19 @@ namespace Content.Client.Stylesheets Element().Class(ListContainer.StyleClassListContainerButton) .Pseudo(ContainerButton.StylePseudoClassNormal) - .Prop(Control.StylePropertyModulateSelf, new Color(55, 55, 68)), + .Prop(Control.StylePropertyModulateSelf, new Color(55, 80, 68)), Element().Class(ListContainer.StyleClassListContainerButton) .Pseudo(ContainerButton.StylePseudoClassHover) - .Prop(Control.StylePropertyModulateSelf, new Color(75, 75, 86)), + .Prop(Control.StylePropertyModulateSelf, new Color(75, 90, 86)), Element().Class(ListContainer.StyleClassListContainerButton) .Pseudo(ContainerButton.StylePseudoClassPressed) - .Prop(Control.StylePropertyModulateSelf, new Color(75, 75, 86)), + .Prop(Control.StylePropertyModulateSelf, new Color(75, 90, 86)), Element().Class(ListContainer.StyleClassListContainerButton) .Pseudo(ContainerButton.StylePseudoClassDisabled) - .Prop(Control.StylePropertyModulateSelf, new Color(10, 10, 12)), + .Prop(Control.StylePropertyModulateSelf, new Color(10, 20, 12)), // Main menu: Make those buttons bigger. new StyleRule(new SelectorChild( @@ -813,14 +854,14 @@ namespace Content.Client.Stylesheets new SelectorElement(typeof(LineEdit), new[] {LineEdit.StyleClassLineEditNotEditable}, null, null), new[] { - new StyleProperty("font-color", new Color(192, 192, 192)), + new StyleProperty("font-color", new Color(192, 255, 192)), }), new StyleRule( new SelectorElement(typeof(LineEdit), null, null, new[] {LineEdit.StylePseudoClassPlaceholder}), new[] { - new StyleProperty("font-color", Color.Gray), + new StyleProperty("font-color", Color.FromHex("#95A69B")), }), Element().Pseudo(TextEdit.StylePseudoClassPlaceholder) @@ -977,7 +1018,7 @@ namespace Content.Client.Stylesheets new StyleRule(new SelectorElement(typeof(ItemList), null, null, null), new[] { new StyleProperty(ItemList.StylePropertyBackground, - new StyleBoxFlat {BackgroundColor = new Color(32, 32, 40)}), + new StyleBoxFlat {BackgroundColor = new Color(32, 40, 32)}), new StyleProperty(ItemList.StylePropertyItemBackground, itemListItemBackground), new StyleProperty(ItemList.StylePropertyDisabledItemBackground, @@ -1002,10 +1043,10 @@ namespace Content.Client.Stylesheets new StyleRule(new SelectorElement(typeof(Tree), null, null, null), new[] { new StyleProperty(Tree.StylePropertyBackground, - new StyleBoxFlat {BackgroundColor = new Color(32, 32, 40)}), + new StyleBoxFlat {BackgroundColor = new Color(32, 40, 32)}), new StyleProperty(Tree.StylePropertyItemBoxSelected, new StyleBoxFlat { - BackgroundColor = new Color(55, 55, 68), + BackgroundColor = new Color(55, 75, 68), ContentMarginLeftOverride = 4 }) }), @@ -1020,7 +1061,7 @@ namespace Content.Client.Stylesheets new SelectorElement(typeof(Label), new[] {Placeholder.StyleClassPlaceholderText}, null, null), new[] { new StyleProperty(Label.StylePropertyFont, notoSans16), - new StyleProperty(Label.StylePropertyFontColor, new Color(103, 103, 103, 128)), + new StyleProperty(Label.StylePropertyFontColor, new Color(103, 133, 103, 128)), }), // Big Label @@ -1293,12 +1334,12 @@ namespace Content.Client.Stylesheets Element().Class(ClassAngleRect) .Prop(PanelContainer.StylePropertyPanel, BaseAngleRect) - .Prop(Control.StylePropertyModulateSelf, Color.FromHex("#25252A")), + .Prop(Control.StylePropertyModulateSelf, Color.FromHex("#253025")), Element().Class(ClassLowDivider) .Prop(PanelContainer.StylePropertyPanel, new StyleBoxFlat { - BackgroundColor = Color.FromHex("#444"), + BackgroundColor = Color.FromHex("#303530"), ContentMarginLeftOverride = 2, ContentMarginBottomOverride = 2 }), @@ -1310,7 +1351,7 @@ namespace Content.Client.Stylesheets Element().Class("WindowHeadingBackground") .Prop("panel", new StyleBoxTexture(BaseButtonOpenLeft) { Padding = default }) - .Prop(Control.StylePropertyModulateSelf, Color.FromHex("#1F1F23")), + .Prop(Control.StylePropertyModulateSelf, PanelColorDark), Element().Class("WindowHeadingBackgroundLight") .Prop("panel", new StyleBoxTexture(BaseButtonOpenLeft) { Padding = default }), @@ -1318,7 +1359,7 @@ namespace Content.Client.Stylesheets //The lengths you have to go through to change a background color smh Element().Class("PanelBackgroundBaseDark") .Prop("panel", new StyleBoxTexture(BaseButtonOpenBoth) { Padding = default }) - .Prop(Control.StylePropertyModulateSelf, Color.FromHex("#1F1F23")), + .Prop(Control.StylePropertyModulateSelf, PanelColorDark), Element().Class("PanelBackgroundLight") .Prop("panel", new StyleBoxTexture(BaseButtonOpenBoth) { Padding = default }) @@ -1327,11 +1368,15 @@ namespace Content.Client.Stylesheets // Window Footer Element().Class("NTLogoDark") .Prop(TextureRect.StylePropertyTexture, resCache.GetTexture("/Textures/Interface/Nano/ntlogo.svg.png")) - .Prop(Control.StylePropertyModulateSelf, Color.FromHex("#757575")), + .Prop(Control.StylePropertyModulateSelf, Color.FromHex("#7A9082")), Element - - - - + + diff --git a/Content.Client/UserInterface/Systems/Atmos/GasTank/GasTankWindow.cs b/Content.Client/UserInterface/Systems/Atmos/GasTank/GasTankWindow.cs index 7797a096de..df4e92b29c 100644 --- a/Content.Client/UserInterface/Systems/Atmos/GasTank/GasTankWindow.cs +++ b/Content.Client/UserInterface/Systems/Atmos/GasTank/GasTankWindow.cs @@ -112,7 +112,7 @@ namespace Content.Client.UserInterface.Systems.Atmos.GasTank var middle = new PanelContainer { - PanelOverride = new StyleBoxFlat {BackgroundColor = Color.FromHex("#202025")}, + PanelOverride = new StyleBoxFlat {BackgroundColor = Color.FromHex("#3C4841")}, Children = { (_contentContainer = new BoxContainer diff --git a/Content.Client/UserInterface/Systems/Chat/ChatUIController.cs b/Content.Client/UserInterface/Systems/Chat/ChatUIController.cs index 1bd0d13c88..86730dea36 100644 --- a/Content.Client/UserInterface/Systems/Chat/ChatUIController.cs +++ b/Content.Client/UserInterface/Systems/Chat/ChatUIController.cs @@ -1,4 +1,3 @@ -using System.Globalization; using System.Linq; using System.Numerics; using Content.Client.Administration.Managers; @@ -19,6 +18,8 @@ using Content.Shared.Damage.ForceSay; using Content.Shared.Examine; using Content.Shared.Input; using Content.Shared.Radio; +using Content.Shared.White; +using Content.Shared.White.Utils; using Robust.Client.Graphics; using Robust.Client.Input; using Robust.Client.Player; @@ -235,19 +236,28 @@ public sealed class ChatUIController : UIController } ChatBox chatBox; - string? chatSizeRaw; + //White modification start + string chatSizeRaw; + Vector2 chatSize; + //End switch (UIManager.ActiveScreen) { case DefaultGameScreen defaultScreen: chatBox = defaultScreen.ChatBox; - chatSizeRaw = _config.GetCVar(CCVars.DefaultScreenChatSize); - SetChatSizing(chatSizeRaw, defaultScreen, setting); + //White modification start + chatSizeRaw = _config.GetCVar(WhiteCVars.DefaultChatSize); + chatSize = Vector2Utils.ParseVector2FromString(chatSizeRaw, ';'); + //End + SetChatSizing(chatSize, defaultScreen, setting); break; case SeparatedChatGameScreen separatedScreen: chatBox = separatedScreen.ChatBox; - chatSizeRaw = _config.GetCVar(CCVars.SeparatedScreenChatSize); - SetChatSizing(chatSizeRaw, separatedScreen, setting); + //White modification start + chatSizeRaw = _config.GetCVar(WhiteCVars.SeparatedChatSize); + chatSize = Vector2Utils.ParseVector2FromString(chatSizeRaw, ';'); + //End + SetChatSizing(chatSize, separatedScreen, setting); break; default: // this could be better? @@ -261,7 +271,7 @@ public sealed class ChatUIController : UIController chatBox.Main = setting; } - private void SetChatSizing(string sizing, InGameScreen screen, bool setting) + private void SetChatSizing(Vector2 sizing, InGameScreen screen, bool setting) { if (!setting) { @@ -271,19 +281,9 @@ public sealed class ChatUIController : UIController screen.OnChatResized += StoreChatSize; - if (string.IsNullOrEmpty(sizing)) - { - return; - } - - var split = sizing.Split(","); - - var chatSize = new Vector2( - float.Parse(split[0], CultureInfo.InvariantCulture), - float.Parse(split[1], CultureInfo.InvariantCulture)); - - - screen.SetChatSize(chatSize); + //White modification start + screen.SetChatSize(sizing); + //End } private void StoreChatSize(Vector2 size) @@ -293,15 +293,17 @@ public sealed class ChatUIController : UIController throw new Exception("Cannot get active screen!"); } - var stringSize = - $"{size.X.ToString(CultureInfo.InvariantCulture)},{size.Y.ToString(CultureInfo.InvariantCulture)}"; switch (UIManager.ActiveScreen) { case DefaultGameScreen _: - _config.SetCVar(CCVars.DefaultScreenChatSize, stringSize); + //White modification start + _config.SetCVar(WhiteCVars.DefaultChatSize, size.ConvertToString(';')); + //End break; case SeparatedChatGameScreen _: - _config.SetCVar(CCVars.SeparatedScreenChatSize, stringSize); + //White modification start + _config.SetCVar(WhiteCVars.SeparatedChatSize, size.ConvertToString(';')); + //End break; default: // do nothing diff --git a/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml b/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml index e242e636b3..2bcd1a4fa0 100644 --- a/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml +++ b/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml @@ -7,13 +7,13 @@ HorizontalExpand="True" VerticalExpand="True" MinSize="465 225"> - - - - - + - + + + + + diff --git a/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml b/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml index 38c8b07986..b27eb44111 100644 --- a/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml +++ b/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml @@ -11,7 +11,7 @@ Orientation="Horizontal" HorizontalAlignment="Stretch" VerticalAlignment="Top" - SeparationOverride="5" + SeparationOverride="0" > (component.Owner)) + return; + if (component.RequiresBibleUser && !HasComp(args.User)) return; @@ -183,6 +187,9 @@ namespace Content.Server.Bible if (component.AlreadySummoned) return; + if (HasComp(component.Owner)) + return; + args.AddAction(ref component.SummonActionEntity, component.SummonAction); } diff --git a/Content.Shared/White/Utils/Vector2Utils.cs b/Content.Shared/White/Utils/Vector2Utils.cs new file mode 100644 index 0000000000..6cf3c7e789 --- /dev/null +++ b/Content.Shared/White/Utils/Vector2Utils.cs @@ -0,0 +1,33 @@ +using System.Numerics; + +namespace Content.Shared.White.Utils; + +public static class Vector2Utils +{ + public static Vector2 ParseVector2FromString(string data, char separator) + { + var dataSplit = data.Split(separator); + + if (dataSplit.Length != 2) + { + Logger.Warning("Error at parsing string for vector, returning 0;0"); + return new Vector2(0, 0); + } + + var hasX = float.TryParse(dataSplit[0], out var x); + var hasY = float.TryParse(dataSplit[1], out var y); + + if (!hasX || !hasY) + { + Logger.Warning("Error at parsing string for vector, returning 0;0"); + return new Vector2(0, 0); + } + + return new Vector2(x, y); + } + + public static string ConvertToString(this Vector2 vector, char separator) + { + return $"{vector.X}{separator}{vector.Y}"; + } +} diff --git a/Content.Shared/White/WhiteCVars.cs b/Content.Shared/White/WhiteCVars.cs index dea2a7f60e..f91f617cfe 100644 --- a/Content.Shared/White/WhiteCVars.cs +++ b/Content.Shared/White/WhiteCVars.cs @@ -157,4 +157,15 @@ public sealed class WhiteCVars public static readonly CVarDef BwoinkVolume = CVarDef.Create("white.admin.bwoinkVolume", 0f, CVar.CLIENTONLY | CVar.ARCHIVE); + + + /* + * Chat + */ + + public static readonly CVarDef SeparatedChatSize = + CVarDef.Create("white.chat_size_separated", "0.6f;0", CVar.CLIENTONLY | CVar.ARCHIVE); + + public static readonly CVarDef DefaultChatSize = + CVarDef.Create("white.chat_size_default", "300;500", CVar.CLIENTONLY | CVar.ARCHIVE); } diff --git a/Resources/Changelog/ChangelogWhite.yml b/Resources/Changelog/ChangelogWhite.yml new file mode 100644 index 0000000000..14835533f7 --- /dev/null +++ b/Resources/Changelog/ChangelogWhite.yml @@ -0,0 +1,1529 @@ +Entries: +- author: rhailrake + changes: + - message: Added separate fork changelog + type: Add + id: 1 + time: '2022-12-09T02:00:00.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0418\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D \u0431\u0430\u0433\ + \ \u0441 \u0447\u0430\u0442\u043E\u043C." + type: Add + id: 2 + time: '2022-12-08T15:13:06.0000000+00:00' +- author: rhailrake + changes: + - message: smooth fix + type: Tweak + id: 3 + time: '2022-12-07T18:04:46.0000000+00:00' +- author: rhailrake + changes: + - message: White changelog + type: Add + id: 4 + time: '2022-12-09T12:26:07.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u041E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0439 \u0444\u0438\u043A\ + \u0441 \u0447\u0430\u0442\u0430!" + type: Add + id: 5 + time: '2022-12-08T15:37:05.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u044B \u0446\u0432\u0435\ + \u0442\u043D\u044B\u0435 \u0438\u043C\u0435\u043D\u0430 \u0432 \u0447\u0430\u0442\ + ." + type: Add + id: 6 + time: '2022-12-08T08:52:44.0000000+00:00' +- author: rhailrake + changes: + - message: "\u041D\u043E\u0432\u044B\u0435 \u0430\u0438\u0440\u043B\u043E\u043A\u0438\ + ." + type: Add + id: 7 + time: '2022-12-07T19:51:58.0000000+00:00' +- author: rhailrake + changes: + - message: Russian decals for crayons. + type: Add + - message: Translate for upstream. + type: Add + id: 8 + time: '2022-12-09T10:55:30.0000000+00:00' +- author: rhailrake + changes: + - message: Russian anounce sounds. + type: Add + - message: unrobust AFKSystem. + type: Remove + id: 9 + time: '2022-12-07T15:47:10.0000000+00:00' +- author: rhailrake + changes: + - message: HudOverlays. + type: Add + - message: Shaders. + type: Add + - message: And more. + type: Add + id: 10 + time: '2022-12-14T19:02:50.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u0432\u043E\u0437\ + \u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043A\u0438\u043A\u0430\u0442\ + \u044C \u0438\u0433\u0440\u043E\u043A\u043E\u0432 \u043F\u043E\u0441\u043B\u0435\ + \ \u0431\u0430\u043D\u0430." + type: Add + id: 11 + time: '2022-12-15T04:43:41.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D Force Say." + type: Add + id: 12 + time: '2022-12-15T08:55:36.0000000+00:00' +- author: ILLUZORR + changes: + - message: "\u0412\u0435\u0441, \u043D\u0430\u0432\u0435\u0440\u043D\u043E\u0435\ + , \u0432\u0441\u0435\u0445 \u0441\u043F\u0435\u0446. \u043A\u043E\u0441\u0442\ + \u044E\u043C\u043E\u0432, \u043F\u043E \u0442\u0438\u043F\u0443 \u043F\u043E\ + \u0436\u0430\u0440\u043D\u043E\u0433\u043E, \u043F\u0430\u043D\u0446\u0438\u0440\ + \u044F \u0438 \u0442.\u0434 \u0442\u0435\u043F\u0435\u0440\u044C 35. (\u0411\ + \u044B\u043B \u0445\u0443\u0439 \u043F\u043E\u0439\u043C\u0438 \u0441\u043A\u043E\ + \u043B\u044C\u043A\u043E.)" + type: Fix + - message: "\u0412\u0435\u0441, \u0432\u0440\u043E\u0434\u0435 \u043A\u0430\u043A\ + \ \u0432\u0441\u0435\u0445 EVA \u043A\u043E\u0441\u0442\u044E\u043C\u043E\u0432\ + \ \u0442\u0435\u043F\u0435\u0440\u044C 40. (\u0411\u044B\u043B 80.)" + type: Fix + - message: "\u0412\u0435\u0441 \u043F\u043E\u0447\u0442\u0438 \u0432\u0441\u0435\ + \u0445 \u0441\u043A\u0430\u0444\u0430\u043D\u0434\u0440\u043E\u0432 \u0442\u0435\ + \u043F\u0435\u0440\u044C 45. (\u0411\u044B\u043B 121.)" + type: Fix + id: 13 + time: '2022-12-15T09:32:23.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u0441\u043E\u043D\ + \ \u0432\u043E \u0432\u0440\u0435\u043C\u044F \u043A\u043B\u043E\u043D\u0438\ + \u0440\u043E\u0432\u0430\u043D\u0438\u044F." + type: Add + id: 14 + time: '2022-12-16T09:09:09.0000000+00:00' +- author: Valtosin + changes: + - message: "\u0418\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043E \u043D\u0435\ + \u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u043E\u0435 \u043E\u0442\u043E\ + \u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0441\u043F\u0440\u0430\u0439\ + \u0442\u043E\u0432 \u043E\u043A\u043E\u043D \u0438 \u0441\u0442\u0435\u043D." + type: Fix + id: 15 + time: '2022-12-16T13:38:00.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u0432\u043E\u0437\ + \u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0434\u0435\u043B\u0430\u0442\ + \u044C \u043D\u0435\u0441\u043C\u0435\u0448\u043D\u043E\u0435!" + type: Add + id: 16 + time: '2022-12-27T19:53:31.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0423\u0431\u0440\u0430\u043D\u043E \u0432\u0435\u0441\u0435\u043B\u044C\ + \u0435!" + type: Remove + id: 17 + time: '2022-12-27T23:44:42.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u043A\u043E\u043C\ + \u0430\u043D\u0434\u0430 \u0433\u043B\u043E\u0431\u0430\u043B\u044C\u043D\u043E\ + \u0433\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u0437\u0443\ + \u043C\u0430." + type: Add + id: 18 + time: '2022-12-30T10:12:10.0000000+00:00' +- author: EnefFlow + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u043F\u0440\u043E\ + \u0432\u0435\u0440\u043A\u0430 \u043F\u0440\u0438 \u043D\u0430\u0436\u0430\u0442\ + \u0438\u0438 \u043A\u043D\u043E\u043F\u043A\u0438 \u0432\u044B\u0437\u043E\u0432\ + \u0430 \u0441\u0442\u0430\u043D\u0446\u0438\u0438. \u0415\u0441\u043B\u0438\ + \ \u043A\u043E\u043D\u0441\u043E\u043B\u044C \u043D\u0430\u0445\u043E\u0434\u0438\ + \u0442\u0441\u044F \u043D\u0435 \u043D\u0430 \u0441\u0442\u0430\u043D\u0446\u0438\ + \u0438, \u0442\u043E \u0432\u044B\u0434\u0430\u0451\u0442 \u043F\u043E\u043F\ + \u0430\u043F \"\u041E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435\ + \ \u0441\u0432\u044F\u0437\u0438\"." + type: Add + id: 19 + time: '2023-01-06T17:33:46.0000000+00:00' +- author: NCast-Hops + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043E \u0432\u0435\u0441\ + \u0435\u043B\u044C\u0435!" + type: Add + - message: "\u0423\u0431\u0440\u0430\u043D\u043E \u0432\u0435\u0441\u0435\u043B\u044C\ + \u0435!" + type: Remove + id: 20 + time: '2023-01-12T11:08:53.0000000+00:00' +- author: HitPanda + changes: + - message: "\u041D\u043E\u0432\u044B\u0439 \u043F\u0440\u0435\u0441\u0435\u0442\ + \ \u0438 \u043F\u0440\u0430\u0432\u0438\u043B\u043E \u0434\u043B\u044F \u043D\ + \u0435\u0433\u043E." + type: Add + - message: "\u0415\u0441\u043B\u0438 \u0437\u0430\u043F\u0443\u0449\u0435\u043D\u043E\ + \ \u043F\u0440\u0430\u0432\u0438\u043B\u043E, \u0442\u043E \u043A\u043E\u043D\ + \u0441\u043E\u043B\u044C \u043A\u043E\u043C\u043C\u0443\u043D\u0438\u043A\u0430\ + \u0446\u0438\u0438 \u043D\u0435 \u0434\u0430\u0451\u0442 \u0432\u044B\u0437\u0432\ + \u0430\u0442\u044C \u0448\u0430\u0442\u0442\u043B, \u043F\u043E\u043A\u0430\ + \ \u043D\u0435 \"\u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u0441\ + \u044F \u0441\u0432\u044F\u0437\u044C\"." + type: Add + - message: "\u0414\u043B\u044F \u043F\u0440\u0430\u0432\u0438\u043B\u0430 \u043F\ + \u0440\u043E\u043F\u0438\u0441\u0430\u043D\u044B \u043C\u0435\u0442\u043E\u0434\ + \u044B \u0434\u043B\u044F \u043F\u043E\u0438\u0441\u043A\u0430 \u043A\u043E\u043D\ + \u043A\u0440\u0435\u0442\u043D\u043E\u0433\u043E \u0438\u0432\u0435\u043D\u0442\ + \u0430." + type: Add + id: 21 + time: '2023-01-12T12:56:46.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0423\u0431\u0440\u0430\u043B \u0438\u0437 \u0433\u043E\u043B\u043E\ + \u0441\u043E\u0432\u0430\u043D\u0438\u044F" + type: Remove + id: 22 + time: '2023-01-12T14:38:40.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0423\u0431\u0440\u0430\u043B \u0438\u0437 \u0433\u043E\u043B\u043E\ + \u0441\u043E\u0432\u0430\u043D\u0438\u044F" + type: Remove + id: 23 + time: '2023-01-12T14:38:40.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0423\u0431\u0440\u0430\u043B \u0438\u0437 \u0433\u043E\u043B\u043E\ + \u0441\u043E\u0432\u0430\u043D\u0438\u044F" + type: Remove + id: 24 + time: '2023-01-12T14:38:40.0000000+00:00' +- author: Valtosin + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043E \u0432\u0435\u0441\ + \u0435\u043B\u044C\u0435!" + type: Add + id: 25 + time: '2023-01-13T16:12:04.0000000+00:00' +- author: rhailrake + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043A\u0440\u0430\u0441\ + \u0438\u0432\u044B\u0439 \u0432\u0438\u0437\u0443\u0430\u043B\u0438\u0437\u0435\ + \u0440 \u0438\u043D\u0434\u0438\u043A\u0430\u0442\u043E\u0440\u0430 \u043F\u0438\ + \u0441\u0430\u043D\u0438\u043D\u044B" + type: Add + id: 26 + time: '2023-01-14T17:25:41.0000000+00:00' +- author: BronyUraj + changes: + - message: "\u0412\u044B\u0437\u043E\u0432 \u0448\u0430\u0442\u0442\u043B\u0430\ + \ \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E" + type: Remove + id: 27 + time: '2023-01-14T18:10:10.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0424\u0438\u043A\u0441 \u043E\u0431\u044A\u044F\u0432\u043B\u0435\u043D\ + \u0438\u044F \u043E \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E\u0441\u0442\ + \u0438 \u0448\u0430\u0442\u0442\u043B\u0430." + type: Fix + id: 28 + time: '2023-01-15T00:21:58.0000000+00:00' +- author: BronyUraj + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043E \u0433\u043E\u0432\ + \u043D\u043E \u0432 \u043A\u043E\u0434" + type: Add + - message: "\u0423\u0431\u0440\u0430\u043D\u043E \u0433\u043E\u0432\u043D\u043E\ + \ \u0438\u0437 \u043A\u043E\u0434\u0430" + type: Remove + id: 29 + time: '2023-01-15T00:44:54.0000000+00:00' +- author: BronyUraj + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043E \u0434\u043E\u043F\ + \u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u043B\u043E\ + \u0433\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0432 \u0430\u0434\u043C\ + \u0438\u043D. \u0447\u0430\u0442." + type: Add + - message: "\u0423\u0431\u0440\u0430\u043D bomb cap!" + type: Remove + id: 30 + time: '2023-01-15T14:03:56.0000000+00:00' +- author: HitPanda + changes: + - message: "\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0435\u0442\u0441\u044F\ + \ \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0433\u043E\u043B\ + \u043E\u0441\u043E\u0432 \u0437\u0430 \u043A\u0430\u0436\u0434\u044B\u0439 \u0432\ + \u0430\u0440\u0438\u0430\u043D\u0442 \u0432 customvote" + type: Add + id: 31 + time: '2023-01-16T20:14:31.0000000+00:00' +- author: rhailrake + changes: + - message: better ui + type: Add + id: 32 + time: '2023-01-17T17:58:22.0000000+00:00' +- author: Valtos + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u044B \u043A\u0430\u0441\ + \u0442\u043E\u043C\u043D\u044B\u0435 \u0437\u0430\u0441\u0442\u0430\u0432\u043A\ + \u0438 \u043F\u0440\u0438 \u0432\u0445\u043E\u0434\u0435 \u0432 \u0438\u0433\ + \u0440\u0443, \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u0443\u0432\u0438\ + \u0434\u0438\u0442\u0435." + type: Add + id: 33 + time: '2023-01-18T20:31:09.0000000+00:00' +- author: BronyUraj + changes: + - message: "\u0411\u0430\u0433 \u0432 \u0438\u0437\u043C\u0435\u043B\u044C\u0447\ + \u0438\u0442\u0435\u043B\u0435" + type: Fix + id: 34 + time: '2023-01-19T23:39:21.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u043F\u0440\u0438\ + \u0432\u044F\u0437\u043A\u0430 \u0434\u0438\u0441\u043A\u043E\u0440\u0434\u0430\ + \ \u043A \u0443\u0447\u0435\u0442\u043D\u043E\u0439 \u0437\u0430\u043F\u0438\ + \u0441\u0438 SS14!" + type: Add + - message: "\u041E\u0431\u043D\u043E\u0432\u043B\u0451\u043D \u043F\u0430\u043D\u0438\ + \u043A \u0431\u0443\u043D\u043A\u0435\u0440." + type: Add + id: 35 + time: '2023-01-20T12:43:55.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0424\u0438\u043A\u0441 \u0430\u0434\u043C\u0438\u043D \u0434\u043E\ + \u0441\u0442\u0443\u043F\u043E\u0432." + type: Fix + id: 36 + time: '2023-01-20T17:06:10.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0411\u043E\u043B\u044C\u0448\u0435 \u043A\u043D\u043E\u043F\u043E\u043A\ + \ \u043F\u0435\u0434\u0430\u043B\u044F\u043C." + type: Add + id: 37 + time: '2023-01-20T23:43:59.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0424\u0438\u043A\u0441 \u0430\u0434\u043C\u0438\u043D \u0434\u043E\ + \u0441\u0442\u0443\u043F\u043E\u0432" + type: Fix + id: 38 + time: '2023-01-21T11:40:56.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0424\u0438\u043A\u0441 \u0430\u0434\u043C\u0438\u043D-\u0434\u043E\ + \u0441\u0442\u0443\u043F\u043E\u0432, \u0441\u043D\u043E\u0432\u0430" + type: Fix + id: 39 + time: '2023-01-21T13:37:01.0000000+00:00' +- author: HitPanda + changes: + - message: "\u041D\u043E\u0432\u044B\u0439 \u0440\u0435\u0436\u0438\u043C \u0441\ + \u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u043E \u0434\u043B\u044F \u043F\ + \u0440\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u0438\u0432\u0435\u043D\ + \u0442\u043E\u0432" + type: Add + id: 40 + time: '2023-01-21T21:40:22.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0423\u0434\u0430\u043B\u0435\u043D\u043E \u0432\u0441\u044F\u043A\u043E\ + \u0435!" + type: Add + id: 41 + time: '2023-01-22T11:26:16.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u041A\u043E\u043D\u0441\u043E\u043B\u044C \u0445\u043E\u043F\u0430\ + \ \u0442\u0435\u043F\u0435\u0440\u044C \u043D\u043E\u0440\u043C\u0430\u043B\u044C\ + \u043D\u043E \u043E\u0442\u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\ + \u043D\u0430!" + type: Add + id: 42 + time: '2023-01-22T11:28:17.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u0440\u0435\u0437\ + \u043D\u044F \u0432 \u043A\u043E\u043D\u0446\u0435 \u0440\u0430\u0443\u043D\u0434\ + \u0430!" + type: Add + id: 43 + time: '2023-01-22T12:11:03.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u0431\u043B\u043E\ + \u043A\u0438\u0440\u043E\u0432\u043A\u0430 \u043F\u0440\u043E\u0444\u0435\u0441\ + \u0441\u0438\u0439 \u0434\u043B\u044F \u043E\u043F\u0440\u0435\u0434\u0435\u043B\ + \u0435\u043D\u043D\u044B\u0445 \u0432\u0438\u0434\u043E\u0432. \u0415\u0441\u043B\ + \u0438 \u0432\u0430\u0448\u0435\u0433\u043E \u0432\u0438\u0434\u0430 \u043D\u0435\ + \u0442 \u0432 \u0441\u043F\u0438\u0441\u043A\u0435 \u0440\u0430\u0437\u0440\u0435\ + \u0448\u0435\u043D\u043D\u044B\u0445 \u0432 \u0432\u044B\u0431\u0440\u0430\u043D\ + \u043D\u043E\u0439 \u0432\u0430\u043C\u0438 \u043F\u0440\u043E\u0444\u0435\u0441\ + \u0441\u0438\u0438, \u0442\u043E \u0432\u0430\u0448\u0430 \u0432\u043D\u0435\ + \u0448\u043D\u043E\u0441\u0442\u044C \u0431\u0443\u0434\u0435\u0442 \u0437\u0430\ + \u043C\u0435\u043D\u0435\u043D\u0430 \u043D\u0430 \u0440\u0430\u043D\u0434\u043E\ + \u043C\u043D\u0443\u044E \u0432\u043D\u0435\u0448\u043D\u043E\u0441\u0442\u044C\ + \ \u0438\u0437 \u0441\u043F\u0438\u0441\u043A\u0430 \u043F\u043E\u0434\u0445\ + \u043E\u0434\u044F\u0449\u0438\u0445 \u0432\u0438\u0434\u043E\u0432, \u043B\u0438\ + \u0431\u043E \u0436\u0435 \u043D\u0430 \u043E\u0434\u043D\u043E\u0433\u043E\ + \ \u0438\u0437 \u0432\u0430\u0448\u0438\u0445 \u043F\u0435\u0440\u0441\u043E\ + \u043D\u0430\u0436\u0435\u0439, \u0435\u0441\u043B\u0438 \u0435\u0433\u043E\ + \ \u0432\u0438\u0434 \u043F\u043E\u0434\u0445\u043E\u0434\u0438\u0442!" + type: Add + id: 44 + time: '2023-01-23T11:45:06.0000000+00:00' +- author: BronyUraj + changes: + - message: "\u0421\u043A\u0440\u0443\u0431\u0431\u0435\u0440 \u0440\u0430\u0431\u043E\ + \u0442\u0430\u0435\u0442 \u0431\u044B\u0441\u0442\u0440\u0435\u0435" + type: Add + id: 45 + time: '2023-01-23T18:17:29.0000000+00:00' +- author: BronyUraj + changes: + - message: "\u041C\u0435\u0434\u0432\u0435\u0434\u0438 \u0442\u0435\u043F\u0435\u0440\ + \u044C \u043F\u0440\u043E\u0445\u043E\u0434\u044F\u0442 \u0432 \u0434\u0432\u0435\ + \u0440\u0438." + type: Add + - message: "\u0413\u043E\u0440\u0438\u043B\u043B\u044B \u0441\u0442\u0430\u043B\u0438\ + \ \u0430\u0433\u0440\u0435\u0441\u0441\u0438\u0432\u043D\u044B\u043C\u0438." + type: Add + - message: "\u0420\u0435\u0430\u0433\u0435\u043D\u0442 \u043F\u0447\u0435\u043B\ + \ \u0441\u0442\u0430\u043B \u0441\u043F\u0430\u0432\u043D\u0438\u0442\u044C\ + \ \u0437\u043B\u044B\u0445 \u043F\u0447\u0435\u043B." + type: Add + - message: "\u041F\u0447\u0435\u043B\u044B \u0438\u0437\u0434\u0430\u044E\u0442\ + \ \u0437\u0432\u0443\u043A (\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\ + \u0435 \u0440\u0435\u0448\u0435\u043D\u0438\u0435)" + type: Add + id: 46 + time: '2023-01-24T07:41:12.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0418\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043E \u0432\u0441\ + \u044F\u043A\u043E\u0435!" + type: Add + id: 47 + time: '2023-01-24T09:28:49.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u044B \u043D\u043E\u0432\ + \u044B\u0435 \u043A\u0430\u0440\u0442\u0438\u043D\u043E\u0447\u043A\u0438 \u0432\ + \ \u043B\u043E\u0431\u0431\u0438!" + type: Add + id: 48 + time: '2023-01-24T12:32:14.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0424\u0438\u043A\u0441 \u0430\u0434\u043C\u0438\u043D \u0434\u043E\ + \u0441\u0442\u0443\u043F\u043E\u0432" + type: Fix + id: 49 + time: '2023-01-24T16:54:45.0000000+00:00' +- author: BronyUraj + changes: + - message: "\u041E\u0442\u0441\u043A\u0430\u043A\u0438\u0432\u0430\u043D\u0438\u0435\ + \ \u0441\u0438\u043D\u0433\u0443\u043B\u044F\u0440\u043D\u043E\u0441\u0442\u0438\ + \ \u043E\u0442 \u0441\u0442\u0435\u043D\u043E\u043A." + type: Remove + id: 50 + time: '2023-01-25T12:36:41.0000000+00:00' +- author: rhailrake + changes: + - message: new parallax + type: Add + id: 51 + time: '2023-01-25T12:45:32.0000000+00:00' +- author: rhailrake + changes: + - message: "\u041A\u0438\u0431\u043E\u0440\u0433\u0438!" + type: Add + id: 52 + time: '2023-01-25T17:03:38.0000000+00:00' +- author: HitPanda + changes: + - message: "\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0438\u043C\u0451\u043D\ + \ \u0431\u043E\u0440\u0433\u043E\u0432" + type: Add + id: 53 + time: '2023-01-25T22:15:42.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u041F\u0435\u0434\u0430\u043B\u044F\u043C \u0431\u044B\u043B\u0430\ + \ \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u043A\u043D\u043E\u043F\ + \u043E\u0447\u043A\u0430 \u0432\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F\ + /\u0432\u044B\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F \u0441\u0442\u0430\ + \u043B\u0438\u043D\u0430 \u0432 ServerTab!" + type: Add + id: 54 + time: '2023-01-27T02:34:29.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043C\u0435\u0434\u0445\ + \u0443\u0434!" + type: Add + id: 55 + time: '2023-01-27T03:54:16.0000000+00:00' +- author: BronyUraj + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u044B \u0441\u043D\u0430\ + \u0440\u044F\u0436\u0435\u043D\u0438\u0435 \u0434\u043B\u044F \u0420\u043E\u0431\ + \u0430\u0441\u0442 \u0424\u0435\u0441\u0442\u0430." + type: Add + id: 56 + time: '2023-01-27T08:28:57.0000000+00:00' +- author: Valtos + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043E 59 \u043D\u043E\ + \u0432\u044B\u0445 \u0433\u043E\u043B\u043E\u0441\u043E\u0432 \u0434\u043B\u044F\ + \ TTS." + type: Add + id: 57 + time: '2023-01-29T18:11:26.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043D\u043E\u0432\u044B\ + \u0439 \u0432\u0438\u0434 \u043E\u0440\u0443\u0436\u0438\u044F \u0441 \u0434\ + \u0432\u0443\u043C\u044F \u0442\u0438\u043F\u0430\u043C\u0438 \u043E\u0433\u043D\ + \u044F" + type: Add + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u044D\u043D\u0435\ + \u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043A\u0430\u044F \u0432\u0438\ + \u043D\u0442\u043E\u0432\u043A\u0430" + type: Add + - message: "\u0424\u0438\u043A\u0441 \u043A\u0440\u0438\u0432\u043E\u0433\u043E\ + \ \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u043A\u043E\ + \u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0437\u0430\u0440\u044F\u0434\ + \u043E\u0432 \u043D\u0430 \u044D\u043D\u0435\u0440\u0433\u0435\u0442\u0438\u0447\ + \u0435\u0441\u043A\u043E\u043C \u043E\u0440\u0443\u0436\u0438\u0438 \u043F\u0440\ + \u0438 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u043C\ + \ \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0435 \u043F\u0430\u0442\ + \u0440\u043E\u043D\u043E\u0432 \u0431\u043E\u043B\u044C\u0448\u0435 8" + type: Fix + - message: "\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u044F \u0432 \u043D\ + \u0430\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0438 \u0448\u043A\u0430\u0444\ + \u043E\u0432 \u0432\u0441\u0435\u0433\u043E \u0421\u0411, \u043A\u0430\u043F\ + \u0438\u0442\u0430\u043D\u0430 \u0438 \u0425\u043E\u041F\u0430." + type: Tweak + id: 58 + time: '2023-01-30T12:55:37.0000000+00:00' +- author: HitPanda + changes: + - message: "\u042F\u0449\u0438\u043A \u0435\u0433\u0430\u043D\u043E\u0432(\u044D\ + \u043D\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0445\ + \ \u0432\u0438\u043D\u0442\u043E\u0432\u043E\u043A) \u0434\u043B\u044F \u0437\ + \u0430\u043A\u0430\u0437\u0430 \u0432 \u043A\u0430\u0440\u0433\u043E" + type: Add + - message: "\u041E\u0442\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0440\ + \u0435\u0436\u0438\u043C\u0430 \u0435\u0433\u0430\u043D\u0430 \u0432 \u0440\u0443\ + \u043A\u0430\u0445 \u043C\u043E\u0431\u0430 \u0438 \u0437\u0432\u0443\u043A\ + \ \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u044F" + type: Add + - message: "\u0424\u0438\u043A\u0441 \u0432\u0438\u0437\u0443\u0430\u043B\u044C\u043D\ + \u043E\u0433\u043E \u0431\u0430\u0433\u0430 \u0435\u0433\u0430\u043D\u0430" + type: Fix + id: 59 + time: '2023-02-01T14:12:38.0000000+00:00' +- author: rhailrake + changes: + - message: "\u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u0431\u0430\u0437\ + \u043E\u0432\u0430\u044F \u0433\u0435\u043D\u0435\u0440\u0430\u0446\u0438\u044F\ + \ \u043C\u0438\u0440\u0430." + type: Add + id: 60 + time: '2023-02-01T18:43:50.0000000+00:00' +- author: HitPanda + changes: + - message: "\u041F\u043E\u0441\u043B\u0435 \u0443\u0431\u043E\u0440\u043A\u0438\ + \ \u0442\u0430\u0439\u043B\u0430 \u0448\u0432\u0430\u0431\u0440\u043E\u0439\ + , \u043E\u043D \u043D\u0430 \u043D\u0435\u043A\u043E\u0442\u043E\u0440\u043E\ + \u0435 \u0432\u0440\u0435\u043C\u044F \u0441\u0442\u0430\u043D\u043E\u0432\u0438\ + \u0442\u0441\u044F \u0441\u043A\u043E\u043B\u044C\u0437\u043A\u0438\u043C" + type: Add + id: 61 + time: '2023-02-01T23:42:03.0000000+00:00' +- author: BronyUraj + changes: + - message: "\u0410\u0434\u043C\u0438\u043D\u044B \u043C\u043E\u0433\u0443\u0442\ + \ \u043A\u0438\u0434\u0430\u0442\u044C \u043A\u0443\u0431\u0438\u043A." + type: Add + id: 62 + time: '2023-02-03T20:31:29.0000000+00:00' +- author: Valtos + changes: + - message: "gTTS \u0433\u043E\u043B\u043E\u0441\u0430 \u0442\u0435\u043F\u0435\u0440\ + \u044C \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B \u043E\u0431\u043E\u0438\ + \u043C \u043F\u043E\u043B\u0430\u043C \u0438 \u0438\u0445 \u043C\u043E\u0436\ + \u043D\u043E \u043E\u0442\u043B\u0438\u0447\u0438\u0442\u044C \u043E\u0442 \u043E\ + \u0431\u044B\u0447\u043D\u044B\u0445 \u0432 \u0441\u043F\u0438\u0441\u043A\u0435\ + ." + type: Tweak + id: 63 + time: '2023-02-04T04:48:45.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0412\u0430\u0441 \u044D\u0442\u043E \u0432\u043E\u043B\u043D\u043E\ + \u0432\u0430\u0442\u044C \u043D\u0435 \u0434\u043E\u043B\u0436\u043D\u043E!" + type: Add + id: 64 + time: '2023-02-05T17:12:32.0000000+00:00' +- author: UndefinedSignal + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u0440\u0430\u0441\ + \u0430 \u0441\u043A\u0440\u0435\u043B\u043B\u043E\u0432." + type: Add + id: 65 + time: '2023-02-07T10:57:33.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0424\u0438\u043A\u0441 \u0434\u043E\u0441\u0442\u0443\u043F\u0430\ + \ \u0432 \u0430\u0434\u043C\u0438\u043D-\u0447\u0430\u0442" + type: Fix + id: 66 + time: '2023-02-08T13:13:06.0000000+00:00' +- author: wCATw + changes: + - message: "\u0424\u0438\u043A\u0441 \u0440\u0430\u0434\u0438\u043E \u043A\u0435\ + \u0439\u043A\u043E\u0434\u043E\u0432." + type: Add + id: 67 + time: '2023-02-11T18:45:49.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u041C\u0435\u043B\u043A\u043E\u0435 \u0438\u0441\u043F\u0440\u0430\u0432\ + \u043B\u0435\u043D\u0438\u0435 \u0411\u0443\u043D\u043A\u0435\u0440\u0430 \u0421\ + \u0442\u0430\u043B\u0438\u043D\u0430!" + type: Add + id: 68 + time: '2023-02-13T10:04:40.0000000+00:00' +- author: wCATw + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043E \u043C\u0435\u043D\ + \u044E \u044D\u043C\u043E\u0446\u0438\u0439" + type: Add + id: 69 + time: '2023-02-15T15:08:23.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0421\u043C\u0435\u0448\u043D\u0430\u044F \u043F\u0430\u043D\u0435\u043B\ + \u044C \u0434\u043B\u044F \u043C\u044F\u0441\u043D\u044B\u0445 \u043E\u0440\u043E\ + \u0432!" + type: Add + id: 70 + time: '2023-02-15T16:37:43.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u041A\u0443\u043F\u0438 \u043C\u0438\u0442\u0438\u043E\u0440 \u0438\ + \ \u0443\u0437\u043D\u0430\u0435\u0448\u044C!!!!!" + type: Add + id: 71 + time: '2023-02-15T23:06:55.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0424\u0438\u043A\u0441 \u0441\u043F\u0430\u043C\u0430 \u044D\u043C\ + \u043E\u0443\u0442\u0430\u043C\u0438!" + type: Add + id: 72 + time: '2023-02-16T19:39:32.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0413\u043E\u0441\u0442\u0430\u043C \u0434\u043E\u0431\u0430\u0432\u043B\ + \u0435\u043D\u0430 \u043A\u043D\u043E\u043F\u043A\u0430 \u0432\u043E\u0437\u0432\ + \u0440\u0430\u0449\u0435\u043D\u0438\u044F \u0432 \u0440\u0430\u0443\u043D\u0434" + type: Add + id: 73 + time: '2023-02-16T20:17:38.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u041C\u0430\u0441\u043A\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\ + \u0438\u044F \u0433\u043E\u043B\u043E\u0441\u0430 \u0442\u0435\u043F\u0435\u0440\ + \u044C \u0440\u0430\u0431\u043E\u0442\u0430\u0435\u0442!" + type: Fix + - message: "\u0422\u0435\u043F\u0435\u0440\u044C \u0432 \u0447\u0430\u0442\u0435\ + \ \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u043F\u043E\u044F\u0432\u043B\ + \u044F\u0442\u0441\u044F \u0440\u0430\u043D\u0434\u043E\u043C\u044B\u0435" + type: Fix + - message: "\u0423\u043B\u0443\u0447\u0448\u0435\u043D\u044B \u0446\u0432\u0435\u0442\ + \u0430 \u0432 \u0447\u0430\u0442\u0435." + type: Add + id: 74 + time: '2023-02-20T11:33:13.0000000+00:00' +- author: wCATw + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043E 4 \u043D\u043E\ + \u0432\u044B\u0445 \u044D\u043C\u043E\u0443\u0442\u0430: \u0425\u043C\u0443\u0440\ + \u0438\u0442\u044C\u0441\u044F, \u0423\u043B\u044B\u0431\u0430\u0442\u044C\u0441\ + \u044F, \u041F\u0440\u0438\u043D\u044E\u0445\u0438\u0432\u0430\u0442\u044C\u0441\ + \u044F, \u041E\u0431\u043B\u0438\u0437\u044B\u0432\u0430\u0442\u044C\u0441\u044F\ + ." + type: Add + - message: "\u0420\u043E\u0444\u043B\u0430\u043D \u0432 \u043A\u043E\u0434\u0435\ + \ (\u0437\u0430\u0431\u0435\u0439\u0442\u0435)" + type: Add + id: 75 + time: '2023-02-19T20:08:16.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043E \u043D\u043E\u0432\ + \u043E\u0435 \u043C\u0435\u043D\u044E \u0432 \u043D\u0430\u0441\u0442\u0440\u043E\ + \u0439\u043A\u0438 \u0434\u043B\u044F \u0430\u0434\u043C\u0438\u043D\u0438\u0441\ + \u0442\u0440\u0430\u0442\u043E\u0440\u043E\u0432!" + type: Add + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u0432\u043E\u0437\ + \u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043C\u0435\u043D\u044F\u0442\ + \u044C \u0433\u0440\u043E\u043C\u043A\u043E\u0441\u0442\u044C \u0431\u0432\u043E\ + \u043D\u044C\u043A\u0430 \u0434\u043B\u044F \u0430\u0434\u043C\u0438\u043D\u0438\ + \u0441\u0442\u0440\u0430\u0442\u043E\u0440\u043E\u0432!" + type: Add + id: 76 + time: '2023-02-20T12:20:31.0000000+00:00' +- author: HitPanda + changes: + - message: "\u041F\u0435\u0440\u0435\u0440\u0430\u0431\u043E\u0442\u0430\u043D\u0430\ + \ \u0441\u0438\u0441\u0442\u0435\u043C\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\ + \u0449\u0435\u043D\u0438\u044F \u0432 \u0440\u0430\u0443\u043D\u0434 \u0434\u043B\ + \u044F \u043F\u0440\u0438\u0437\u0440\u0430\u043A\u0430, \u0442\u0435\u043F\u0435\ + \u0440\u044C \u043F\u0440\u0438 \u043F\u0435\u0440\u0435\u0437\u0430\u0445\u043E\ + \u0434\u0435 \u043D\u0430 \u0441\u0435\u0440\u0432\u0435\u0440 \u0438\u043B\u0438\ + \ \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0435\u043D\u0438\u0438 \u0432\ + \ \u0442\u0435\u043B\u043E \u043D\u0435 \u0431\u0443\u0434\u0435\u0442 \u0441\ + \u043B\u0435\u0442\u0430\u0442\u044C \u0442\u0430\u0439\u043C\u0435\u0440." + type: Fix + id: 77 + time: '2023-02-20T19:21:23.0000000+00:00' +- author: KettlebellOfCreation + changes: + - message: "\u0434\u0430\u043C \u0442\u0435\u043F\u0435\u0440\u044C \u043F\u043E\ + \u0442\u0440\u0435\u0431\u043B\u044F\u0435\u0442 \u0432 3 \u0440\u0430\u0437\ + \u0430 \u0431\u043E\u043B\u044C\u0448\u0435 \u0442\u043E\u043F\u043B\u0438\u0432\ + \u0430 (1 \u0438\u043D\u0436\u0435\u043A\u0446\u0438\u044F - 3 \u0442\u043E\u043F\ + \u043B\u0438\u0432\u0430)" + type: Add + - message: "\u0442\u043E\u043F\u043B\u0438\u0432\u043E \u0441\u0442\u043E\u0438\u0442\ + \ \u0432 4 \u0440\u0430\u0437\u0430 \u0431\u043E\u043B\u044C\u0448\u0435 (8\ + \ 000)" + type: Add + - message: "\u0435\u043C\u043A\u043E\u0441\u0442\u044C \u0441\u043C\u0435\u0441\u0430\ + \ \u0432 3 \u0440\u0430\u0437\u0430 \u0431\u043E\u043B\u044C\u0448\u0435 (24\ + \ 000 000)" + type: Add + id: 78 + time: '2023-02-20T20:44:55.0000000+00:00' +- author: KettlebellOfCreation + changes: + - message: "\u0434\u0430\u043C \u0442\u0435\u043F\u0435\u0440\u044C \u043D\u0435\ + \ \u0431\u0430\u0440\u0430\u0445\u043B\u0438\u0442" + type: Fix + id: 79 + time: '2023-02-21T12:40:10.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043D\u043E\u0432\u044B\ + \u0439 \u0438\u0433\u0440\u043E\u0432\u043E\u0439 \u0440\u0435\u0436\u0438\u043C\ + \ - \u0420\u0415\u0412\u041E\u041B\u042E\u0426\u0418\u042F!" + type: Add + id: 80 + time: '2023-02-21T21:06:19.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0412\u043E\u0441\u0441\u0442\u0430\u043D\u0438\u0435 \u043A\u0438\u0431\ + \u043E\u0440\u0433\u043E\u0432 \u043E\u0442\u043C\u0435\u043D\u044F\u0435\u0442\ + \u0441\u044F!" + type: Fix + id: 81 + time: '2023-02-21T23:08:59.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0420\u0435\u0432\u043E\u043B\u044E\u0446\u0438\u044F \u0442\u0435\u043F\ + \u0435\u0440\u044C \u0431\u0443\u0434\u0435\u0442 \u0432\u044B\u043F\u0430\u0434\ + \u0430\u0442\u044C \u0433\u043E\u0440\u0430\u0437\u0434\u043E \u0440\u0435\u0436\ + \u0435!" + type: Add + id: 82 + time: '2023-02-22T10:26:54.0000000+00:00' +- author: RavMorgan + changes: + - message: "AOE \u0432\u0441\u043F\u044B\u0448\u043A\u0430 \u0431\u043E\u043B\u044C\ + \u0448\u0435 \u043D\u0435 \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\ + \u0443\u0435\u0442 \u043B\u044E\u0434\u0435\u0439 \u0432 \u0440\u0435\u0432\u0443\ + !" + type: Fix + - message: "\u041A\u0430\u043F\u0438\u0442\u0430\u043D \u0438 \u0434\u0440\u0443\ + \u0433\u0438\u0435 \u0440\u0430\u0431\u044B \u0441\u0438\u0441\u0442\u0435\u043C\ + \u044B \u0431\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u043C\u043E\u0433\u0443\ + \u0442 \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\ + \u0442\u044C \u043B\u044E\u0434\u0435\u0439 \u0432 \u0440\u0435\u0432\u0443!" + type: Fix + id: 83 + time: '2023-02-22T18:17:01.0000000+00:00' +- author: Valtos + changes: + - message: "gTTS \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D \u043E\u0431\ + \u0440\u0430\u0442\u043D\u043E \u043D\u0430 \u0441\u0432\u0430\u043B\u043A\u0443\ + ." + type: Remove + id: 84 + time: '2023-02-23T15:20:17.0000000+00:00' +- author: KettlebellOfCreation + changes: + - message: "\u0424\u0438\u043A\u0441 \u0414\u0410\u041C\u0430" + type: Add + id: 85 + time: '2023-02-24T22:17:20.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0426\u0435\u043D\u0430 \u0441\u0438\u0433\u043D\u0443\u043B\u043E\ + \ \u0431\u044B\u043B\u0430 \u043F\u043E\u0432\u044B\u0448\u0435\u043D\u0430\ + \ \u0434\u043E 20!" + type: Add + id: 86 + time: '2023-02-25T20:39:49.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u041C\u044F\u0441\u043D\u0430\u044F \u043F\u0430\u043D\u0435\u043B\u044C\ + \ \u0431\u043E\u043B\u044C\u0448\u0435 \u043D\u0435 \u0434\u043E\u043B\u0436\ + \u043D\u0430 \u043B\u043E\u043C\u0430\u0442\u044C\u0441\u044F!" + type: Add + id: 87 + time: '2023-02-26T09:00:35.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u0420\u0414 \u0436\u0440\u0430\u043B!" + type: Add + id: 88 + time: '2023-02-26T12:49:25.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0412 \u043A\u043E\u043D\u0441\u043E\u043B\u044C \u0441\u0442\u0430\ + \u043D\u0446\u0438\u043E\u043D\u043D\u043E\u0433\u043E \u0443\u0447\u0451\u0442\ + \u0430 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0430 \u0434\u043E\u0431\ + \u0430\u0432\u043B\u0435\u043D\u0430 \u0441\u0442\u0440\u043E\u043A\u0430 \u043E\ + \u0442\u043F\u0435\u0447\u0430\u0442\u043A\u043E\u0432 \u043F\u0435\u0440\u0441\ + \u043E\u043D\u0430\u0436\u0430" + type: Add + id: 89 + time: '2023-02-26T12:48:42.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0424\u0438\u043A\u0441 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\ + \u0438\u044F \u0432\u0440\u0435\u043C\u0435\u043D\u0438 \u0441\u043C\u0435\u0440\ + \u0442\u0438 \u0434\u043B\u044F \u043F\u0440\u0438\u0437\u0440\u0430\u043A\u043E\ + \u0432" + type: Add + id: 90 + time: '2023-02-26T13:05:03.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u041B\u044E\u0434\u0438 \u0441 0 \u043C\u043E\u043D\u0435\u0442\u043E\ + \u043A \u0432 \u0441\u043F\u043E\u043D\u0441\u043E\u0440\u0435 \u0431\u043E\u043B\ + \u044C\u0448\u0435 \u043D\u0435 \u043C\u043E\u0433\u0443\u0442 \u043E\u0442\u043A\ + \u0440\u044B\u0442\u044C \u043F\u0430\u043D\u0435\u043B\u044C!" + type: Add + id: 91 + time: '2023-02-26T13:44:10.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0421\u043E\u043A\u0435\u0442\u044B!" + type: Add + id: 92 + time: '2023-02-26T16:50:23.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u044B \u0438\u043D\u0433\ + \u0435\u0439\u043C \u0441\u0441\u044B\u043B\u043A\u0430 \u043D\u0430 \u0432\u0438\ + \u043A\u0438 \u0434\u043B\u044F \u043A\u0430\u0436\u0434\u043E\u0439 \u043F\u0440\ + \u043E\u0444\u0435\u0441\u0441\u0438\u0438.!" + type: Add + id: 93 + time: '2023-02-28T21:46:56.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0412\u0441\u044F\u043A\u043E\u0435!" + type: Add + id: 94 + time: '2023-03-01T06:01:07.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u041A\u043B\u043E\u0443\u043D \u0442\u0435\u043F\u0435\u0440\u044C\ + \ \u0441\u043C\u0435\u0448\u043D\u043E \u0433\u043E\u0432\u043E\u0440\u0438\u0442\ + !" + type: Add + id: 95 + time: '2023-03-01T06:01:31.0000000+00:00' +- author: rhailrake + changes: + - message: test + type: Add + - message: test + type: Remove + - message: test + type: Tweak + - message: test + type: Fix + id: 96 + time: '2023-03-01T12:14:10.0000000+00:00' +- author: hailrakes + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u0430\u0432\u0442\ + \u043E\u0433\u0435\u043D\u0435\u0440\u0430\u0446\u0438\u044F \u0441\u043F\u0438\ + \u0441\u043A\u0430 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0439 \u0432\ + \ Discord." + type: Add + id: 97 + time: '2023-03-01T12:37:40.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u041F\u0430\u043D\u0435\u043B\u044C \u0441 \u044D\u043C\u043E\u0443\ + \u0442\u0430\u043C\u0438 \u0442\u0435\u043F\u0435\u0440\u044C \u043E\u0442\u0441\ + \u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0430!" + type: Add + - message: "\u0412\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u0443\u0431\u0440\u0430\ + \u043D\u044B \u043B\u0438\u043D\u043A\u0438 \u043D\u0430 \u043F\u0440\u043E\u0444\ + \u0435\u0441\u0441\u0438\u0438 \u0432 \u0447\u0430\u0442\u0435!" + type: Remove + id: 98 + time: '2023-03-01T19:21:18.0000000+00:00' +- author: rhailrake + changes: + - message: "\u0422\u0435\u043F\u0435\u0440\u044C \u0431\u043E\u0440\u0433\u0430\ + \ \u043C\u043E\u0436\u043D\u043E \u0437\u0430\u0441\u0442\u0430\u043D\u0438\u0442\ + \u044C \u0444\u043B\u0435\u0448\u043A\u043E\u0439!" + type: Add + - message: "\u0422\u0440\u0438 \u043D\u043E\u0432\u044B\u0445 \u0431\u043E\u0440\ + \u0433\u0430: Sec, Eng, Syndi" + type: Add + - message: "\u0422\u0435\u043F\u0435\u0440\u044C \u043E\u0433\u043D\u0435\u0442\u0443\ + \u0448\u0438\u0442\u0435\u043B\u044C \u0437\u0430\u043F\u0440\u0430\u0432\u043B\ + \u044F\u0435\u0442\u0441\u044F \u0441\u043E \u0432\u0440\u0435\u043C\u0435\u043D\ + \u0435\u043C." + type: Add + id: 99 + time: '2023-03-02T13:00:53.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0418\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D \u0422\u0422\u0421\ + \ \u0443 \u043A\u043B\u043E\u0443\u043D\u0430!" + type: Add + id: 100 + time: '2023-03-02T13:25:24.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0424\u0438\u043A\u0441 \u043F\u0430\u043D\u0435\u043B\u0438 \u0441\ + \ \u044D\u043C\u043E\u0443\u0442\u0430\u043C\u0438!" + type: Add + id: 101 + time: '2023-03-03T21:17:20.0000000+00:00' +- author: KettlebellOfCreation + changes: + - message: "\u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u0437\u0430\u0434\ + \u0435\u0440\u0436\u043A\u0430 \u0432 90 \u0441\u0435\u043A\u0443\u043D\u0434\ + \ \u043C\u0435\u0436\u0434\u0443 \u043E\u0442\u043F\u0440\u0430\u0432\u043A\u043E\ + \u0439 LOOC \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0439." + type: Add + id: 102 + time: '2023-03-03T21:19:04.0000000+00:00' +- author: BronyUraj + changes: + - message: "Bomb Cap \u0434\u043B\u044F \u0433\u0430\u0437\u043E\u0432\u044B\u0445\ + \ \u0431\u043E\u043C\u0431." + type: Add + id: 103 + time: '2023-03-04T15:46:44.0000000+00:00' +- author: NCast + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u0438\u043B \u0440\u0435\u0446\u0435\u043F\ + \u0442\u044B \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u043C \u043F\u0440\ + \u043E\u0434\u0443\u043A\u0442\u0430\u043C: \u042F\u0439\u0446\u0430 \u0431\u0435\ + \u043D\u0435\u0434\u0438\u043A\u0442, \u042F\u0438\u0447\u043D\u0438\u0446\u0430\ + , \u041C\u043E\u043B\u043E\u0447\u043D\u0430\u044F \u043E\u0431\u0435\u0437\u044C\ + \u044F\u043D\u0430, \u0413\u0430\u043C\u0431\u0430\u043B, \u041B\u041E\u041B\ + \u0418\u043F\u043E\u043F, \u041C\u0430\u0444\u0444\u0438\u043D, \u0411\u0443\ + \u043B\u043E\u0447\u043A\u0430 \u0445\u043E\u0442\u043A\u0440\u043E\u0441\u0441" + type: Add + id: 104 + time: '2023-03-05T10:51:33.0000000+00:00' +- author: rhailrake + changes: + - message: "\u0424\u043B\u0435\u0448\u043A\u0430 \u0431\u043E\u0440\u0433\u043E\u0432\ + \ \u0442\u0435\u043F\u0435\u0440\u044C \u0437\u0430\u0440\u044F\u0436\u0430\u0435\ + \u0442\u0441\u044F!" + type: Add + - message: "RCD \u0431\u043E\u0440\u0433\u043E\u0432 \u0442\u043E\u0436\u0435 \u0442\ + \u0435\u043F\u0435\u0440\u044C \u0437\u0430\u0440\u044F\u0436\u0430\u0435\u0442\ + \u0441\u044F." + type: Fix + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u044B \u043D\u043E\u0440\ + \u043C\u0430\u043B\u044C\u043D\u044B\u0435 \u0438\u043D\u0441\u0442\u0440\u0443\ + \u043C\u0435\u043D\u0442\u044B \u0438\u043D\u0436\u0435\u043D\u0435\u0440\u043D\ + \u043E\u043C\u0443 \u0431\u043E\u0440\u0433\u0443." + type: Add + - message: "\u0421\u0438\u0441\u0442\u0435\u043C\u0430 \u0440\u0435\u0444\u043B\u0435\ + \u043A\u0442\u043E\u0432!" + type: Add + - message: "\u0414\u0432\u043E\u0439\u043D\u043E\u0439 \u0435-\u0441\u0432\u043E\ + \u0440\u0434(\u043A\u0440\u0430\u0444\u0442\u0438\u0442\u0441\u044F \u0432 \u043A\ + \u0440\u0430\u0444\u0442\u0438\u043D\u0433\u0435 \u0432 \u043A\u0430\u0442\u0435\ + \u0433\u043E\u0440\u0438\u0438 Weapons \u0438\u0437 \u0434\u0432\u0443\u0445\ + \ \u0435-\u0441\u0432\u043E\u0440\u0434\u043E\u0432)." + type: Add + id: 105 + time: '2023-03-05T17:57:30.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0410\u043F\u0434\u0435\u0439\u0442 \u043A\u0430\u0440\u0442\u044B\ + \ White box" + type: Tweak + id: 106 + time: '2023-03-06T20:05:22.0000000+00:00' +- author: KettlebellOfCreation + changes: + - message: "\u0442\u0435\u043F\u0435\u0440\u044C, \u043A\u0430\u043A \u0442\u043E\ + \u043B\u044C\u043A\u043E \u0437\u0430\u043A\u0430\u043D\u0447\u0438\u0432\u0430\ + \u0435\u0442\u0441\u044F \u0442\u043E\u043F\u043B\u0438\u0432\u043E \u0443 \u0414\ + \u0410\u041C\u0430, \u0432\u044B\u043A\u043B\u044E\u0447\u0430\u0435\u0442\u0441\ + \u044F \u0432\u043F\u0440\u044B\u0441\u043A\u0438\u0432\u0430\u043D\u0438\u0435\ + ." + type: Add + id: 107 + time: '2023-03-06T20:39:05.0000000+00:00' +- author: KettlebellOfCreation + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u0430\u043D\u0442\ + \u0438\u0441\u043F\u0430\u043C \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430\ + , \u0438 \u043A\u0443\u043B\u0434\u0430\u0443\u043D \u043D\u0430 \u043B\u044E\ + \u0431\u044B\u0435 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u044F" + type: Add + id: 108 + time: '2023-03-06T20:39:24.0000000+00:00' +- author: rhailrake + changes: + - message: "\u0424\u0438\u043A\u0441 \u043F\u043E\u0447\u0438\u043D\u043A\u0438\ + \ \u0431\u043E\u0440\u0433\u043E\u0432! \u0410\u0411\u0423\u0417 \u041F\u0420\ + \u0418\u041D\u042F\u041B \u0418\u0421\u041B\u0410\u041C" + type: Fix + id: 109 + time: '2023-03-09T15:17:32.0000000+00:00' +- author: Valtos + changes: + - message: "\u0420\u0430\u0437\u0434\u0435\u043B\u044C\u043D\u044B\u0435 \u0431\u0430\ + \u043D\u044B \u0434\u043B\u044F \u043A\u0430\u0436\u0434\u043E\u0433\u043E \u0438\ + \u0437 \u0441\u0435\u0440\u0432\u0435\u0440\u043E\u0432. \u0421\u0442\u0430\u0440\ + \u044B\u0435 \u0431\u0430\u043D\u044B \u0432\u0441\u0451 \u0435\u0449\u0451\ + \ \u0440\u0430\u0431\u043E\u0442\u0430\u044E\u0442 \u043D\u0430 \u0432\u0441\ + \u0435\u0445 \u0441\u0435\u0440\u0432\u0435\u0440\u0430\u0445." + type: Add + - message: "\u0420\u0430\u0437\u0434\u0435\u043B\u044C\u043D\u044B\u0435 \u043F\u0435\ + \u0434\u0430\u043B\u0438 \u0434\u043B\u044F \u043A\u0430\u0436\u0434\u043E\u0433\ + \u043E \u0438\u0437 \u0441\u0435\u0440\u0432\u0435\u0440\u043E\u0432. \u0421\ + \u0442\u0430\u0440\u044B\u0435 \u043F\u0435\u0434\u0430\u043B\u0438 \u0432\u0441\ + \u0451 \u0435\u0449\u0451 \u0440\u0430\u0431\u043E\u0442\u0430\u044E\u0442 \u043D\ + \u0430 \u0432\u0441\u0435\u0445 \u0441\u0435\u0440\u0432\u0435\u0440\u0430\u0445\ + ." + type: Add + id: 110 + time: '2023-03-28T18:48:59.0000000+00:00' +- author: NCast-Hops + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u0425\u0410\u0419\u0417\ + \u0415\u041D\u0411\u0423\u0420\u0413\u0415\u0420. \u0420\u0435\u0446\u0435\u043F\ + \u0442: 1 \u0431\u0443\u043B\u043E\u0447\u043A\u0430, 1 \u0441\u044B\u0440\u043E\ + \u0435 \u043C\u044F\u0441\u043E, 5 \u043C\u0435\u0442\u044B (\u0432 \u0440\u0435\ + \u0430\u0433\u0435\u043D\u0442\u0430\u0445)" + type: Add + id: 111 + time: '2023-04-02T20:18:54.0000000+00:00' +- author: Gersoon + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u044B \u0441\u0435\u0440\ + \u0432\u0435\u0440\u0430 \u0442\u0435\u043B\u0435\u043A\u043E\u043C\u043C\u0443\ + \u043D\u0438\u043A\u0430\u0446\u0438\u0438 \u043D\u0430 \u043E\u0441\u043D\u043E\ + \u0432\u043D\u044B\u0435 \u043A\u0430\u0440\u0442\u044B." + type: Add + id: 112 + time: '2023-04-03T10:53:52.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u0432\u043E\u0437\ + \u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u043E\u0434\u0431\u0438\ + \u0440\u0430\u0442\u044C \u043F\u0440\u0435\u0434\u043C\u0435\u0442\u044B \u0432\ + \ \u0445\u0430\u0440\u043C \u043C\u043E\u0434\u0435!" + type: Add + id: 113 + time: '2023-04-04T06:15:35.0000000+00:00' +- author: HitPanda + changes: + - message: "\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u043F\u043B\u0438\u043D\ + \u043A\u0430." + type: Add + - message: "\u0414\u0440\u0443\u0433\u043E\u0435 \u043E\u0433\u0440\u043E\u043C\u043D\ + \u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\ + \u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441 \u0438\u0437\u043C\u0435\u043D\ + \u0435\u043D\u0438\u044F\u043C\u0438 \u0432 1500+ \u0444\u0430\u0439\u043B\u043E\ + \u0432." + type: Add + - message: "\u0424\u0438\u043A\u0441 \u0441\u043B\u043E\u043C\u0430\u043D\u043D\u044B\ + \u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0432\u0440\u043E\ + \u0434\u0435 \u0431\u044B)." + type: Fix + id: 114 + time: '2023-04-04T14:23:21.0000000+00:00' +- author: HitPanda + changes: + - message: "\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u043F\u043B\u0438\u043D\ + \u043A\u0430." + type: Add + - message: "\u0414\u0440\u0443\u0433\u043E\u0435 \u043E\u0433\u0440\u043E\u043C\u043D\ + \u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043F\ + \u0435\u0440\u0435\u0432\u043E\u0434\u0430 \u0441 \u0438\u0437\u043C\u0435\u043D\ + \u0435\u043D\u0438\u044F\u043C\u0438 \u0432 1500+ \u0444\u0430\u0439\u043B\u043E\ + \u0432." + type: Add + - message: "\u0424\u0438\u043A\u0441 \u0441\u043B\u043E\u043C\u0430\u043D\u043D\u044B\ + \u0445 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432 (\u0432\u0440\u043E\ + \u0434\u0435 \u0431\u044B)." + type: Fix + id: 115 + time: '2023-04-04T13:12:36.0000000+00:00' +- author: HitPanda + changes: + - message: "\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043A\u043D\u0438\u0433" + type: Add + - message: "\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0434\u0438\u0441\u043A\u043E\ + \u0440\u0434-\u0441\u0442\u0430\u0442\u0443\u0441\u0430" + type: Add + - message: "\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u0434\u043C\u0438\u043D\ + -\u043F\u0430\u043D\u0435\u043B\u0438" + type: Add + - message: "\u0414\u0440\u0443\u0433\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\ + \u0434\u044B" + type: Add + id: 116 + time: '2023-04-05T12:32:32.0000000+00:00' +- author: HitPanda + changes: + - message: "\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0438\u043A\u043E\u043D\u043E\ + \u043A \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430!" + type: Add + id: 117 + time: '2023-04-05T18:01:47.0000000+00:00' +- author: Valtos + changes: + - message: "\u041D\u043E\u0432\u044B\u0439 \u0441\u0442\u0438\u043B\u044C \u0438\ + \u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0432 \u0437\u0435\u043B\ + \u0451\u043D\u043E\u043C \u0438\u0441\u043F\u043E\u043B\u043D\u0435\u043D\u0438\ + \u0438." + type: Tweak + - message: "\u0420\u0430\u0437\u043C\u0435\u0440\u044B \u043D\u0435\u043A\u043E\u0442\ + \u043E\u0440\u044B\u0445 \u043E\u043A\u043E\u043D \u0442\u0435\u043F\u0435\u0440\ + \u044C \u043A\u043E\u0440\u0440\u0435\u043A\u0442\u043D\u044B\u0435. \u042D\u0442\ + \u043E \u0438\u0437\u0431\u0430\u0432\u043B\u044F\u0435\u0442 \u043E\u0442 \u043D\ + \u0430\u0434\u043E\u0431\u043D\u043E\u0441\u0442\u0438 \u043A\u0440\u0443\u0442\ + \u0438\u0442\u044C \u0438 \u0432\u0435\u0440\u0442\u0435\u0442\u044C \u0438\u0445\ + \ \u043A\u0430\u0436\u0434\u044B\u0439 \u0440\u0430\u0437 \u043F\u0440\u0438\ + \ \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u0438." + type: Fix + - message: "\u0420\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044C\u043D\ + \u0430\u044F \u043F\u043E\u043B\u043E\u0441\u043A\u0430 \u043C\u0435\u0436\u0434\ + \u0443 \u0447\u0430\u0442\u043E\u043C \u0438 \u0438\u0433\u0440\u043E\u0432\u044B\ + \u043C \u043E\u043A\u043D\u043E\u043C \u0442\u0435\u043F\u0435\u0440\u044C \u0441\ + \u043E\u0445\u0440\u0430\u043D\u044F\u0435\u0442 \u0441\u0432\u043E\u0451 \u043F\ + \u043E\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043A\u043E\u0440\u0440\u0435\ + \u043A\u0442\u043D\u043E." + type: Fix + id: 118 + time: '2023-04-06T06:09:28.0000000+00:00' +- author: BELNAKBU + changes: + - message: "\u0412\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u0440\ + \u0430\u0437\u0434\u0435\u043B\u043A\u0438 \u043B\u044E\u0434\u0435\u0439 \u043E\ + \u0431\u044B\u0447\u043D\u044B\u043C \u043E\u0441\u0442\u0440\u044B\u043C \u043F\ + \u0440\u0435\u0434\u043C\u0435\u0442\u043E\u043C, \u0431\u0435\u0437 \u043D\u0443\ + \u0436\u0434\u044B \u0432 \u043A\u0440\u044E\u043A\u0430\u0445. \u0422\u0430\ + \u043A\u0430\u044F \u0440\u0430\u0437\u0434\u0435\u043B\u043A\u0430 \u0437\u0430\ + \u0439\u043C\u0435\u0442 3 \u043C\u0438\u043D\u0443\u0442\u044B, \u0431\u0443\ + \u0434\u0443\u0442 \u043F\u0440\u043E\u0438\u0433\u0440\u044B\u0432\u0430\u0442\ + \u044C\u0441\u044F \u0433\u0440\u043E\u043C\u043A\u0438\u0435 \u0437\u0432\u0443\ + \u043A\u0438 \u0438 \u0435\u0434\u0438\u043D\u043E\u0440\u0430\u0437\u043E\u0432\ + \u043E \u043F\u043E\u044F\u0432\u0438\u0442\u0441\u044F \u043F\u043E\u043F\u0430\ + \u043F, \u043E \u0442\u043E\u043C \u0447\u0442\u043E \u0440\u0430\u0437\u0434\ + \u0435\u043B\u044B\u0432\u0430\u044E\u0442 \u0447\u0435\u043B\u043E\u0432\u0435\ + \u043A\u0430. \u0422\u0430\u043A\u0436\u0435 \u0432 \u043A\u0440\u0438\u043E\ + \ \u043F\u043E\u0434\u044B \u043C\u043E\u0436\u043D\u043E \u0432\u0441\u0442\ + \u0430\u0432\u043B\u044F\u0442\u044C \u0442\u0435\u043B\u0430 \u043F\u0440\u043E\ + \u0441\u0442\u043E \u043F\u0435\u0440\u0435\u0442\u0430\u0441\u043A\u0438\u0432\ + \u0430\u044F \u043C\u043E\u0434\u0435\u043B\u044C\u043A\u0438 \u043D\u0430 \u043A\ + \u0430\u043F\u0441\u0443\u043B\u0443." + type: Add + id: 119 + time: '2023-04-06T08:45:15.0000000+00:00' +- author: Valtos + changes: + - message: "\u0424\u0438\u043A\u0441 \u0431\u0430\u043D\u043E\u0432, \u043A\u043E\ + \u0442\u043E\u0440\u044B\u0435 \u0440\u0430\u0431\u043E\u0442\u0430\u043B\u0438\ + \ \u0432\u0435\u0437\u0434\u0435." + type: Fix + id: 120 + time: '2023-04-06T10:06:06.0000000+00:00' +- author: HitPanda + changes: + - message: "\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0435\u043A\u0441\u0442\ + \u0443\u0440 \u0431\u043E\u043B\u044C\u0448\u0438\u043D\u0441\u0442\u0432\u0430\ + \ \u043E\u0431\u044A\u0435\u043A\u0442\u043E\u0432" + type: Add + - message: "\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043E\u0441\u0442\u0430\u0432\ + \u0448\u0438\u0445\u0441\u044F \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\ + \u0432 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430" + type: Add + - message: "\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u043F\u043B\u0430\u043A\u0430\ + \u0442\u043E\u0432" + type: Add + - message: "\u0424\u0438\u043A\u0441 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430\ + \ \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u043E\u0432 \u0431\ + \u043E\u0440\u0433\u043E\u0432" + type: Fix + - message: "\u0424\u0438\u043A\u0441\u044B \u043A\u0440\u0438\u0432\u044B\u0445\ + \ \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u043E\u0432" + type: Fix + id: 121 + time: '2023-04-06T17:59:17.0000000+00:00' +- author: Valtos + changes: + - message: "\u0418\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0432\ + \u043E\u0437\u043C\u043E\u0436\u043D\u044B\u0445 \u043F\u0440\u043E\u0431\u043B\ + \u0435\u043C \u0441 \u043F\u043E\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0438\ + \u0435\u043C." + type: Fix + id: 122 + time: '2023-04-07T00:26:59.0000000+00:00' +- author: Valtos + changes: + - message: "\u0418\u043A\u043E\u043D\u043A\u0438 \u0442\u0435\u043F\u0435\u0440\u044C\ + \ \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u044E\u0442\u0441\u044F \u0432\ + \ \u0430\u0445\u0435\u043B\u043F\u0435." + type: Fix + - message: "\u0421\u0435\u0442\u043A\u0430 \u0432 \u0447\u0430\u0442\u0435 \u0437\ + \u0430\u043C\u0435\u043D\u0435\u043D\u0430 \u043D\u0430 \u0431\u043E\u043B\u0435\ + \u0435 \u043D\u0435\u0439\u0442\u0440\u0430\u043B\u044C\u043D\u0443\u044E \u0437\ + \u0435\u0440\u043D\u0438\u0441\u0442\u043E\u0441\u0442\u044C." + type: Tweak + id: 123 + time: '2023-04-07T02:45:33.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u041F\u043E\u0444\u0438\u043A\u0441\u0438\u043B \u0431\u0430\u0433\ + \ \u0441 \u043A\u043E\u043C\u0431\u0430\u0442 \u043C\u043E\u0434\u043E\u043C\ + !" + type: Add + id: 124 + time: '2023-04-07T17:55:42.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u043E \u0437\u0430\u0438\ + \u043A\u0430\u043D\u0438\u0435, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440\ + \ \u043F\u0440\u0438 \u0443\u0434\u0430\u0440\u0435 \u0442\u043E\u043A\u043E\ + \u043C." + type: Add + - message: "\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0430\u043A\u0446\u0435\u043D\ + \u0442\u0430 \u043E\u0431\u0435\u0437\u044C\u044F\u043D\u044B." + type: Fix + - message: "\u041C\u0435\u043B\u043A\u0438\u0435 \u0444\u0438\u043A\u0441\u044B\ + \ \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430." + type: Fix + id: 125 + time: '2023-04-07T19:45:50.0000000+00:00' +- author: Gargarien + changes: + - message: "\u041D\u043E\u0432\u044B\u0435 \u043C\u043E\u0434\u0435\u043B\u044C\u043A\ + \u0438 \u0434\u043B\u044F \u0441\u043A\u0430\u0444\u0430\u043D\u0434\u0440\u043E\ + \u0432 \u043A\u0430\u043F\u0438\u0442\u0430\u043D\u0430, \u043F\u0430\u0440\u0430\ + \u043C\u0435\u0434\u0438\u043A\u0430, \u0433\u043B\u0430\u0432\u044B \u0441\u043B\ + \u0443\u0436\u0431\u044B \u0431\u0435\u0437\u043E\u043F\u0430\u0441\u043D\u043E\ + \u0441\u0442\u0438 \u0438 \u044D\u0441\u043A\u0430\u0434\u0440\u043E\u043D\u0430\ + \ \u0441\u043C\u0435\u0440\u0442\u0438." + type: Add + id: 126 + time: '2023-04-07T21:05:20.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0430\u0438\ + \ \u043D\u0430 \u043D\u0435\u0439\u0440\u043E\u0441\u0435\u0442\u044F\u0445!" + type: Add + id: 127 + time: '2023-04-08T06:06:22.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0421\u043A\u0430\u0444\u0430\u043D\u0434\u0440\u0443 \u0433\u043B\u0430\ + \u0432\u044B \u0441\u043B\u0443\u0436\u0431\u044B \u0431\u0435\u0437\u043E\u043F\ + \u0430\u0441\u043D\u043E\u0441\u0442\u0438 \u0432\u0435\u0440\u043D\u0443\u043B\ + \u0438 \u043F\u0440\u0435\u0436\u043D\u044E\u044E \u0432\u0435\u0440\u0441\u0438\ + \u044E, \u0435\u0433\u043E \u0442\u0435\u043A\u0443\u0449\u0430\u044F \u0432\ + \u0435\u0440\u0441\u0438\u044F \u0437\u0430\u043C\u0435\u043D\u0438\u043B\u0430\ + \ \u0441\u043A\u0430\u0444\u0430\u043D\u0434\u0440 \u0432\u0430\u0440\u0434\u0435\ + \u043D\u0430, \u043A\u0430\u043A \u0438 \u0434\u043E\u043B\u0436\u043D\u043E\ + \ \u0431\u044B\u043B\u043E \u0431\u044B\u0442\u044C \u0438\u0437\u043D\u0430\ + \u0447\u0430\u043B\u044C\u043D\u043E." + type: Fix + id: 128 + time: '2023-04-08T12:18:55.0000000+00:00' +- author: HitPanda + changes: + - message: "\u041F\u0435\u0440\u0435\u0432\u043E\u0434 \u0442\u0438\u043F\u043E\u0432\ + \ \u0443\u0440\u043E\u043D\u0430 \u043F\u0440\u0438 \u043E\u0441\u043C\u043E\ + \u0442\u0440\u0435 \u043E\u0440\u0443\u0436\u0438\u044F \u0438 \u043E\u0434\u0435\ + \u0436\u0434\u044B." + type: Add + id: 129 + time: '2023-04-08T12:57:11.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u0442\u0430\u0439\u043C\ + \u0435\u0440 \u043F\u0440\u0438 \u043F\u043E\u043F\u044B\u0442\u043A\u0435 \u0432\ + \u0441\u0442\u0430\u0442\u044C(\u0441\u043E \u0441\u0442\u0443\u043B\u0430 \u0438\ + \u043B\u0438 \u043A\u0440\u043E\u0432\u0430\u0442\u0438), \u0435\u0441\u043B\ + \u0438 \u043D\u0430 \u0432\u0430\u0441 \u043D\u0430\u0434\u0435\u0442\u044B\ + \ \u043D\u0430\u0440\u0443\u0447\u043D\u0438\u043A\u0438." + type: Add + - message: "\u0423\u0432\u0435\u043B\u0438\u0447\u0435\u043D\u043E \u0432\u0440\u0435\ + \u043C\u044F \u0441\u043D\u044F\u0442\u0438\u0435 \u0432\u0441\u0435\u0445 \u043D\ + \u0430\u0440\u0443\u0447\u043D\u0438\u043A\u043E\u0432." + type: Tweak + id: 130 + time: '2023-04-09T01:43:49.0000000+00:00' +- author: HitPanda + changes: + - message: "\u041F\u043E\u0444\u0438\u043A\u0448\u0435\u043D \u0431\u0430\u0433\ + , \u043F\u0440\u0438 \u043A\u043E\u0442\u043E\u0440\u043E\u043C, \u0435\u0441\ + \u043B\u0438 \u0432\u044B \u043D\u0430\u0447\u0438\u043D\u0430\u0435\u0442\u0435\ + \ \u043E\u0442\u0441\u0442\u0451\u0433\u0438\u0432\u0430\u0442\u044C\u0441\u044F\ + \ \u0432 \u043D\u0430\u0440\u0443\u0447\u043D\u0438\u043A\u0430\u0445, \u0442\ + \u0430\u0439\u043C\u0435\u0440 \u043D\u0435 \u043E\u0442\u043C\u0435\u043D\u044F\ + \u043B\u0441\u044F, \u0435\u0441\u043B\u0438 \u0441 \u0432\u0430\u0441 \u0438\ + \u0445 \u0441\u043D\u044F\u043B\u0438." + type: Fix + id: 131 + time: '2023-04-09T10:48:23.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0424\u0438\u043A\u0441 \u0431\u0430\u0433\u0430, \u043F\u0440\u0438\ + \ \u043A\u043E\u0442\u043E\u0440\u043E\u043C, \u0435\u0441\u043B\u0438 \u0432\ + \u0430\u0441 \u0432 \u043D\u0430\u0440\u0443\u0447\u043D\u0438\u043A\u0430\u0445\ + \ \u043D\u0430\u0447\u043D\u0443\u0442 \u0442\u044F\u043D\u0443\u0442\u044C\ + \ \u0441 \u043A\u0440\u043E\u0432\u0430\u0442\u0438(\u0441\u0442\u0443\u043B\ + \u0430), \u0442\u043E \u0432\u044B \u043D\u0435 \u043E\u0442\u0441\u0442\u0451\ + \u0433\u0438\u0432\u0430\u0435\u0442\u0435\u0441\u044C." + type: Fix + id: 132 + time: '2023-04-09T13:44:18.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0418\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D \u0433\u043E\u0432\ + \u043D\u043E\u0447\u0430\u0442!" + type: Add + id: 133 + time: '2023-04-09T21:34:26.0000000+00:00' +- author: BELNAKBU + changes: + - message: "\u0423\u0432\u0435\u043B\u0438\u0447\u0435\u043D\u0430 \u0434\u0430\u043B\ + \u044C\u043D\u043E\u0441\u0442\u044C \u043E\u0441\u043C\u043E\u0442\u0440\u0430\ + \ \u0430\u0439\u0434\u0438 \u043A\u0430\u0440\u0442\u044B." + type: Tweak + - message: "\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0438\u0441\ + \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0439 \u043E\u0433\ + \u043D\u0435\u0442\u0443\u0448\u0438\u0442\u0435\u043B\u044F \u0443\u0432\u0435\ + \u043B\u0438\u0447\u0435\u043D\u043E \u0434\u043E 10 \u0432\u043C\u0435\u0441\ + \u0442\u043E 6.6. \u0421\u0438\u043B\u0430 \u043E\u0442\u0442\u0430\u043B\u043A\ + \u0438\u0432\u0430\u043D\u0438\u044F \u0443\u0432\u0435\u043B\u0438\u0447\u0435\ + \u043D\u0430 \u0432\u0442\u0440\u043E\u0435" + type: Tweak + - message: "\u0422\u0435\u043F\u0435\u0440\u044C \u0448\u043F\u0440\u0438\u0446\u044B\ + \ \u0438 \u0433\u0438\u043F\u043E\u0441\u043F\u0440\u0435\u0438 \u043D\u0435\ + \ \u043F\u0440\u043E\u0431\u0438\u0432\u0430\u044E\u0442 \u0441\u043A\u0432\u043E\ + \u0437\u044C \u0441\u043A\u0430\u0444\u0430\u043D\u0434\u0440\u044B, \u043A\u043E\ + \u0441\u0442\u044E\u043C\u044B \u0431\u0438\u043E/\u0440\u0430\u0434\u0438\u043E\ + \u0437\u0430\u0449\u0438\u0442\u044B \u0438 \u0441\u0430\u043F\u0435\u0440\u043D\ + \u0443\u044E \u0431\u0440\u043E\u043D\u044E, \u043E\u0434\u043D\u0430\u043A\u043E\ + \ \u0435\u0441\u043B\u0438 \u0448\u043B\u0435\u043C \u0441\u043D\u044F\u0442\ + , \u043E\u043D\u0438 \u043F\u043E \u043F\u0440\u0435\u0436\u043D\u0435\u043C\ + \u0443 \u0440\u0430\u0431\u043E\u0442\u0430\u044E\u0442" + type: Add + - message: "\u0412\u044B\u0441\u0442\u0440\u0435\u043B\u044B \u0434\u0438\u0437\u0435\ + \u0439\u0431\u043B\u0435\u0440\u0430 \u043F\u0440\u043E\u0445\u043E\u0434\u044F\ + \u0442 \u0441\u043A\u0432\u043E\u0437\u044C \u0441\u0442\u0435\u043A\u043B\u043E" + type: Fix + id: 134 + time: '2023-04-09T21:46:00.0000000+00:00' +- author: Valtos + changes: + - message: "banlist \u0441\u043D\u043E\u0432\u0430 \u0432\u044B\u0432\u043E\u0434\ + \u0438\u0442 \u0431\u0430\u043D\u044B \u0441\u043E \u0432\u0441\u0435\u0445\ + \ \u0441\u0435\u0440\u0432\u0435\u0440\u043E\u0432." + type: Fix + id: 135 + time: '2023-04-09T22:20:52.0000000+00:00' +- author: Valtos + changes: + - message: "\u0424\u0438\u043B\u044C\u0442\u0440\u0430\u0446\u0438\u044F \u0441\u043B\ + \u043E\u0432 \u0434\u043B\u044F \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\ + \u044B twitch \u0438 \u043D\u0435 \u0442\u043E\u043B\u044C\u043A\u043E." + type: Add + id: 136 + time: '2023-04-09T23:08:57.0000000+00:00' +- author: wCATw + changes: + - message: "\u0422\u0435\u043F\u0435\u0440\u044C \u043A\u043B\u043E\u0432\u043D\u044F\ + , \u043C\u0438\u043C\u044B \u0438 \u0431\u043E\u0440\u0433\u0438 \u044D\u0442\ + \u043E \u043E\u0442\u0434\u0435\u043B\u044C\u043D\u044B\u0435 \u043D\u044D\u0439\ + \u043C\u044B." + type: Add + id: 137 + time: '2023-04-10T13:46:50.0000000+00:00' +- author: rhailrake + changes: + - message: "\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u044B \u0432\u044C\u0435\u0442\ + \u043D\u0430\u043C v0.1" + type: Add + id: 138 + time: '2023-04-10T20:28:38.0000000+00:00' +- author: wCATw + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u0437\u0432\u0443\u043A\ + \ \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0438 \u0437\u0430\u043A\ + \u0440\u044B\u0442\u0438\u044F \u043A\u043D\u0438\u0433 \u0438 \u0431\u0443\u043C\ + \u0430\u0433." + type: Add + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u043A\u043D\u0438\ + \u0433\u0430 \u0441 \u043A\u043E\u0441\u043C\u043E\u0437\u0430\u043A\u043E\u043D\ + \u043E\u043C \u0438 \u0441\u043F\u0435\u0446. \u0437\u0432\u0443\u043A\u043E\ + \u043C. \u041D\u0430 \u043A\u0430\u0440\u0442\u0430\u0445 \u043F\u043E\u044F\ + \u0432\u0438\u0442\u0441\u044F \u043F\u043E\u0437\u0436\u0435." + type: Add + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u0437\u0430\u0434\ + \u0435\u0440\u0436\u043A\u0430 \u043D\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\ + \u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u043A\u043D\u0438\u0433 (\u0430\u043D\ + \u0442\u0438\u0441\u043F\u0430\u043C \u0437\u0432\u0443\u043A\u0430\u043C\u0438\ + )." + type: Add + id: 139 + time: '2023-04-11T12:32:44.0000000+00:00' +- author: wCATw + changes: + - message: "\u041A\u0430\u0436\u0434\u044B\u0439 \u0440\u0430\u0437 \u043A\u043E\ + \u0433\u0434\u0430 \u043E\u0431\u0440\u0430\u0437\u0443\u0435\u0442\u0441\u044F\ + \ \u043B\u0443\u0436\u0430 \u0438\u0437 \u043A\u0440\u043E\u0432\u0438, \u0432\ + \u043E\u0441\u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0441\ + \u044F \u0437\u0432\u0443\u043A \u043A\u0430\u043F\u043B\u0438. \u041D\u0435\ + \ \u0440\u0430\u0431\u043E\u0442\u0430\u0435\u0442 \u043D\u0430 \u043B\u0435\ + \u0436\u0430\u0449\u0435\u0435 \u0442\u0435\u043B\u043E." + type: Add + - message: "\u0417\u0432\u0443\u043A \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F\ + \ \u043A\u0440\u043E\u0432\u043E\u0442\u0435\u0447\u0435\u043D\u0438\u044F \u0438\ + \u0437\u043C\u0435\u043D\u0435\u043D (\u0435\u0441\u043B\u0438 \u043E\u043D\ + \ \u0432\u043E\u043E\u0431\u0449\u0435 \u0431\u044B\u043B)." + type: Fix + id: 140 + time: '2023-04-11T14:16:55.0000000+00:00' +- author: wCATw + changes: + - message: "\u0418\u0441\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u044B \u0440\u043E\ + \u0444\u043B\u044B \u0441 id \u043A\u0430\u0440\u0442\u0430\u043C\u0438, unicode\ + \ \u0440\u043E\u0444\u043B\u0430\u043C\u0438 \u0432 \u0440\u0435\u0434\u0430\ + \u043A\u0442\u043E\u0440\u0435 \u0438 \u043F\u0440\u043E\u0447\u0438\u043C." + type: Fix + id: 141 + time: '2023-04-11T16:55:01.0000000+00:00' +- author: HitPanda + changes: + - message: "\u0415\u0433\u0430\u043D\u0443 \u0438\u0437\u043C\u0435\u043D\u0451\u043D\ + \ \u0440\u0430\u0437\u043C\u0435\u0440 \u0441\u043E \u0441\u0442\u0430\u043D\ + \u0434\u0430\u0440\u0442\u043D\u043E\u0433\u043E \u0434\u043E \u043C\u0430\u043B\ + \u0435\u043D\u044C\u043A\u043E\u0433\u043E(\u043A\u0430\u043A \u0443 \u043F\u0438\ + \u0441\u0442\u043E\u043B\u0435\u0442\u043E\u0432). \u0422\u0435\u043F\u0435\u0440\ + \u044C \u0435\u0433\u043E \u043C\u043E\u0436\u043D\u043E \u043A\u043B\u0430\u0441\ + \u0442\u044C \u0432 \u043F\u043E\u044F\u0441\u0430. \u0412\u0435\u0441 \u0442\ + \u0430\u043A\u0436\u0435 \u0443\u043C\u0435\u043D\u044C\u0448\u0435\u043D \u0441\ + \ 50 \u0434\u043E 20." + type: Tweak + - message: "\u041C\u0435\u043B\u043A\u0438\u0435 \u043F\u0440\u0430\u0432\u043A\u0438\ + \ \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u0430." + type: Fix + id: 142 + time: '2023-04-14T13:41:52.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u041C\u044F\u0441\u043D\u0430\u044F \u043F\u0430\u043D\u0435\u043B\u044C\ + \ \u0442\u0435\u043F\u0435\u0440\u044C \u0440\u0430\u0431\u043E\u0442\u0430\u0435\ + \u0442 \u0438 \u043F\u043E\u0441\u043B\u0435 \u043F\u0435\u0440\u0435\u0437\u0430\ + \u0445\u043E\u0434\u0430!" + type: Add + id: 143 + time: '2023-04-25T06:47:43.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u041D\u043E\u0440\u043C\u0430\u043B\u044C\u043D\u043E\u0435 \u043A\u0435\ + \u0448\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u0440\u0430\u0437\u043C\ + \u0435\u0440\u0430 \u0447\u0430\u0442\u0430!" + type: Add + id: 144 + time: '2023-04-24T07:38:31.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0430 \u0432\u043E\u0437\ + \u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043C\u0435\u043D\u044F\u0442\ + \u044C \u0441\u043F\u0440\u0430\u0439\u0442 \u043F\u0440\u0438\u0437\u0440\u0430\ + \u043A\u043E\u0432." + type: Add + id: 145 + time: '2023-04-27T14:01:45.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0440\u0438\u0437\ + \u0440\u0430\u043A \u0434\u043B\u044F merkkaa!" + type: Add + id: 146 + time: '2023-04-27T20:09:54.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u043F\u0440\u0438\u0437\ + \u0440\u0430\u043A \u0434\u043B\u044F nairsark!" + type: Add + id: 147 + time: '2023-04-27T20:30:38.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u041A\u0430\u0441\u0442\u043E\u043C\u043D\u044B\u0435 \u043F\u0440\u0438\ + \u0437\u0440\u0430\u043A\u0438 \u0442\u0435\u043F\u0435\u0440\u044C \u0432\u0441\ + \u0435\u0433\u0434\u0430 \u0440\u0430\u0431\u043E\u0442\u0430\u044E\u0442!" + type: Add + id: 148 + time: '2023-04-28T11:59:36.0000000+00:00' +- author: RavMorgan + changes: + - message: "\u0420\u0430\u0437\u043C\u0435\u0440 \u0447\u0430\u0442\u0430 \u0442\ + \u0435\u043F\u0435\u0440\u044C \u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0435\ + \u0442\u0441\u044F!" + type: Add + id: 149 + time: '2023-04-30T04:22:29.0000000+00:00' diff --git a/Resources/Fonts/IBMPlexSans/IBMPlexSans-Bold.ttf b/Resources/Fonts/IBMPlexSans/IBMPlexSans-Bold.ttf new file mode 100644 index 0000000000..e5389d833f Binary files /dev/null and b/Resources/Fonts/IBMPlexSans/IBMPlexSans-Bold.ttf differ diff --git a/Resources/Fonts/IBMPlexSans/IBMPlexSans-BoldItalic.ttf b/Resources/Fonts/IBMPlexSans/IBMPlexSans-BoldItalic.ttf new file mode 100644 index 0000000000..31cce79bbc Binary files /dev/null and b/Resources/Fonts/IBMPlexSans/IBMPlexSans-BoldItalic.ttf differ diff --git a/Resources/Fonts/IBMPlexSans/IBMPlexSans-ExtraLight.ttf b/Resources/Fonts/IBMPlexSans/IBMPlexSans-ExtraLight.ttf new file mode 100644 index 0000000000..ecd3aff270 Binary files /dev/null and b/Resources/Fonts/IBMPlexSans/IBMPlexSans-ExtraLight.ttf differ diff --git a/Resources/Fonts/IBMPlexSans/IBMPlexSans-ExtraLightItalic.ttf b/Resources/Fonts/IBMPlexSans/IBMPlexSans-ExtraLightItalic.ttf new file mode 100644 index 0000000000..5bbda2cc0e Binary files /dev/null and b/Resources/Fonts/IBMPlexSans/IBMPlexSans-ExtraLightItalic.ttf differ diff --git a/Resources/Fonts/IBMPlexSans/IBMPlexSans-Italic.ttf b/Resources/Fonts/IBMPlexSans/IBMPlexSans-Italic.ttf new file mode 100644 index 0000000000..46212a3d6c Binary files /dev/null and b/Resources/Fonts/IBMPlexSans/IBMPlexSans-Italic.ttf differ diff --git a/Resources/Fonts/IBMPlexSans/IBMPlexSans-Light.ttf b/Resources/Fonts/IBMPlexSans/IBMPlexSans-Light.ttf new file mode 100644 index 0000000000..b3d035d5da Binary files /dev/null and b/Resources/Fonts/IBMPlexSans/IBMPlexSans-Light.ttf differ diff --git a/Resources/Fonts/IBMPlexSans/IBMPlexSans-LightItalic.ttf b/Resources/Fonts/IBMPlexSans/IBMPlexSans-LightItalic.ttf new file mode 100644 index 0000000000..20bb6cfc6a Binary files /dev/null and b/Resources/Fonts/IBMPlexSans/IBMPlexSans-LightItalic.ttf differ diff --git a/Resources/Fonts/IBMPlexSans/IBMPlexSans-Medium.ttf b/Resources/Fonts/IBMPlexSans/IBMPlexSans-Medium.ttf new file mode 100644 index 0000000000..9395402b0a Binary files /dev/null and b/Resources/Fonts/IBMPlexSans/IBMPlexSans-Medium.ttf differ diff --git a/Resources/Fonts/IBMPlexSans/IBMPlexSans-MediumItalic.ttf b/Resources/Fonts/IBMPlexSans/IBMPlexSans-MediumItalic.ttf new file mode 100644 index 0000000000..7787ad2742 Binary files /dev/null and b/Resources/Fonts/IBMPlexSans/IBMPlexSans-MediumItalic.ttf differ diff --git a/Resources/Fonts/IBMPlexSans/IBMPlexSans-Regular.ttf b/Resources/Fonts/IBMPlexSans/IBMPlexSans-Regular.ttf new file mode 100644 index 0000000000..b5819647e1 Binary files /dev/null and b/Resources/Fonts/IBMPlexSans/IBMPlexSans-Regular.ttf differ diff --git a/Resources/Fonts/IBMPlexSans/IBMPlexSans-SemiBold.ttf b/Resources/Fonts/IBMPlexSans/IBMPlexSans-SemiBold.ttf new file mode 100644 index 0000000000..a5bd9ee628 Binary files /dev/null and b/Resources/Fonts/IBMPlexSans/IBMPlexSans-SemiBold.ttf differ diff --git a/Resources/Fonts/IBMPlexSans/IBMPlexSans-SemiBoldItalic.ttf b/Resources/Fonts/IBMPlexSans/IBMPlexSans-SemiBoldItalic.ttf new file mode 100644 index 0000000000..a5bcdc40ae Binary files /dev/null and b/Resources/Fonts/IBMPlexSans/IBMPlexSans-SemiBoldItalic.ttf differ diff --git a/Resources/Fonts/IBMPlexSans/IBMPlexSans-Thin.ttf b/Resources/Fonts/IBMPlexSans/IBMPlexSans-Thin.ttf new file mode 100644 index 0000000000..910458a9e8 Binary files /dev/null and b/Resources/Fonts/IBMPlexSans/IBMPlexSans-Thin.ttf differ diff --git a/Resources/Fonts/IBMPlexSans/IBMPlexSans-ThinItalic.ttf b/Resources/Fonts/IBMPlexSans/IBMPlexSans-ThinItalic.ttf new file mode 100644 index 0000000000..d5b4be6556 Binary files /dev/null and b/Resources/Fonts/IBMPlexSans/IBMPlexSans-ThinItalic.ttf differ diff --git a/Resources/Fonts/IBMPlexSans/OFL.txt b/Resources/Fonts/IBMPlexSans/OFL.txt new file mode 100644 index 0000000000..245d5f4083 --- /dev/null +++ b/Resources/Fonts/IBMPlexSans/OFL.txt @@ -0,0 +1,93 @@ +Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/Resources/Textures/Interface/Default/left_arrow.svg.192dpi.png b/Resources/Textures/Interface/Default/left_arrow.svg.192dpi.png index 6539a6cb7d..86d585404f 100644 Binary files a/Resources/Textures/Interface/Default/left_arrow.svg.192dpi.png and b/Resources/Textures/Interface/Default/left_arrow.svg.192dpi.png differ diff --git a/Resources/Textures/Interface/Default/right_arrow.svg.192dpi.png b/Resources/Textures/Interface/Default/right_arrow.svg.192dpi.png index 00badb5550..46f2a44144 100644 Binary files a/Resources/Textures/Interface/Default/right_arrow.svg.192dpi.png and b/Resources/Textures/Interface/Default/right_arrow.svg.192dpi.png differ diff --git a/Resources/Textures/Interface/Nano/black_panel_dark_thin_border.png b/Resources/Textures/Interface/Nano/black_panel_dark_thin_border.png index b95f047938..84f7595561 100644 Binary files a/Resources/Textures/Interface/Nano/black_panel_dark_thin_border.png and b/Resources/Textures/Interface/Nano/black_panel_dark_thin_border.png differ diff --git a/Resources/Textures/Interface/Nano/black_panel_light_thin_border.png b/Resources/Textures/Interface/Nano/black_panel_light_thin_border.png index d1a9f279ba..84f7595561 100644 Binary files a/Resources/Textures/Interface/Nano/black_panel_light_thin_border.png and b/Resources/Textures/Interface/Nano/black_panel_light_thin_border.png differ diff --git a/Resources/Textures/Interface/Nano/button.svg b/Resources/Textures/Interface/Nano/button.svg index 4772c1ae5d..0ab76e13b9 100644 --- a/Resources/Textures/Interface/Nano/button.svg +++ b/Resources/Textures/Interface/Nano/button.svg @@ -2,20 +2,20 @@ + inkscape:version="1.2.2 (732a01da63, 2022-12-09)" + sodipodi:docname="button.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + inkscape:snap-page="true" + inkscape:showpageshadow="2" + inkscape:deskcolor="#d1d1d1" /> @@ -47,7 +49,7 @@ image/svg+xml - + diff --git a/Resources/Textures/Interface/Nano/button.svg.96dpi.png b/Resources/Textures/Interface/Nano/button.svg.96dpi.png index b391378bb0..82856a7431 100644 Binary files a/Resources/Textures/Interface/Nano/button.svg.96dpi.png and b/Resources/Textures/Interface/Nano/button.svg.96dpi.png differ diff --git a/Resources/Textures/Interface/Nano/chat_sub_background.png b/Resources/Textures/Interface/Nano/chat_sub_background.png index de59bb0b3a..449ae9d840 100644 Binary files a/Resources/Textures/Interface/Nano/chat_sub_background.png and b/Resources/Textures/Interface/Nano/chat_sub_background.png differ diff --git a/Resources/Textures/Interface/Nano/checkbox_checked.svg.96dpi.png b/Resources/Textures/Interface/Nano/checkbox_checked.svg.96dpi.png index 5c5771fcea..a62fd81139 100644 Binary files a/Resources/Textures/Interface/Nano/checkbox_checked.svg.96dpi.png and b/Resources/Textures/Interface/Nano/checkbox_checked.svg.96dpi.png differ diff --git a/Resources/Textures/Interface/Nano/checkbox_unchecked.svg.96dpi.png b/Resources/Textures/Interface/Nano/checkbox_unchecked.svg.96dpi.png index 090d1acc1f..75649cc160 100644 Binary files a/Resources/Textures/Interface/Nano/checkbox_unchecked.svg.96dpi.png and b/Resources/Textures/Interface/Nano/checkbox_unchecked.svg.96dpi.png differ diff --git a/Resources/Textures/Interface/Nano/cross.svg.png b/Resources/Textures/Interface/Nano/cross.svg.png index 539f5f2389..e9a4844a95 100644 Binary files a/Resources/Textures/Interface/Nano/cross.svg.png and b/Resources/Textures/Interface/Nano/cross.svg.png differ diff --git a/Resources/Textures/Interface/Nano/fucky_wucky.png b/Resources/Textures/Interface/Nano/fucky_wucky.png new file mode 100644 index 0000000000..df1efcf998 Binary files /dev/null and b/Resources/Textures/Interface/Nano/fucky_wucky.png differ diff --git a/Resources/Textures/Interface/Nano/gay_shit.png b/Resources/Textures/Interface/Nano/gay_shit.png new file mode 100644 index 0000000000..e60eb38eed Binary files /dev/null and b/Resources/Textures/Interface/Nano/gay_shit.png differ diff --git a/Resources/Textures/Interface/Nano/gear.svg.192dpi.png b/Resources/Textures/Interface/Nano/gear.svg.192dpi.png index 90d434da82..afe79ac9ca 100644 Binary files a/Resources/Textures/Interface/Nano/gear.svg.192dpi.png and b/Resources/Textures/Interface/Nano/gear.svg.192dpi.png differ diff --git a/Resources/Textures/Interface/Nano/item_status_left.svg.96dpi.png b/Resources/Textures/Interface/Nano/item_status_left.svg.96dpi.png index 5169343ea4..e058fa7374 100644 Binary files a/Resources/Textures/Interface/Nano/item_status_left.svg.96dpi.png and b/Resources/Textures/Interface/Nano/item_status_left.svg.96dpi.png differ diff --git a/Resources/Textures/Interface/Nano/item_status_middle.svg.96dpi.png b/Resources/Textures/Interface/Nano/item_status_middle.svg.96dpi.png index dc1f84cea8..ce41106b20 100644 Binary files a/Resources/Textures/Interface/Nano/item_status_middle.svg.96dpi.png and b/Resources/Textures/Interface/Nano/item_status_middle.svg.96dpi.png differ diff --git a/Resources/Textures/Interface/Nano/item_status_right.svg.96dpi.png b/Resources/Textures/Interface/Nano/item_status_right.svg.96dpi.png index 72f7e6de6b..fb7c4a9e6e 100644 Binary files a/Resources/Textures/Interface/Nano/item_status_right.svg.96dpi.png and b/Resources/Textures/Interface/Nano/item_status_right.svg.96dpi.png differ diff --git a/Resources/Textures/Interface/Nano/light_panel_background_bordered.png b/Resources/Textures/Interface/Nano/light_panel_background_bordered.png index 95aab33ba3..e6d38192e1 100644 Binary files a/Resources/Textures/Interface/Nano/light_panel_background_bordered.png and b/Resources/Textures/Interface/Nano/light_panel_background_bordered.png differ diff --git a/Resources/Textures/Interface/Nano/lineedit.png b/Resources/Textures/Interface/Nano/lineedit.png index 506b88b8b9..11de066d1a 100644 Binary files a/Resources/Textures/Interface/Nano/lineedit.png and b/Resources/Textures/Interface/Nano/lineedit.png differ diff --git a/Resources/Textures/Interface/Nano/lock.svg.192dpi.png b/Resources/Textures/Interface/Nano/lock.svg.192dpi.png index 6e30dbb394..3d738b16bc 100644 Binary files a/Resources/Textures/Interface/Nano/lock.svg.192dpi.png and b/Resources/Textures/Interface/Nano/lock.svg.192dpi.png differ diff --git a/Resources/Textures/Interface/Nano/lock_open.svg.192dpi.png b/Resources/Textures/Interface/Nano/lock_open.svg.192dpi.png index 729c820aa0..92ecb8a424 100644 Binary files a/Resources/Textures/Interface/Nano/lock_open.svg.192dpi.png and b/Resources/Textures/Interface/Nano/lock_open.svg.192dpi.png differ diff --git a/Resources/Textures/Interface/Nano/placeholder.png b/Resources/Textures/Interface/Nano/placeholder.png index a55cc2cb5f..d009225495 100644 Binary files a/Resources/Textures/Interface/Nano/placeholder.png and b/Resources/Textures/Interface/Nano/placeholder.png differ diff --git a/Resources/Textures/Interface/Nano/slider_grabber.svg.96dpi.png b/Resources/Textures/Interface/Nano/slider_grabber.svg.96dpi.png index 557d1ca819..09753bbfc5 100644 Binary files a/Resources/Textures/Interface/Nano/slider_grabber.svg.96dpi.png and b/Resources/Textures/Interface/Nano/slider_grabber.svg.96dpi.png differ diff --git a/Resources/Textures/Interface/Nano/stripeback.svg.96dpi.png b/Resources/Textures/Interface/Nano/stripeback.svg.96dpi.png index fb35a5634e..0ec2c52b98 100644 Binary files a/Resources/Textures/Interface/Nano/stripeback.svg.96dpi.png and b/Resources/Textures/Interface/Nano/stripeback.svg.96dpi.png differ diff --git a/Resources/Textures/Interface/Nano/tabcontainer_panel.png b/Resources/Textures/Interface/Nano/tabcontainer_panel.png index 048540878e..5343e79e3f 100644 Binary files a/Resources/Textures/Interface/Nano/tabcontainer_panel.png and b/Resources/Textures/Interface/Nano/tabcontainer_panel.png differ diff --git a/Resources/Textures/Interface/Nano/tooltip.png b/Resources/Textures/Interface/Nano/tooltip.png index bd6cefaa24..5343e79e3f 100644 Binary files a/Resources/Textures/Interface/Nano/tooltip.png and b/Resources/Textures/Interface/Nano/tooltip.png differ diff --git a/Resources/Textures/Interface/Nano/transparent_window_background_bordered.png b/Resources/Textures/Interface/Nano/transparent_window_background_bordered.png index b9cc0a9ce1..1f75a16574 100644 Binary files a/Resources/Textures/Interface/Nano/transparent_window_background_bordered.png and b/Resources/Textures/Interface/Nano/transparent_window_background_bordered.png differ diff --git a/Resources/Textures/Interface/Nano/window_background.png b/Resources/Textures/Interface/Nano/window_background.png index 65506ddef5..3c7ffde650 100644 Binary files a/Resources/Textures/Interface/Nano/window_background.png and b/Resources/Textures/Interface/Nano/window_background.png differ diff --git a/Resources/Textures/Interface/Nano/window_background_bordered.png b/Resources/Textures/Interface/Nano/window_background_bordered.png index de59bb0b3a..2f14213a6e 100644 Binary files a/Resources/Textures/Interface/Nano/window_background_bordered.png and b/Resources/Textures/Interface/Nano/window_background_bordered.png differ diff --git a/Resources/Textures/Interface/Nano/window_header.png b/Resources/Textures/Interface/Nano/window_header.png index 1e78eaf123..6113ecf3eb 100644 Binary files a/Resources/Textures/Interface/Nano/window_header.png and b/Resources/Textures/Interface/Nano/window_header.png differ diff --git a/Resources/Textures/Interface/Nano/window_header_alert.png b/Resources/Textures/Interface/Nano/window_header_alert.png index 075c9c6ef2..9fcea87995 100644 Binary files a/Resources/Textures/Interface/Nano/window_header_alert.png and b/Resources/Textures/Interface/Nano/window_header_alert.png differ diff --git a/Tools/actions_changelogs_since_last_run.py b/Tools/actions_changelogs_since_last_run.py index 16d1260de0..4d171ac818 100755 --- a/Tools/actions_changelogs_since_last_run.py +++ b/Tools/actions_changelogs_since_last_run.py @@ -19,7 +19,7 @@ GITHUB_TOKEN = os.environ["GITHUB_TOKEN"] DISCORD_WEBHOOK_URL = os.environ.get("DISCORD_WEBHOOK_URL") -CHANGELOG_FILE = "Resources/Changelog/Changelog.yml" +CHANGELOG_FILE = "Resources/Changelog/ChangelogWhite.yml" TYPES_TO_EMOJI = { "Fix": "🐛",