Badges
This user hasn't earned any badges yet.Posts
|
Viewing 121 to 140 (2126 Total) |
|---|
Re: Hxcpp 3.0 is on haxelib, should I switch or not?Currently, to use Haxe 3 you must also be using NME development builds. There are directions onhttp://github.com/haxenme/NME if you are interested
Posted on March 05, 2013 at 10:10 AM
|
Re: Native SoundChannel Bugs / Pre-built Binary ScheduleI have just updated the server, so now it can perform development builds again.
Posted on March 05, 2013 at 10:04 AM
|
Re: PiratePig project compiles to mac but errors with iosTry adding <ios deployment="4.1" /> or whichever version of iOS matches what you are using, and see if it helps.
Posted on March 05, 2013 at 12:39 AM
|
Re: OUYA game console?They might be following an X, Y, Z convention
Posted on March 03, 2013 at 11:22 AM
|
Re: OUYA game console?When you use your right analog stick, does it come through as axis[2] and axis[3], or does it come through as axis[3] and axis[4]?
Posted on March 03, 2013 at 9:22 AM
|
Re: uncaught exception - failed to load libraryThe NME 3,5.5 release installer should also include Neko 1.8.6
Posted on March 03, 2013 at 9:16 AM
|
Re: OUYA game console?Instead of adding an "import" at the top, it might be able to address the full name of the class, and surround it with calls, based on the OS version of the device. I wonder if that would work, still using API 8? Otherwise, it may be necessary to target API 9, but I'm concerned that may make it easy to accidentally include content that won't run on older versions.
Posted on March 02, 2013 at 8:51 PM
|
Re: Problems with iPhone5 screen sizeInteresting, should we generate black launch screens for any image sizes you do not include on your own?
Posted on March 02, 2013 at 9:27 AM
|
Re: nme setup android complete, but project fails to buildThat's weird. It looks like it's picking up two copies of crtbegin?
Posted on March 02, 2013 at 3:26 AM
|
Re: OUYA game console?Hi,
Posted on March 02, 2013 at 3:10 AM
|
Re: BUILD FAILED AndroidCan you look at the output and see if it appears to be picking up a Java 6 JDK, or if it is pointing to Java 7 or a JRE?
Posted on March 01, 2013 at 10:01 AM
|
Re: Is there a nme example ablout display3DNME 3.5 introduced a new object called "OpenGLView", which provides a flexible DisplayObject that allows direct OpenGL calls.
Posted on March 01, 2013 at 8:32 AM
|
Re: uncaught exception - failed to load libraryAre you trying NME 3.5.5 using Haxe 3?
Posted on March 01, 2013 at 8:24 AM
|
Re: Hxcpp 3.0 is on haxelib, should I switch or not?HXCPP 3.0 has improvements that make it compatible with Haxe 3. It also rolls up all the improvements that were made since the previous 2.10 release on haxelib, which were represented by 2.10.1, 2.10.2 and 2.10.3, bundled with various NME releases.
Posted on March 01, 2013 at 8:23 AM
|
Re: Building NME from source - unexpected implements?In the development builds, we have moved from Haxe 2 compatibility to Haxe 3.
Posted on March 01, 2013 at 8:19 AM
|
Re: Topos Town: My first project with haxeNME + Awe6Cute! I love it
Posted on March 01, 2013 at 8:08 AM
|
Re: How to get stack trace if segmentation fault ocured for cpp targetTry it in the command-line, like "nme test windows -debug"
Posted on February 28, 2013 at 9:59 AM
|
Re: MadComponentsThere is a lot of work going for UI, but a lot of the projects are newer, so they haven't matured yet to a full solution.
Posted on February 28, 2013 at 8:20 AM
|
Re: Access Application Metadata at run-time (Nme.Lib? Something else?)Could you try overriding your ApplicationMain.hx, and defining the nme.Lib properties using template values? (::APP_PACKAGE::, ::APP_VERSION::, etc)
Posted on February 26, 2013 at 10:28 AM
|
Re: Problems with SWFsHi!
Posted on February 26, 2013 at 8:39 AM
|
