aboutsummaryrefslogtreecommitdiff
path: root/platform/android/godot_android.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-22/+26
| | | | | They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code.
* Memory pool vectors (DVector) have been enormously simplified in code, and ↵Juan Linietsky2017-01-071-12/+12
| | | | renamed to PoolVector
* -Changed most project settings in the engine, so they have major and minor ↵Juan Linietsky2017-01-051-3/+3
| | | | | | | | categories. -Changed SectionedPropertyEditor to support this -Renamed Globals singleton to GlobalConfig, makes more sense. -Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-021-1/+1
| | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS()
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
| | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
* Added gyroscope support to Godot and AndroidJamil Halabi2016-07-161-1/+21
|
* Fix string array parameter check with jnivolzhs2016-06-251-2/+2
|
* Add magnetometer sensor support for Androidfluffrabbit2016-05-271-5/+26
|
* Renamed godot domain from com.android.godot (which was incorrect) to ↵Juan Linietsky2016-01-081-11/+11
| | | | org.godotengine.godot
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+993