Eevee
Eevee
This is an endless task, perpetually in progress, but it would be nice if they were ported sooner rather than later and just all marked xfail.
It's not in a stable release yet, but ZDoom now supports multiple tags/ids on a sector or linedef by jamming the rest of them into the `moreids` property as a...
`glkapi.js` still says: ``` /* Style hints are not supported. We will use the new style system. */ ``` At least six years later, the new style system has yet...
Quixe side: erkyrath/quixe#3 I basically took what was there and ran with it. :) I had to expose DOM objects directly to glkote; otherwise `glk_image_get_info` can't work and sound won't...
Companion to erkyrath/glkote#1; see there for commentary. ~~**This is definitely not ready to merge**; aside from the TODOs and problems mentioned in the glkote PR, I haven't fully updated the...
These made hacking on Quixe easier for me: - Replaced `src/glkote` with a submodule, which requires some light git maintenance (`git submodule update --init` is enough 90% of the time)...
This: ``` """renpy init python: """ a = """foo bar""" ``` is transformed into this: ``` init python: a = """foo bar""" ``` which changes the contents of `a`. Took...
There's no need at all for separate Chrome/Firefox code paths here. Just check `navigator.getGamepads()` instead of storing `Event.gamepad`, and the same code works exactly the same way for both.
This would be pretty nice for stairs and the like. Would need to take pegging into account.