SpacemanDMM icon indicating copy to clipboard operation
SpacemanDMM copied to clipboard

A BYOND language smartness provider, map renderer, and more.

Results 94 SpacemanDMM issues
Sort by recently updated
recently updated
newest added

```dm var obj/item/thing ``` ...does not let you jump to /obj or /obj/item.

`call` to a proc will sleep if that proc sleeps, but SpacemanDMM does not know this. I'm planning on getting around this by putting this at the top of `callback.Invoke()`:...

Error: ``` got '|', expected one of: '{', ';', if, while, do, for, spawn, switch, try, set, break, continue, del, var, return, CRASH, throw, goto, operator, term ``` Code: ```ts...

bug
parsing

In most cases of DM, flags are implemented using defines. This is fine, however it can be hard to tell if a flag is being used correctly or not. This...