-
When I compile for Android with width/height set and orientation=landscape, OpenFL uses letterboxing, adding some black space on the left and right. Some parts of HaxePunk aren't playing nicely with t…
-
I just updated to haxe 3.1.1 for the latest updates in spinehaxe (Array.indexOf)
SpinePunk sample runs perfectly in -flash, and crashes on neko.
I installed the latest lime and openfl.
haxelib:
```
…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item) by [Persons Name](link/to/person)
```
skial updated
10 years ago
-
HaxePunk/2,5,2/com/haxepunk/debug/Console.hx:967: characters 61-79 : Unknown identifier : System
HaxePunk/2,5,2/com/haxepunk/Engine.hx:172: characters 2-19 : flash.display.Stage has no field quality
-
Here is the compiler error i get:
source/org/flixel/FlxSprite.hx:1767: characters 9-28 : flash.display.BitmapData has no field hitTest
And I can't compile DisplayABitmap sample also - it says that i …
-
Sparrow framework format, for example
-
- `removeDuplicateAxes()` can inadvertently delete some useful axes that will prevent the collision algo to work properly (this needs some investigation - removing the method altogether will do, but w…
-
Hi nananas,
I'm also working on a haxepunk project and was thinking of adding some emitters, so I searched github and found your project.
Is it possible to post the required versions of the librarie…
-
When running "haxelib run haxepunk" (without "setup") haxepunk prints out some weird text:
←[34mUSAGE: ←[32mhaxelib run HaxePunk←[0m setup
←[34mUSAGE: ←[32mhaxelib run HaxePunk←[0m new [options] [PRO…
ghost updated
10 years ago
-
Inside `templates/flash/hxml/debug.hxml` there is a command to remove inlines `-no-inline` which is causing memory issues in HaxePunk. I'm using anonymous functions to simplify the rendering code but …