Shiptest icon indicating copy to clipboard operation
Shiptest copied to clipboard

RegisterSignal touchup

Open FalloutFalcon opened this issue 8 months ago • 0 comments

About The Pull Request

Ports of updates from TG primarily: https://github.com/tgstation/tgstation/issues/71056 https://github.com/tgstation/tgstation/pull/79153

Passing lists into RegisterSignal is now depricated, use RegisterSignals instead The stacktrace for overriden singals is a bit more useful (tells you the old and new proc names) Handful of micro optimizations

I need to copy there detaching of signals from components (mostly in names and file orginization) at some point

Why It's Good For The Game

Better debugging info, microopimizations, and deprecation of bad practices.

Changelog

Nothing player facing

FalloutFalcon avatar Apr 24 '25 15:04 FalloutFalcon