Clarence "Sparr" Risher

Results 166 issues of Clarence "Sparr" Risher

### Motivation `rake` tests fail with a bunch of diffs like this: ```diff @@ -252,7 +252,7 @@ cairo: scale([1.0, 1.0]) cairo: rounded_rectangle([0, 0, 128.0, 128.0, 0, 0]) cairo: clip([]) cairo:...

OS: Linux, EndeavourOS current VSCode version: VSCodium 1.103.25610 CodeLLDB version: 1.11.5 Compiler: clang 20.1.8 Debuggee: x86-64 linux gnu Adding and removing lines from [this file](https://github.com/sparr/Cataclysm-DDA/blob/ecbc14416f485e1f17665a047d351024b23c0960/src/simple_pathfinding.cpp) causes breakpoints and logpoints to...

Not a bug
area:Breakpoints

I know the README says this is a Windows project, but I thought it worth trying anyway. I was able to get the project built with just `nuget restore &&...

Because the tiles rotate, the shadows to too, which looks terrible.

If you plot an auto travel path on the map, each omt on the path has a cyan corner outline. That outline is the exact same shape as the yellow...

They are all oriented east/west even when they should connect to other fences to the north/south.

`@param {type?} paramname` is not understood by the typescript plugin for generating `dist/types/ScreepsAPI.d.ts`, so the typings have various optional parameters incorrectly identified as not-optional. [Some of] The recognized syntaxes are...

For my own use, I converted RoomVisual.js to RoomVisual.ts. This PR is an extraction of the types from my local fork, so js and ts users can have typings to...

### Brief Description Add the `__packedPos` property to `RoomPosition`. ### Checklists - [X] Test passed - [X] Coding style (indentation, etc) - [X] Edits have been made to `src/` files...

### Brief Description Similar to the `Id` type, this PR distinguishes between non-interchangeable names (`Creep.name`, `Spawn.name`, `Room.name`, etc) using a unique tagged type. Also similar to the `Id` type, this...