Tommy Brosman
Tommy Brosman
Haxe version: 4.0.2 ``` .haxelib\castle/1,6,1/cdb/Lang.hx:200: characters 62-75 : Warning : This typedef is deprecated in favor of haxe.xml.Access src/cdbtest/CdbTestApp.hx:25: characters 41-58 : Array access is not allowed on cdb.IndexId The...
I also added some build targets/structured the tests. There's now a dummy point that allows the tests to be compiled without a framework dependency (OpenFL, Heaps, etc).
Version: 1.1.0 (works fine in 1.0.0) Example project: https://github.com/tbrosman/tube-engine-shell (not quite a "minimal" repro, but not many moving parts) Steps: * Build TestRunner * Run TestRunner **Expected:** should run TestRunner...
I am able to build and deploy the app, but when I run it the shared object library fails to load. In SDLActivity.SDLMain: ``` Log.v("SDL", "Running main function " +...
I'm not sure this is a bug, probably more a request for troubleshooting ideas. I'm receiving data and I see nothing in the UI. I have gotten hxScout to work...
In Neko and CPP, Http.request always blocks.
Test cases have gotten messy. Need more consistent naming/organization and actual/expected parameters should be specified in the correct places (they're switched in most).
I'm weighing the following possible approaches. Design A is what is implemented now. Tangentially related to issue #23 :) ## Design A: Complex objects instantiated when getting translation/rotation ``` haxe...