index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
android
/
os_android.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Change OS::initialize signature to return Error (fix segfault on x11)
Emmanuel Leblond
2018-01-04
1
-1
/
+3
*
Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor
Rémi Verschelde
2018-01-03
1
-0
/
+3
|
\
|
*
Add implementation for custom hardware cursor
Guilherme Silva
2017-12-17
1
-0
/
+3
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
/
*
Return and repair file logging
Ruslan Mustakov
2017-11-21
1
-10
/
+3
*
Allow configuring iOS export
Ruslan Mustakov
2017-11-21
1
-1
/
+18
*
Rename OS::get_data_dir to OS::get_user_data_dir
Rémi Verschelde
2017-11-17
1
-6
/
+5
*
Move singleton management from ProjectSettings to Engine
Leon Krause
2017-11-14
1
-1
/
+1
*
Align sensors and implement gravity sensor for Android
Bastiaan Olij
2017-11-11
1
-0
/
+5
*
Make video mode initialization more intuitive, fixes #12022
Juan Linietsky
2017-11-09
1
-6
/
+0
*
Merge pull request #12262 from AndreaCatania/pplug
Juan Linietsky
2017-11-03
1
-5
/
+0
|
\
|
*
Implemented physics plug
AndreaCatania
2017-11-04
1
-5
/
+0
*
|
Disable logging until the logs location is sorted out
Rémi Verschelde
2017-10-29
1
-1
/
+3
|
/
*
Allow to obtain virtual keyboard height
Ruslan Mustakov
2017-10-04
1
-1
/
+11
*
Extract logging logic
Ruslan Mustakov
2017-09-25
1
-14
/
+18
*
Fix crash when no audio driver is available
Marcelo Fernandez
2017-09-13
1
-6
/
+1
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-38
/
+0
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
removed calls to cursor_set_visible on all platforms fixes #10167
toger5
2017-08-08
1
-1
/
+1
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
1
-2
/
+2
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-2
/
+6
*
Fix input event related android build issues
Chris Serino
2017-06-06
1
-8
/
+8
*
InputEvent: Renamed "pos" property to "position"
Andreas Haas
2017-06-03
1
-13
/
+13
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-76
/
+64
*
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
1
-4
/
+4
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Input: Remove usage of platform dependent event IDs.
Andreas Haas
2017-03-26
1
-24
/
+12
*
Export template management dialog.
Juan Linietsky
2017-03-21
1
-19
/
+15
*
Update mouse position on touch and release events (Android)
denis
2017-03-15
1
-0
/
+2
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-228
/
+191
*
Add API to access battery power state
Julian Murgia
2017-03-04
1
-0
/
+2
*
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-21
1
-1
/
+1
*
Adapt platforms to AudioServer refactoring
Rémi Verschelde
2017-01-16
1
-17
/
+1
*
Oops! Audio engine has vanished :D
Juan Linietsky
2017-01-15
1
-3
/
+3
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-1
/
+1
*
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
1
-2
/
+2
*
renamed joystick to joypad everywhere around source code!
Juan Linietsky
2017-01-08
1
-1
/
+1
*
-Changed most project settings in the engine, so they have major and minor ca...
Juan Linietsky
2017-01-05
1
-1
/
+1
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Add alert window on Android
volzhs
2016-11-28
1
-2
/
+5
*
removed confusing "if(true)" statement with empty "else" block
syskrank
2016-09-26
1
-9
/
+4
*
Minor code formatting in platform/android
Mario Schlack
2016-07-21
1
-11
/
+11
*
Implement get_screen_dpi() on Android
Mario Schlack
2016-07-20
1
-1
/
+9
*
Added gyroscope support to Godot and Android
Jamil Halabi
2016-07-16
1
-0
/
+5
*
missnig ;
Juan Linietsky
2016-07-02
1
-1
/
+1
*
Data dir returns a symlink in Android 6.0, which confuses DirAccess on androi...
Juan Linietsky
2016-07-02
1
-2
/
+27
*
Add magnetometer sensor support for Android
fluffrabbit
2016-05-27
1
-0
/
+5
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
1
-2
/
+2
[next]