aboutsummaryrefslogtreecommitdiff
path: root/platform/android (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-052-3/+3
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-3/+3
* Add API to access battery power stateJulian Murgia2017-03-045-0/+326
* Fix handling input for Androidvolzhs2017-03-041-37/+12
* Complete the globals.h -> global_config.h conversionBojidar Marinov2017-02-231-1/+1
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-215-5/+5
* Editor Export Settings Dialog is completed!! Now on to make some exporters..Juan Linietsky2017-02-191-3/+5
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-1/+1
* Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-251-1/+2
* Fix resources for Android modules not being mergedPedro J. Estébanez2017-01-251-2/+1
* Adapt platforms to AudioServer refactoringRémi Verschelde2017-01-166-51/+18
* #7215 try to fix adb bad targeting user on deviceJerome670002017-01-161-1/+1
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-155-7/+7
* Style: Fix whole-line commented codeRémi Verschelde2017-01-1421-114/+130
* Fixed dir access return value, changed it to Error like all other funcsJuan Linietsky2017-01-144-8/+8
* rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky2017-01-131-2/+2
* Added a BACK notification besides QUIT, so they go in separate channels.Juan Linietsky2017-01-114-12/+11
* Type renames:Juan Linietsky2017-01-112-24/+24
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-083-8/+8
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-072-32/+32
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-25/+25
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-055-18/+19
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-025-7/+7
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-0148-48/+48
* Add alert window on Androidvolzhs2016-11-284-5/+38
* Update/fix Android buildPedro J. Estébanez2016-11-131-7/+7
* Merge pull request #7079 from RandomShaper/quicker-android-exportRémi Verschelde2016-11-111-19/+19
|\
| * Make Android export quicker (especially on Windows)Pedro J. Estébanez2016-11-081-19/+19
* | Fix Directory.dir_exist/get_current_dir for 'res://' on Androidvolzhs2016-11-092-2/+7
|/
* scons: Reorder options for clarityRémi Verschelde2016-11-031-1/+0
* Improve Android build (Clang + tidyness)Pedro J. Estébanez2016-11-021-87/+100
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-011-2/+2
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-2/+5
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-012-148/+148
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-012-221/+221
* Fixed tiny error in detect.py causing compilation for Android to fail.Randy Tan Shaoxian2016-10-221-1/+1
* Merge pull request #6850 from akien-mga/pr-scsub-shebangRémi Verschelde2016-10-171-0/+2
|\
| * SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
* | Merge pull request #6846 from volzhs/android-dir-existsRémi Verschelde2016-10-171-1/+0
|\ \
| * | Fix crash when using Directory.dir_exists(path) on Androidvolzhs2016-10-171-1/+0
| |/
* | Merge pull request #6723 from bvbfan/patch-1Rémi Verschelde2016-10-171-8/+9
|\ \
| * | Correct OS architecture detectionAnthony Fieroni2016-10-111-8/+9
* | | Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł2016-10-161-1/+1
| |/ |/|
* | zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-151-1/+0
* | ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-151-1/+2
* | Drop nedmalloc which is apparently not used anymoreRémi Verschelde2016-10-141-3/+2
* | Fix compile flags not getting to the Android buildPedro J. Estébanez2016-10-041-3/+3
|/
* removed confusing "if(true)" statement with empty "else" blocksyskrank2016-09-261-9/+4
* Fix manifest generation bug in Android exportPedro J. Estébanez2016-09-211-6/+4