Tayrtahn

Results 14 issues of Tayrtahn

Updated all calls to obsolete EntityCoordinates methods (ToMap, ToMapPos, FromMap, ToVector2i, InRange) to non-obsolete ones (by passing in SharedTransformSystem as an arg).

## About the PR In the rare cases that parrot become controlled by players, they now sound a bit more parrot-y. - Added the parrot squawk sound as a speech...

## About the PR A bunch of enhancements to arcade machines: - New screen animation for Space Villain - Game now advertise periodically like vending machines. You can cut the...

Changes: Sprites
Status: Needs Review
Merge Conflict

Requires https://github.com/space-wizards/RobustToolbox/pull/4979 ## About the PR Cleans up some obsolete method calls. ## Why / Balance / Technical Cleaning up obsolete Dirty calls in RT required changing the signatures of...

Status: Needs Review

## About the PR Reduced code duplication between injection systems and fixed some bugs. ## Why / Balance / Technical details After fixing injections from reflected projectiles in #26141, it...

## About the PR The verbs menu entry for Spill Container is now added in Shared, so it will show up when generating the verbs menu client-side, without having to...

Status: Needs Review

## About the PR Adds the ability to use the values of component values in entity prototypes in guidebook text. This is a draft for now because I want to...

Adds an analyzer to provide an editor hint when a DataField attribute specifies a name that matches what the automatically generated name would be. Also adds a code fixer to...

## Description TryStopNukeOpsFromConstantlyFailing CI test fails randomly, causing check failures on undeserving PRs. ## So what's happening? TryStopNukeOpsFromConstantlyFailing sets up a test round, adds the NukeOps rule and checks that...

Status: Untriaged

## About the PR Adds RenamerSystem, which aims to fix the problems that arise from different systems renaming entities. Modifies a bunch of systems that previously could cause renaming conflicts...

Status: Needs Review