aboutsummaryrefslogtreecommitdiff
path: root/platform/android/libs/play_licensing (follow)
Commit message (Collapse)AuthorAgeFilesLines
* -Removed ANT build system for Android, as it was deprecated by GoogleJuan Linietsky2016-01-0824-2859/+0
| | | | -Added new Gradle build system, as it is the required build system
* Small Issues & MaintenanceJuan Linietsky2014-08-011-1/+1
| | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-= -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
* -fix bug in cache for atlas import/exportJuan Linietsky2014-03-1324-0/+2859
-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