John "codefu" McDole

Results 103 comments of John "codefu" McDole

github sync my local fork closed this for _some reason_

I recompiled with ccompile and the following diff and got nearly the exact results I was expecting (120 display updates, evenly timed over 60 seconds). I believe these can be...

lgtm - I'll give it a try here soon. Right now I'm using 1 and 1, but that's just as low as I could go while working on other portions...

This is using the old dart plugin code. I would think on flutter you'd want this updated to use dart:ffi

There's very limited documentation or testing of the [parser](https://github.com/flame-engine/tiled.dart/blob/9222d018258fffbff54c4ab3d2c441019d48d234/packages/tiled/lib/src/parser.dart) code. Flame-engine only deals with XML files, so this looks like an oversite. Tiled Map Editor does document this field as...

> Sorry, this is my first real PR. What does CL mean? 😅 ah, sorry, "change list"; its the same as PR / Pull Request!

> Well I wanted to build a game with `flame_tiled` however the tilesets I'm using are HUGE but I only use a small subset of them, so I wrote an...

> I don‘t really see why this couldn’t just stay in the main package, is there any particular reason? Maintenance. You could totally do mixins since you're not really adding...

I was talking mostly about the public facing dardoc. I generally have it open in spare tab for reference and the other night it was a bit glaring.

We had a const logger API (very very similar to this one) that I believe would treeshake better since you could tell at compile time if the logger would evaluate...