Haath

Results 6 issues of Haath

Hello! I have implemented three new methods. --- ```haxe var longSha1: String = CompileTime.buildGitCommitShaLong(); ``` Similar to `buildGitCommitSha()`, but returns the full sha1 instead of the shorter version. --- ```haxe...

Hello, I am using an `hxWebSockets` server behind an apache proxy. I am trying to access it through normal js websockets on a browser, but it seems like the connection...

Hello, The `Http` object appears to be missing the `responseHeaders` field when targeting JavaScript. It seems strange, since apart from this field the `Http` seems identical to that of the...

# Summary I am currently preparing a V2 release of this library with wall-to-wall breaking changes. The main goal is to *Haxify* the library, to make working with classes more...

```haxe // this works var x: Array; // this works var y: MyArray; // this does NOT work var z: MyMap; ``` where ```haxe abstract MyArray(Array) { ... } abstract...

Hello! With this PR I'd like to add support for dynamic auto-tiling. And by that I mean that layers who are auto-tiled depending on another int grid layer, will now...

A-Spawning-LDtk
A-ECS-Api
D-Complex
C-Feature
S-Needs-Review