Kyle Coffey

Results 8 comments of Kyle Coffey

> I just hit this issue too. Did you solve it or find a workaround? > > I am considering generating an intermediate file in `build.rs` prior to the `cxx::bridge`...

I think my issue is related. When writing C, if I write a declaration for a static function in a source file, and do the "add definition" refactor, the generated...

> > Could just as well be the all-ghosts bug triggerred by an intercepts overflow. > > Intercepts overflow in a vanilla level? The intercepts overflow is possible on any...

When traversing to find intercepts, the step size can be rounded incorrectly in one or both directions, and fail to reach the next blockmap square in one step. If there...

I'm unmarking this as draft since others have tried it in other threads (#102).

Future work (not this PR): add full text entry akin to the console This was mentioned on Discord, replicating it here for accessibility.

Hmm... is there a "default" glyph like the tofu in modern fonts? Maybe it could draw that as a failsafe

Replicate the error like so (copying the regression test without the fix): ```console [kyle@kyle-desktop-ku test_cute_tiled]$ git show --oneline --no-patch 7c3eb14 (HEAD -> master, origin/master, origin/HEAD) Fix alpha bit shift to...