Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Issue/android compilation issues #88

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

oivoodoo
Copy link

@oivoodoo oivoodoo commented Jul 1, 2018

Hi @Nazariglez

first of all, thank you for the really great game engine. trying to use it my own project.

I was building the demo project for html5, android, iOS and received the issues on building android project.

  • pattern definition on assets load can't be compiled.
  • Vector2g issue by using generic type
Error: /usr/local/Cellar/nvm/0.33.8/versions/node/v9.3.0/lib/node_modules/gecko2d/Sources/gecko/math/Vector2g.hx:3: lines 3-78 : Warning : Type gecko.math.Vector2g.T is being cast to the unrelated type Float
/usr/local/Cellar/nvm/0.33.8/versions/node/v9.3.0/lib/node_modules/gecko2d/Sources/gecko/math/Vector2g.hx:3: lines 3-78 : Warning : Type gecko.math.Vector2g.T is being cast to the unrelated type Float
  • delete getPool method, it's inline static function that can't be inherited in java classes. as result it required to be deleted to make the target android platform works again. Probably it would be enough for debug purposes to leave __pool__ instance.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant