Skip to content

Tags: Vurv78/SFHaxe

Tags

v0.3.3

Toggle v0.3.3's commit message
Update bindings

* Added darkrp library
* Added midi library
* Added navmesh library
* Added NextBot library
* Added NextBot type
* Added NavArea type
* Added WebSocket type

* Update bindings to thegrb93/StarfallEx@d741805

v0.3.2

Toggle v0.3.2's commit message
Change publishing directory

Didn't know haxe cares about the folder name for some reason..

v0.3.1

Toggle v0.3.1's commit message
Update libraries & Go to 0.3.1

Think it works

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.2.0

Toggle v0.2.0's commit message
Add the generator script

v0.1.1

Toggle v0.1.1's commit message
Add most metamethods / operator overloads

Through abstracting all of the types, we now have metamethods. This would work perfectly if Haxe didn't interpret some type activities like multiplication as using integers...

So now you can array index vectors, add and multiply them, same with colors.