Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uppandora port with separate platform initialization files and global functions enhanced #5
Conversation
support multiple native libraries within a single apk (required for unity)
…orking (somewhen)
…ate folders; added debug module that catches segfaults and prints stacktrace
… the game requests it
…dora (WIP: input and sound) loadpng added and used by cut the rope
|
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? |
|
yeah, you're right. i didnt look close enough after i've got it working. i'll remove all unnecessary libs. |
support multi-touch emulation on pandora (left shoulder = second finger) fixed makefile fixed modules (added request_exit functions)
implemented quick downscale of rgba images for cut the rope before uploading to the gpu added gles extension initialization
…ion work
|
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. |
pandora port with separate platform initialization files and global functions enhanced
|
Thanks, I'll have a look at it and see if it still builds for MeeGo :) |
crowriot commentedJan 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.