ike709

Results 156 issues of ike709

http://www.byond.com/docs/ref/#/mob/var/sight - [ ] `SEE_INFRA` - [ ] `SEE_SELF` - [x] `SEE_MOBS` (#1311) - [x] `SEE_OBJS` (#1311) - [x] `SEE_TURFS` (#1311) - [ ] `SEE_PIXELS` - [ ] `SEE_BLACKNESS` -...

Runtime

Now that TGS supports OpenDream, OD would benefit greatly from being able to do testmerges of OD itself rather than just the SS13 code that it's running. I think that...

Feature Request
Backlog
Area: Repository
Area: Engine

It'd be nice if I could favorite it from there instead of remembering I have to go to Add Favorite specifically.

enhancement

Right now moony is doing some shenanigans to list Robust Sand, a singleplayer game, on the server list. And when it's not listed you can't play it, even if you've...

enhancement

Appears to be a no-op in BYOND: ![image](https://github.com/OpenDreamProject/OpenDream/assets/5714543/ee000be5-40c5-4126-8441-208f1eab47fe)

Runtime
size/XS

Mostly creating this to as a reminder to investigate further at some point. Actual benchmarking has not been done yet. Right now various pragmas sometimes involve doing relatively expensive and/or...

enhancement
Compiler
Low Priority

See video: https://github.com/OpenDreamProject/OpenDream/assets/5714543/474f4f23-c4ff-4645-87c9-77240241579d

bug
Client

You can't really tell but I am right clicking while it's disabled and the menu is not showing, as expected: https://github.com/OpenDreamProject/OpenDream/assets/5714543/e3d038c0-e032-444e-8978-1c53040b6172 Closes #183

Compiler
Runtime
Client
size/M

Const-folds `if(FALSE)` and `do {} while(FALSE)`. I also confirmed that folding `while(FALSE)` is pointless since it never occurs. To test this I compiled Paradise and confirmed that I can wander...

Compiler
size/M

BYOND emits deprecation warnings for some deprecated builtins (e.g. `lentext()`) but not others (e.g. `round()`/1 is marked deprecated in the ref but does not emit). We should add a pragma...

enhancement
Compiler
Low Priority