B. Kelly

Results 136 comments of B. Kelly

More generally, it would be good if it had a way to execute plugins in an interpreter; then having a JIT for the runtime ISA is a performance optimization rather...

"Objects sitting outside the level bounds" are really hard to deal with automatically, because it can't really distinguish between "this item is out of bounds because it's used in some...

I'd like to improve TNT logic at some point, but at the moment it's just a "basic" scan, i.e. no manual verification or logic tuning. Usually the basic scan works...

First of all, a simpler workaround (which is in fact the recommended way to start up and connect): - Start the AP client, but do not connect to the server...

Just did a quick test and yeah, with MetaDoom (which uses a `TITLEMAP`) loaded, it connects to the AP client as soon as the main menu loads, without waiting for...

This was fixed in 0.5.0, I just forgot to close the bug.

> I agree this functionality should not be left on by default but having it at least as an option makes sense to me. If it is on, there could...

As mentioned, 8 and Experimental just start up to a black screen and remain there forever (or at least for 20 minutes, at which point I kill it). I'll try...

The root cause is [tcell#28](https://github.com/zyedidia/tcell/issues/28). ~~[This tmux issue](https://github.com/tmux/tmux/issues/4081) includes a workaround that is meant to cause tmux to unconditionally send the first field, but I haven't gotten it working.~~ This...

I can't repro this in gzdoom, so this is probably a result of changes in the menu code in uzdoom, which means I'll be able to start debugging it when...