ShadowCommander
ShadowCommander
Errors get thrown when testing UI Controls that use ThemeDefaults. Allowing InitializeTesting in Content allows setting ThemeDefaults without making it settable. Not sure if this is the right way to...
## Description ```dtrace [ERRO] res: Exception while loading resource Robust.Client.ResourceManagement.ShaderSourceResource at '/Textures/Shaders/displacement.swsl', no fallback available at System.Environment.get_StackTrace() at Robust.Client.ResourceManagement.ResourceCache.GetResource[T](ResPath path, Boolean useFallback) in C:\Users\Legionare\RiderProjects\space-station-14\RobustToolbox\Robust.Client\ResourceManagement\ResourceCache.cs:line 42 at Robust.Client.Graphics.ShaderPrototype.Robust.Shared.Serialization.ISerializationHooks.AfterDeserialization() in C:\Users\Legionare\RiderProjects\space-station-14\RobustToolbox\Robust.Client\Graphics\Shaders\ShaderPrototype.cs:line 123...
## Description "Antag control" verb does not work. **Reproduction** - Right click player entity as admin - Hover over "Antag control" and select an antag - It should give them...
In Node.js version 8 when the NodeJS connection is run it errors with: node[stderr]: (node:6556) [DEP0062] DeprecationWarning: `node --debug` and `node --debug-brk` are invalid. Please use `node --inspect` or `node...
Consolidate AttachToGridOrMap with TryGetMapOrGridCoordinates. Passes all tests locally.
Assert gets tripped when holding down backspace in the debug history line edit. The repeat keybind trips the assert. https://github.com/space-wizards/RobustToolbox/blob/3500abfd47214f614607eb5037c44a6f6ed5a48a/Robust.Client/UserInterface/UserInterfaceManager.Input.cs#L117-L118 ``` Robust.Shared.Utility.DebugAssertException: Exception of type 'Robust.Shared.Utility.DebugAssertException' was thrown. at Robust.Shared.Utility.DebugTools.Assert(Boolean...
``` Setup failed for test fixture Robust.UnitTesting.Client.UserInterface.Controls.CenterContainerTest The active test run was aborted. Reason: Test host process crashed : Unhandled exception. System.DllNotFoundException: Unable to load shared library 'libfreetype.6.dylib' or one...
Reverts space-wizards/space-station-14#28026 Fixes #28182