aboutsummaryrefslogtreecommitdiff
path: root/platform/android/libs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* -Removed ANT build system for Android, as it was deprecated by GoogleJuan Linietsky2016-01-08262-17133/+0
| | | | -Added new Gradle build system, as it is the required build system
* android remove "gen" folder from git.masoud bh2015-09-162-79/+0
|
* fixes to shader to get most new demos working on mobilereduz2015-03-251-1/+1
|
* -Ability to ask for documents/pictures/etc system dirs.Juan Linietsky2014-12-021-1/+1
| | | | | -Fixes to animationplayer -fixes to collada importer
* Small Issues & MaintenanceJuan Linietsky2014-08-0137-1/+6094
| | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
* -Added google play services (needed for some stuff)Juan Linietsky2014-04-14174-0/+2260
| | | | | | | | | -Added new screen resizing options, stretch_2d is removed, new much more flexible ones. -Fixed bug in viewport (can create more instances in 3d-in-2d demo now) -Can set android permissions and screen sizes manually in the export settings -Changed export templates extension to .tpz (too many people unzipped the manually..) -File dialog now ensures that the proper extension is used (will not allow to save without it) -Fixed bug that made collision exceptions not work in 2D
* -fix bug in cache for atlas import/exportJuan Linietsky2014-03-1355-0/+8859
-fix some menus -fixed bug in out transition curves -detect and remove file:/// in collada -remove multiscript for now -remove dependencies on mouse in OS, moved to Input -avoid fscache from screwing up (fix might make it slower, but it works) -funcref was missing, it's there now