virtualx-engine/platform/android
Juan Linietsky 0c7b75d8d8 3D Physics Rework, Other Stuff
-=-=-=-=-=-=-=-=-=-=-=-=-=-

3D Physics:
-Fixed "Bounce" parameter in 3D
-Fixed bug affecting Area (sometims it would not detect properly)
-Vehicle Body has seen heavy work
-Added Query API for doing space queries in 3D. Needs some docs though.
-Added JOINTS! Adapted Bullet Joints: and created easy gizmos for setting them up:
   -PinJoint
   -HingeJoint (with motor)
   -SliderJoint
   -ConeTwistJoint
   -Generic6DOFJoint
-Added OBJECT PICKING! based on the new query API. Any physics object now (Area or Body) has the following signals and virtual functions:
    -input_event (mouse or multitouch input over the body)
    -mouse_enter (mouse entered the body area)
    -mouse_exit (mouse exited body area)
   For Area it needs to be activated manually, as it isn't by default (ray goes thru).

Other:

-Begun working on Windows 8 (RT) port. Compiles but does not work yet.
-Added TheoraPlayer library for improved to-texture and portable video support.
-Fixed a few bugs in the renderer, collada importer, collada exporter, etc.
2014-09-15 17:43:29 -04:00
..
export Small Issues & Maintenance 2014-08-01 22:10:38 -03:00
globals Import 3D Scene Improvements 2014-06-19 02:23:03 -03:00
java 3D Physics and Other Stuff 2014-09-15 17:43:28 -04:00
libs Small Issues & Maintenance 2014-08-01 22:10:38 -03:00
android_native_app_glue.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
android_native_app_glue.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
AndroidManifest.xml.template Small Issues & Maintenance 2014-08-01 22:10:38 -03:00
audio_driver_jandroid.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
audio_driver_jandroid.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
audio_driver_opensl.cpp -fix bug in cache for atlas import/export 2014-03-13 22:57:24 -03:00
audio_driver_opensl.h -fix bug in cache for atlas import/export 2014-03-13 22:57:24 -03:00
cpu-features.c 3D Physics Rework, Other Stuff 2014-09-15 17:43:29 -04:00
cpu-features.h 3D Physics Rework, Other Stuff 2014-09-15 17:43:29 -04:00
detect.py 3D Physics Rework, Other Stuff 2014-09-15 17:43:29 -04:00
dir_access_android.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
dir_access_android.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
dir_access_jandroid.cpp Add DirAccess:dir_exist api 2014-05-25 14:50:54 +08:00
dir_access_jandroid.h Add DirAccess:dir_exist api 2014-05-25 14:50:54 +08:00
file_access_android.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
file_access_android.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
file_access_jandroid.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
file_access_jandroid.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
godot_android.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
ifaddrs_android.cpp Making Godot Easier to Use.. 2014-05-24 01:35:47 -03:00
ifaddrs_android.h Making Godot Easier to Use.. 2014-05-24 01:35:47 -03:00
java_bind.cpp More 3D Improvements 2014-05-29 10:56:39 -03:00
java_bind.h More 3D Improvements 2014-05-29 10:56:39 -03:00
java_class_wrapper.cpp 3D Physics and Other Stuff 2014-09-15 17:43:28 -04:00
java_class_wrapper.h 3D Physics and Other Stuff 2014-09-15 17:43:28 -04:00
java_glue.cpp 3D Physics and Other Stuff 2014-09-15 17:43:28 -04:00
java_glue.h Fixed Bugs & Joypad in Android 2014-07-02 00:09:36 -03:00
logo.png GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
os_android.cpp Misc Fixes 2014-06-27 23:21:45 -03:00
os_android.h Misc Fixes 2014-06-27 23:21:45 -03:00
platform_config.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
project.properties.template -fix bug in cache for atlas import/export 2014-03-13 22:57:24 -03:00
SCsub 3D Physics Rework, Other Stuff 2014-09-15 17:43:29 -04:00
sign.sh Making Godot Easier to Use.. 2014-05-24 01:35:47 -03:00
thread_jandroid.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
thread_jandroid.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00