Dimitri Pomier
Dimitri Pomier
This put the foundation to set up lime projects within scopes. Meaning full support for lix, and more generally easier project switching. This PR requires openfl/hxp#18 to be merged. ###...
Allow using hxp from local scopes: - This PR depends on #21, and changes `Haxelib.runCommand` and `Haxelib.runProcess` to always pre-concatenate the arguments. It allows haxelib to be run from a...
TextFields should listen to stage events at the capture phase to ensure correct behaviour of text inputs when user code calls stopPropagation() in the event's target phase. This PR is...
This PR fences `__drawableType` properly and fixes #2454.
This requires #33 first. I'll keep it as a draft for now.
`Std.is` has been deprecated from Haxe 4.
[`haxe-ws` is deprecated](https://github.com/soywiz/haxe-ws/issues/24) and this PR replaces it with [`colyseus-websocket`](https://github.com/colyseus/colyseus-websocket-hx), which is still maintained and more stable.