gdx-backend-jtransc icon indicating copy to clipboard operation
gdx-backend-jtransc copied to clipboard

GDX backend for JTransc: targeting every platform lime supports (html5, windows, linux, mac, android, ios...) (flash is wip) (consoles + unity likely to be supported in the future)

Results 19 gdx-backend-jtransc issues
Sort by recently updated
recently updated
newest added

Maybe it's a lime bug.

haxetvos
haxeios
haxeandroid
haxecpp

Need investigate support gdx-pay, or provide our interface only.

haxeios

- [ ] HttpRequest stuff should work on browser. - [ ] openUri should work on browser too. - [ ] client/server socket won't work on browser due to limitations...

haxecpp

Wasn’t positive on what all of these were trying to say, such as some of my edits in the Other future targets section, so please check my work. Just figure...

When I try to run the build gradle scripts I get this error: `ERROR: Unable to find method ''java.io.File org.gradle.api.tasks.SourceSetOutput.getClassesDir()''. ` It looks like this method was deprecated

When I run `runHtml5` in https://github.com/jtransc/jtransc-examples/tree/master/libgdx/invaders, I get: ``` LimeFileInputStream_.hx:7: characters 12-28 : You cannot access the sys package while targeting js (for sys.io.FileInput) ``` for this line: https://github.com/jtransc/gdx-backend-jtransc/blob/0c6875172463a9936e8463fde513e866ce847ae6/gdx-backend-jtransc/src/com/jtransc/media/limelibgdx/LimeFileInputStream.java#L10 Is...

Travis always failed. https://travis-ci.org/jtransc/gdx-backend-jtransc/builds/274914176#L706-L708

common

debugAndroid no grab logs. Only system level, but cut all System.out sample of logs ``` E/fast-dormancy( 1170): [FDM]: qmi_service_send_msg_sync rc = -1, qmi_err_code = 0 E/fast-dormancy( 1170): [FDM]: rrc_state=0 E/MPL-storeload(...

haxeandroid

- [x] Icons seem to be missing. It would be nice if icons from `LwjglApplicationConfiguration` were applied to the Lime game window. - [ ] The application window (CPP/Lime on...

common