godot/platform/android
reduz 5ad4f26659 Implement the ability to disable classes
* This PR adds the ability to disable classes when building.
* For now it's only possible to do this via command like:
  `scons disable_classes=RayCast2D,Area3D`
* Eventually, a proper UI will be implemented to create a build config file to do this at large scale, as well as detect what is used in the project.
2021-07-13 09:25:14 -03:00
..
api Implement the ability to disable classes 2021-07-13 09:25:14 -03:00
export Android: Add isGame application attribute, default to true 2021-07-01 11:00:23 +02:00
java Merge pull request #50220 from madmiraal/fix-50125 2021-07-06 23:46:21 +02:00
plugin Rename instance()->instantiate() when it's a verb 2021-06-19 20:49:18 -06:00
vulkan Restructure and reimplement vsync options 2021-07-06 16:34:26 +02:00
android_keys_utils.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
android_keys_utils.h Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWithModifiers properties/methods 2021-05-07 14:00:50 -06:00
audio_driver_opensl.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
audio_driver_opensl.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
detect.py Android: Remove -fno-integrated-as, it can break arm64v8 build 2021-05-19 18:55:43 +02:00
dir_access_jandroid.cpp Make all file access 64-bit (uint64_t) 2021-05-17 15:06:19 +02:00
dir_access_jandroid.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
display_server_android.cpp Restructure and reimplement vsync options 2021-07-06 16:34:26 +02:00
display_server_android.h Restructure and reimplement vsync options 2021-07-06 16:34:26 +02:00
file_access_android.cpp Rename File::get_len() get_length() 2021-05-25 11:54:28 +01:00
file_access_android.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
java_class_wrapper.cpp Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
java_godot_io_wrapper.cpp Add OS.get_external_data_dir() to get Android external directory 2021-06-10 16:48:17 +01:00
java_godot_io_wrapper.h Add OS.get_external_data_dir() to get Android external directory 2021-06-10 16:48:17 +01:00
java_godot_lib_jni.cpp Implement the ability to disable classes 2021-07-13 09:25:14 -03:00
java_godot_lib_jni.h Remove unused AudioDriverAndroid from Android 2021-06-10 08:32:56 +01:00
java_godot_view_wrapper.cpp Android: Add support for cursor icons 2021-05-19 22:01:51 +03:00
java_godot_view_wrapper.h Android: Add support for cursor icons 2021-05-19 22:01:51 +03:00
java_godot_wrapper.cpp Fixes on android: 2021-03-18 10:41:54 +11:00
java_godot_wrapper.h Leverage java annotations to simplify the logic used to register the Godot plugin methods. 2021-03-16 01:16:08 -07:00
jni_utils.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
jni_utils.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
logo.png platform: Update metadata for export platforms 2020-08-01 23:43:14 -07:00
net_socket_android.cpp Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
net_socket_android.h Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
os_android.cpp Add OS.get_external_data_dir() to get Android external directory 2021-06-10 16:48:17 +01:00
os_android.h Merge pull request #49435 from madmiraal/add-android-external-dir 2021-06-10 22:11:02 +02:00
platform_config.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
run_icon.png
SCsub Remove unused AudioDriverAndroid from Android 2021-06-10 08:32:56 +01:00
string_android.h Modernize Thread 2021-01-29 12:02:13 +01:00
thread_jandroid.cpp Fixes on android: 2021-03-18 10:41:54 +11:00
thread_jandroid.h Modernize Thread 2021-01-29 12:02:13 +01:00