Questions tagged [marmalade]

Questions related to Marmalade, a cross platform SDK, earlier known as Airplay SDK, developed by Ideaworks Game Studio, and later by GMO, and later stopped.

Marmalade was a cross platform SDK, earlier known as Airplay SDK, developed by Ideaworks Game Studio, and later by GMO.

Important Info:

  1. Marmalade has shutdown its SDK services in March 2017 to focus on in-house games. Read more about this at their official post.

  2. Ownership of the Marmalade SDK has been transferred to GMO, who now have full responsibility for its development and distribution: http://marmalade.shop/en/

  3. At some point between September 2017 and July 2018, GMO decided to stop further investment to Marmalade SDK. (source)

Tutorials:

http://www.drmop.com/index.php/marmalade-sdk/marmalade-sdk-tutorials/

246 questions
5
votes
1 answer

Difference between IwGx, Iw2D and s3e

What is the main difference between IwGx, Iw2D and s3e api in marmalade?
0xC0DED00D
  • 19,522
  • 20
  • 117
  • 184
4
votes
1 answer

glGetUniformLocation OpenGL ES 2.0 (wrong return result on ipad 3 iOS 7.0.3)

This is my vertex shader: attribute vec4 a_position; uniform mat4 u_projection; uniform vec4 u_origin_translation; uniform vec4 u_translation; attribute vec2 a_texCoord; varying vec2 v_texCoord; uniform vec4 u_color; varying vec4 v_color; attribute…
Edward83
  • 6,664
  • 14
  • 74
  • 102
3
votes
2 answers

how to undefine _MSC_VER?

I work in Visual Studio but my project is for a POSIX-based environment (marmalade sdk). In this project, the release build is compiled with gcc for ARM but the debug version works on windows and is compiled by MS compiler. Also this environmet…
strobe
  • 519
  • 2
  • 5
  • 21
3
votes
0 answers

CrashlyticsMissingDependencyException when integration with MarmaladeSDK and Firebase

I tried to use Crashlytics instead of FirebaseCrash Reporting. I added all relevant Libraries: crashlytics, fabric, answer, beta and everything compiled and started properly on my Android device. I'm working with MarmaladeSDK which has no…
Damir O.
  • 31
  • 2
3
votes
2 answers

Pushing local objects into a list

I have a class class Invader { public: Invader(); ~Invader(); public: void Init(InvaderTypes invadertype, CIw2DImage *AlienImage); void Update(float dt); void Render(); void SetAlienImage(CIw2DImage *image){ ImageAlien =…
andre
  • 141
  • 1
  • 1
  • 9
3
votes
1 answer

itunes connect - not contain the correct beta entitlement

I read that: App "does not contain the correct beta entitlement" I recreate production provisioning profile I checking info.plist Still the same bug. Last answer from topic above is recreate xcode entitlement "So the solution is to provide the…
Lukasz
  • 31
  • 3
3
votes
1 answer

'Failed to download `marmalade' archive', but I see the list in Wireshark

I've got 129 packets from marmalade-repo.org , many of which list Marmalade package entries, in my Wireshark log. I'm not behind a proxy and HTTP_PROXY is unset. And ELPA (at 'http://tromey.com/elpa/') works fine. But I get: Failed to download…
christopherbalz
  • 722
  • 1
  • 8
  • 22
3
votes
1 answer

Old Admob download links for iOS

I develop mobile app for iOS with Marmalade SDK. Marmalade SDK does not support iOS 6 right now. I need older version of Admob iOS SDK. (I believe I need Admob 6.1 for iOS) Update:- GoogleAdMobAdsSdkiOS-6.1.4.zip Do anyone know original SHA1…
Max
  • 6,286
  • 5
  • 44
  • 86
3
votes
3 answers

How to determine the feasibility of using fixed-point numbers on a given (game) project?

I have considered posting this question on GameDev since my case relates to a game project, but I figured this would be more suited for a broader programming SE. Please let me know if this question would be better posted there after all. From my…
Vexille
  • 153
  • 4
3
votes
1 answer

Unit testing in Visual Studio that support Marmalade SDK

We are working with Marmalade SDK in Visual Studio and sharing files via git with a team. And we would love to use unit tests. There are many possibilities We tried to implement unit tests with built-in function of Visual Studio, so we just created…
Petr Brazdil
  • 231
  • 2
  • 10
3
votes
3 answers

cocos2D or IwGame

I started developing a game application for Android, but as I progress I decided to switch to cross-platform environment. Performance is very important as there is some complex audio processing on the background. After few days researching the…
erudyk
  • 33
  • 1
  • 4
3
votes
2 answers

How to compile Cocos2d-X with Marmalade?

Does any body know a tutorial, or a three simple step in order to compile the code the I wrote with Cocos2d-x with Marmalade? I want to take the code I already compiled and used in Cocos2d-X, insert into a marmalade project, and compile. In lots of…
azelez
  • 2,501
  • 2
  • 27
  • 26
2
votes
1 answer

Very strange memory leak

I am running the following piece of code under the Marmalade SDK. I need to know if there's a "bug" in my code or in Marmalade: template class IFunction { private: static unsigned int…
Bill Kotsias
  • 3,258
  • 6
  • 33
  • 60
2
votes
1 answer

I downloaded the Coco2d-x game from the link on the downloads page of www.coco2d-x.org. now, how to get it working?

From this link Cocos2D_Game I downloaded the game and extracted the files. Visual c++ express 2010 and marmalaid 5.2.1(from marmalaid.com) is installed (of-course on windows 7). Now, which file is to be used to run the game. I tried almost all…
user1103138
2
votes
2 answers

Python 2.7 Test_SSL fails - RAND_status is 0 (insufficient randomness)

I've embedded my embedded python application into marmalade C++ for cross-platform use (Android, iOS, Windows phone 8, BlackBerry 10). I'm having trouble connecting to websites over HTTPS (HTTP sockets work) A hunch I had to write a custom random…
flow
  • 571
  • 1
  • 4
  • 16
1
2
3
16 17