RobustToolbox icon indicating copy to clipboard operation
RobustToolbox copied to clipboard

Robust multiplayer game engine, used by Space Station 14

Results 523 RobustToolbox issues
Sort by recently updated
recently updated
newest added

1. Make ButtonGroup with IsNoneSetAllowed True. 2. Try to press pressed button. 3. Watch as it doesn't work. Requires you to click another button as a workaround atm.

Issue: Feature
Difficulty: 2-Medium

![image](https://github.com/space-wizards/RobustToolbox/assets/31366439/89b4a93a-1ef7-46f0-ad57-88e9a518cfbd)

- Add Exposure to Eye which scales all lighting range and intensity. - Each frame, lighting brightness is measured in a small square near the player, this sampled brightness is...

Status: Awaiting Changes

Specifically: - SetMapCoordinates - SetMapCoordinates that takes in an EntityCoordinates (different to SetCoordinates because the parent + localpos may end up different). - Anything else I forgor.

Issue: Feature
Difficulty: 1-Easy

When you make a control containing rich text to small `WordWrap.NextRune` fails because `wordStartBreakIndex` is null. ![image](https://github.com/space-wizards/RobustToolbox/assets/8915246/d8688954-e077-45c0-91d6-5c3b195d6a82)

Issue: Bug
Area: UI
Bug: Replicated

About the PR Create a new LayeredComponentTreeComponent that allows LayeredComponentTreeSystems to handle a dictionary/layers of binary trees, rather than a single flat one. Why / Balance Fixes #4803 Allows us...

How it currently works: - Tries to set the entity's LocalPosition to the specified spot, transforming the new WorldPosition to something relative to their current parent. Problem with this is...

Somewhat related to https://github.com/space-wizards/RobustToolbox/issues/4854 Having to slap in Measure(Vector2Helpers.Infinity) or whatever everywhere is pretty poor from a user experience but I also hate watching the UI shift every time I...

Should only require compiling native libraries for ARM and otherwise be good, but who knows what might crop up. Yes, ideally on all OSes (Linux, Windows, macOS).

Issue: Feature
Platform: Windows
Platform: Linux
Platform: MacOS
Platform: Other

IDK if this is related to normal stuck keys and I forgot if I reported this. Essentially if you're moving and you open the shuttle console UI then your movement...