index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
android
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash on exit.
Andreas Haas
2017-04-10
1
-0
/
+7
*
Merge pull request #8341 from RameshRavone/master
Rémi Verschelde
2017-04-10
1
-3
/
+3
|
\
|
*
Android: avoiding duplicates in build.gradle
Ramesh Ravone
2017-04-10
1
-3
/
+3
*
|
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
2
-5
/
+5
|
/
*
Android: Support to change minSdkVersion (#8313)
Ramesh Ravone
2017-04-09
2
-2
/
+14
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
50
-0
/
+50
*
Fix crash on Android-x86
Pedro J. Estébanez
2017-04-05
1
-0
/
+2
*
Merge pull request #8159 from Hinsbart/last_id
Rémi Verschelde
2017-03-27
2
-25
/
+12
|
\
|
*
Input: Remove usage of platform dependent event IDs.
Andreas Haas
2017-03-26
2
-25
/
+12
*
|
Merge pull request #8147 from RameshRavone/patch-1
Rémi Verschelde
2017-03-27
1
-0
/
+1
|
\
\
|
*
|
Update build.gradle.template
Ramesh Ravone
2017-03-25
1
-0
/
+1
|
|
/
*
/
SCons: Add option to toggle warnings (on by default)
Rémi Verschelde
2017-03-26
1
-3
/
+1
|
/
*
Merge pull request #8128 from volzhs/fix-android-app-name
Rémi Verschelde
2017-03-24
1
-3
/
+3
|
\
|
*
Fix wrong name for Android export
volzhs
2017-03-24
1
-3
/
+3
*
|
Fix typos in source code using codespell
Rémi Verschelde
2017-03-24
5
-20
/
+20
|
/
*
Several fixes to Android exporter and port.
Juan Linietsky
2017-03-23
5
-31
/
+1687
*
Export template management dialog.
Juan Linietsky
2017-03-21
5
-28
/
+23
*
Merge pull request #8035 from DenisComtesse/android-screentouch-fix
Rémi Verschelde
2017-03-18
1
-0
/
+2
|
\
|
*
Update mouse position on touch and release events (Android)
denis
2017-03-15
1
-0
/
+2
*
|
android: adding classpath and gradle plugins
Ramesh Mani Maran
2017-03-18
2
-1
/
+12
*
|
Merge pull request #7953 from RameshRavone/patch-1
Rémi Verschelde
2017-03-18
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
support for multiple maven url
Ramesh Mani Maran
2017-03-05
1
-2
/
+3
*
|
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
25
-2561
/
+2170
*
|
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-03-05
2
-3
/
+3
*
|
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde
2017-03-05
1
-3
/
+3
|
/
*
Add API to access battery power state
Julian Murgia
2017-03-04
5
-0
/
+326
*
Fix handling input for Android
volzhs
2017-03-04
1
-37
/
+12
*
Complete the globals.h -> global_config.h conversion
Bojidar Marinov
2017-02-23
1
-1
/
+1
*
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-21
5
-5
/
+5
*
Editor Export Settings Dialog is completed!! Now on to make some exporters..
Juan Linietsky
2017-02-19
1
-3
/
+5
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-1
/
+1
*
Removed import/export system, will start new one from scratch.
Juan Linietsky
2017-01-25
1
-1
/
+2
*
Fix resources for Android modules not being merged
Pedro J. Estébanez
2017-01-25
1
-2
/
+1
*
Adapt platforms to AudioServer refactoring
Rémi Verschelde
2017-01-16
6
-51
/
+18
*
#7215 try to fix adb bad targeting user on device
Jerome67000
2017-01-16
1
-1
/
+1
*
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-01-16
1
-1
/
+1
*
Oops! Audio engine has vanished :D
Juan Linietsky
2017-01-15
5
-7
/
+7
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
21
-114
/
+130
*
Fixed dir access return value, changed it to Error like all other funcs
Juan Linietsky
2017-01-14
4
-8
/
+8
*
rename Input.get_mouse_speed() to Input.get_last_mouse_speed()
Juan Linietsky
2017-01-13
1
-2
/
+2
*
Added a BACK notification besides QUIT, so they go in separate channels.
Juan Linietsky
2017-01-11
4
-12
/
+11
*
Type renames:
Juan Linietsky
2017-01-11
2
-24
/
+24
*
renamed joystick to joypad everywhere around source code!
Juan Linietsky
2017-01-08
3
-8
/
+8
*
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-07
2
-32
/
+32
*
Editor settings categories are now tidy and beautiful!
Juan Linietsky
2017-01-05
1
-25
/
+25
*
-Changed most project settings in the engine, so they have major and minor ca...
Juan Linietsky
2017-01-05
5
-18
/
+19
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
5
-7
/
+7
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
48
-48
/
+48
*
Add alert window on Android
volzhs
2016-11-28
4
-5
/
+38
*
Update/fix Android build
Pedro J. Estébanez
2016-11-13
1
-7
/
+7
[next]