Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pandora port with separate platform initialization files and global functions enhanced #5

Merged
merged 21 commits into from Jan 28, 2013

Conversation

@crowriot
Copy link
Contributor

crowriot commented Jan 17, 2013

was working a bit more on the pandora port and moved the main #ifdef's into separate platform files (added platform.h and platform.c) - can't test if it still works on the n9xx platforms as i dont have one of these.

most of the modifications within apklib and jnilib have been done to get unity based games working. though the module still doesnt work (SEGFAULT on nativeFile)

fixed angry birds module for the pandora

enhanced the cut the rope module to get to the start screen. added a preliminary png loader for that, too.

as i'm mostly working with codeblocks the makefile probably needs some update, too, which i haven't done yet.

@thp
Copy link
Owner

thp commented Jan 21, 2013

Do we need all the libs from Pandora Android? Which specific libs do we need, and can we just use one set of libs instead of having multiple ones?

@crowriot
Copy link
Contributor Author

crowriot commented Jan 22, 2013

yeah, you're right. i didnt look close enough after i've got it working. i'll remove all unnecessary libs.

@crowriot
Copy link
Contributor Author

crowriot commented Jan 28, 2013

cleaned up the pandora lib folder, now there's only a handful of libs left.

also i've done some more work on the cut the rope module and have a version of it running on the pandora including saves, sounds and images.

had to add some global "hack" struct (see apkenv.h) to be able to override/hotfix some gl functions. therefore i've increased the apkenv version.

increased the version number of the module because i've added a new module function.

thp added a commit that referenced this pull request Jan 28, 2013
pandora port with separate platform initialization files and global functions enhanced
@thp thp merged commit d2b3ea0 into thp:master Jan 28, 2013
@thp
Copy link
Owner

thp commented Jan 28, 2013

Thanks, I'll have a look at it and see if it still builds for MeeGo :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.