player-03

Results 353 comments of player-03

Looks like you can get `event->common.timestamp` for every SDL event. Maybe we should do that?

I tried to make this work with keyboard controls, but `MenuBar` doesn't listen for key events unless a sub-menu is open. We could change that, but then we'd have to...

Is there something blocking a Haxelib release? The community could help with whatever it is, in order to get this out sooner.

~~Odd. Looking at the generated hxml files, it generates `-cp /path/to/global/Haxelib/lime/8,3,0/src`. This implies that, for whatever reason, Lime deliberately bypasses the local repo, and includes the globally-installed copy.~~ Edit: No,...

Ok, found it. If a path override is defined, it won't call `haxelib path`. This happens [here](https://github.com/openfl/lime/blob/2032404ff659daf5de854a91a51971f1d9f81aaf/tools/CommandLineTools.hx#L1475) and [here](https://github.com/openfl/lime/blob/2032404ff659daf5de854a91a51971f1d9f81aaf/tools/CommandLineTools.hx#L2098) in this case, but can happen for any number of reasons....

Check out #2010 and if that fixes it for you, we can close this one.

That's a lot of changes, and I'd rather keep the config options simple. Can't you create your own plugin to do all that? https://docs.gradle.org/current/userguide/sharing_build_logic_between_subprojects.html

Haven't tested this, but the code looks fine.

I feel like it should be possible to automate somehow. We're just looking for PRs that touch _RunScript.hx_ without touching _run.n_.

What if you made the background extend 1 pixel farther in all directions, does that cover the gap? Not saying that's the correct solution necessarily, but it would be good...