Amy

Results 64 issues of Amy

``` /proc/main() . = "test" spawn(0) world.log

good first issue
Runtime

``` /obj/spark_generator particles = new/particles/spark plane = PLANE_NOSHADOW_ABOVE alpha = 200 filters = list(type="bloom", threshold="#000", size=3, offset=2, alpha=1) ``` is valid code and adds a bloom filter on init. OD...

Runtime

``` /world/Error(exception/E) var/list/not_init not_init["null deref"] = "oops" /proc/main() var/list/also_not_init world.log

Runtime

https://www.byond.com/docs/ref/#/savefile/proc/ImportText

Runtime

`/area`s can have overlays and such, we don't display them currently. We should.

Runtime
Client

Operator overloads will compile as of #1196 but will never be called.

Runtime

`winget` stuff is more complicated than OD can handle right now, and it needs some type information needs to be passed along to process it properly. Notably pos and size...

Client
size/XXL

https://www.byond.com/docs/ref/#/proc/hearers

Runtime

``` /proc/RunTest() var/matrix/M1 = new() var/matrix/M2 = new() (M1 * M2).Multiply(1) ``` Fails with message `Unknown identifier "Multiply"`

bug
Compiler

I guess I only tested the case where the tag and variable name happened to match. Whoops. `BackingField.Name` is the var name ie `BackgroundColor` `Attribute.Tag` is the `DataField` tag name...