Commit Graph

7 Commits

Author SHA1 Message Date
spartanj@gmail.com
e811b70b74 Changed the ABI for android.
Changed the default project compiled in android.
Changed the empty window to show a couple of primitives.
2012-02-28 11:59:15 -03:00
spartanj@gmail.com
71c7dee274 Added SDL 1.3 for the Android project, now it's building for SDL 1.3 instead of SDL 2, because SDL 2 have some bugs ( input problems and the context never close correctly ). 2012-01-29 17:08:38 -03:00
spartanj@gmail.com
919c68dbc1 Fixed a critical bug on the ui.
And added virtual destructors for the ui elements.
2012-01-27 15:24:49 -03:00
spartanj@gmail.com
492b8ea511 Updated android SDL version to SDL 2.
Since now SDL 1.3 is SDL 2, i decided to change all the references to SDL 1.3 to SDL 2, and made all the changes to make it compatible with the engine.
To compile eepp in windows now is needed to declare the SDL version that i will use, now it isn't posible to find which version is installed on the system ( -DEE_SDL_VERSION_2, EE_SDL_VERSION_1_3 or EE_SDL_VERSION_1_2 ).
Minor fixes on utils.cpp include files.
Cleaned up empty window demo.
Updated the Makefile, now decides which version of SDL use ( SDL2 is priorized ).
2012-01-24 03:54:03 -03:00
spartanj@gmail.com
9915d4438b Improved android port ( quite a lot indeed ). 2012-01-21 16:01:17 -03:00
spartanj@gmail.com
04aebba250 Port to android working :) ( not finished, but working ) 2012-01-21 00:08:17 -03:00
spartanj@gmail.com
aed03cc653 Added default android project.
Fixed some things to improve android support.
2012-01-16 16:41:25 -03:00