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

On evac shuttle branch. I imagine when re-parenting old contacts aren't being cleared. ``` System.InvalidOperationException: The LinkedList node does not belong to current LinkedList. at System.Collections.Generic.LinkedList`1.ValidateNode(LinkedListNode`1 node) at System.Collections.Generic.LinkedList`1.Remove(LinkedListNode`1 node)...

Issue: Bug
Priority: 1-Urgent
Difficulty: 2-Medium

Like most other Remove methods.

Issue: Feature Request
Priority: 2-Important
Difficulty: 1-Easy

"Components" should be an invalid node (it should be "components") for entityprototype but the game runs fine and you need to run the linter to know something's bad. This also...

Issue: Feature Request
Priority: 2-Important
Difficulty: 2-Medium

i.e. "GetComponentsInRange". Generally internally it should essentially check the component count for it and determine whether it's probably better to iterate every component or iterate all entities in range checking...

Issue: Feature Request
Priority: 2-Important
Difficulty: 2-Medium

Being able to specify a Resource Pack with a fallback if a resource is not found would be very useful to any downstream fork, as well as enable a feature...

Status: Needs Discussion
Issue: Feature Request
Priority: 3-Not Required

Currently moving on and off rotating grids mispredicts badly. this partly due to stuff fixed in #2932, and (apparently) partly because the client disables physics prediction for everything other than...

Issue: Bug
Area: Physics

I used to think it was good but boy, the bugs I've been finding the past few days make me regret that call. See also https://github.com/space-wizards/RobustToolbox/issues/2918 ![image](https://user-images.githubusercontent.com/31366439/172983988-80bfc771-6d24-49a9-9d6f-da4368ba1bf7.png)

Issue: Bug
Priority: 1-Urgent
Difficulty: 2-Medium

For when it happens next time ![image](https://user-images.githubusercontent.com/31366439/172844846-38396d28-4e84-4599-a5f4-97a266fda871.png)

Issue: Bug
Priority: 1-Urgent
Difficulty: 3-Hard

Passes yaml linter all okay but then throws when trying to save a map. Checkout https://github.com/space-wizards/space-station-14/commit/8a75d8b03958c616ed0acae69cde91702ec4aba1 map a revolver and try to save

Issue: Bug
Priority: 2-Important
Difficulty: 2-Medium

This leads to ghost arms shoving up and who knows what other issues. This should be fixed first before we start ensuring container contents are sent to specific entities. Steps...

Issue: Bug
Priority: 1-Urgent
Difficulty: 3-Hard