godot/platform/android
Juan Linietsky b324ff7ea5 A bit of everything:
-IMA-ADPCM support for samples, this means that sound effects can be compressed and use 4 timess less RAM.
-New 3D import workflow based on Wavefront OBJ. Import single objects as mesh resources instead of full scenes. Many people prefers to work this way. Just like the rest of the imported resources, these are updated in realtime if modified externally.
-Mesh resources now support naming surfaces. This helps reimporting to identify which user-created materials must be kept.
-Several fixes and improvements to SurfaceTool.
-Anti Aliasing added to WorldEnvironment effects (using FXAA)
-2D Physics bodies (RigidBody, KinematicBody, etc), Raycasts, Tilemap, etc support collision layers. This makes easy to group which objects collide against which.
-2D Trigger shapes can now also trigger collision reporting in other 2D bodies (it used to be in Area2D before)
-Viewport render target textures can now be filtered.
-Few fixes in GDscript make it easier to work with static functions and class members.
-Several and many bugfixes.
2014-05-14 01:22:15 -03:00
..
export -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
globals Lots of 3D improvements: 2014-05-04 22:50:23 -03:00
java -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
libs
AndroidManifest.xml.template
SCsub
android_native_app_glue.c
android_native_app_glue.h
audio_driver_jandroid.cpp
audio_driver_jandroid.h
audio_driver_opensl.cpp
audio_driver_opensl.h
detect.py -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
dir_access_android.cpp
dir_access_android.h
dir_access_jandroid.cpp
dir_access_jandroid.h
file_access_android.cpp
file_access_android.h
file_access_jandroid.cpp
file_access_jandroid.h
godot_android.cpp
java_glue.cpp -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
java_glue.h -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
logo.png
os_android.cpp A bit of everything: 2014-05-14 01:22:15 -03:00
os_android.h A bit of everything: 2014-05-14 01:22:15 -03:00
platform_config.h
project.properties.template
sign.sh
thread_jandroid.cpp
thread_jandroid.h