Spookerton

Results 41 issues of Spookerton

trim_left, trim_right, and trim use regular expressions instead of symbol index loops - no longer cares about low ascii, but that's not what trim should do anyway added but does...

Repo

draft so I can get an icondiff

Map
Sprites

#### Brief description of the issue Simple mob action messages are sent twice. ![https://i.imgur.com/xkl01Ll.png](https://i.imgur.com/xkl01Ll.png) #### Additional info: - **Server Revision**: https://github.com/PolarisSS13/Polaris/commit/18fee333fdf2285597f4ead3c2e1c4ed340623ab and many prior

Needs Retesting

Based on #8627 since that makes a start on a couple of bits too. Will rebase later. Start of work on getting rid of all the dbcon, dbcon_old, /DBConnection, and...

Refactor
Stale
Repo

replaces the various file whitelist approaches with a commonly styled set and provides performance benefits over existing approaches by using GLOB.list("someckey" = list("allowed", "things", ...), ...) format instead of traversing...

Refactor

[Codebeat](https://codebeat.co/) is a service that provides automated code review for some languages. It won't give any coverage for .dm and .dmm but may be helpful for maintenance of tools, tests,...

Request
Priority: Low

:cl: tweak: Adrenaline takes 4u to restart hearts, down from 5. bugfix: Adrenaline injectors can now actually restart hearts. /:cl:

statement of intent at the moment, re the other newly opened [sibling projects](https://github.com/Baystation12) - it's high time we cut compatibility with 2009.

Do Not Merge

Much like #32503 except targeting spurious `as X` in proc signatures. Some procs are used as verbs, so this needs more scrutiny. I'll double check it after seeing what tests...