godot/scene/3d
Juan Linietsky 8cab401d08 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 11:33:30 -03:00
..
SCsub GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
area.cpp 3D Physics Rework, Other Stuff 2014-09-15 11:33:30 -03:00
area.h 3D Physics Rework, Other Stuff 2014-09-15 11:33:30 -03:00
baked_light_instance.cpp Light Baker! 2014-06-11 10:41:03 -03:00
baked_light_instance.h Light Baker! 2014-06-11 10:41:03 -03:00
body_shape.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
body_shape.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
bone_attachment.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
bone_attachment.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
camera.cpp Misc Fixes 2014-06-27 23:21:45 -03:00
camera.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
car_body.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
car_body.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
character_camera.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
character_camera.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
collision_object.cpp 3D Physics Rework, Other Stuff 2014-09-15 11:33:30 -03:00
collision_object.h 3D Physics Rework, Other Stuff 2014-09-15 11:33:30 -03:00
editable_shape.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
editable_shape.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
follow_camera.cpp Misc Fixes 2014-06-27 23:21:45 -03:00
follow_camera.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
immediate_geometry.cpp More 3D Improvements 2014-05-29 10:56:39 -03:00
immediate_geometry.h More 3D Improvements 2014-05-29 10:56:39 -03:00
interpolated_camera.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
interpolated_camera.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
light.cpp Little Bits 2014-08-14 10:31:38 -03:00
light.h Little Bits 2014-08-14 10:31:38 -03:00
mesh_instance.cpp Add 'mesh/skeleton' property to MeshInstance to decouple mesh->skeleton from child parent constraint 2014-05-13 13:25:24 +08:00
mesh_instance.h Add 'mesh/skeleton' property to MeshInstance to decouple mesh->skeleton from child parent constraint 2014-05-13 13:25:24 +08:00
multimesh_instance.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
multimesh_instance.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
navigation.cpp Little Bits 2014-08-14 10:31:38 -03:00
navigation.h Little Bits 2014-08-14 10:31:38 -03:00
navigation_agent.cpp Small Issues & Maintenance 2014-08-01 22:10:38 -03:00
navigation_agent.h Small Issues & Maintenance 2014-08-01 22:10:38 -03:00
navigation_mesh.cpp Small Issues & Maintenance 2014-08-01 22:10:38 -03:00
navigation_mesh.h Small Issues & Maintenance 2014-08-01 22:10:38 -03:00
optimized_spatial_scene.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
optimized_spatial_scene.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
particles.cpp Misc Fixes 2014-06-27 23:21:45 -03:00
particles.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
path.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
path.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
physics_body.cpp 3D Physics and Other Stuff 2014-09-02 23:13:40 -03:00
physics_body.h 3D Physics and Other Stuff 2014-09-02 23:13:40 -03:00
physics_joint.cpp 3D Physics Rework, Other Stuff 2014-09-15 11:33:30 -03:00
physics_joint.h 3D Physics Rework, Other Stuff 2014-09-15 11:33:30 -03:00
portal.cpp Misc Fixes 2014-06-27 23:21:45 -03:00
portal.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
position_3d.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
position_3d.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
proximity_group.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
proximity_group.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
quad.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
quad.h -Fixed a few bugs in Viewport 2014-04-10 00:18:27 -03:00
ray_cast.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
ray_cast.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
room_instance.cpp Misc Fixes 2014-06-27 23:21:45 -03:00
room_instance.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
scenario_fx.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
scenario_fx.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
skeleton.cpp Little Bits 2014-08-14 10:31:38 -03:00
skeleton.h Little Bits 2014-08-14 10:31:38 -03:00
spatial.cpp Little Bits 2014-08-14 10:31:38 -03:00
spatial.h Little Bits 2014-08-14 10:31:38 -03:00
spatial_indexer.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
spatial_indexer.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
spatial_player.cpp Misc Fixes 2014-06-27 23:21:45 -03:00
spatial_player.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
spatial_sample_player.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
spatial_sample_player.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
spatial_stream_player.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
spatial_stream_player.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
sprite_3d.cpp Light Baker! 2014-06-11 10:41:03 -03:00
sprite_3d.h Light Baker! 2014-06-11 10:41:03 -03:00
test_cube.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
test_cube.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
vehicle_body.cpp 3D Physics and Other Stuff 2014-09-02 23:13:40 -03:00
vehicle_body.h 3D Physics and Other Stuff 2014-09-02 23:13:40 -03:00
visibility_notifier.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
visibility_notifier.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
visual_instance.cpp Little Bits 2014-08-14 10:31:38 -03:00
visual_instance.h Little Bits 2014-08-14 10:31:38 -03:00