ike709
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` -...
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...
It'd be nice if I could favorite it from there instead of remembering I have to go to Add Favorite specifically.
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...
Appears to be a no-op in BYOND: 
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...
See video: https://github.com/OpenDreamProject/OpenDream/assets/5714543/474f4f23-c4ff-4645-87c9-77240241579d
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
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...
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...