godot/scene
Tiger Caldwell 40c7716586 Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respective 2D counterparts to be more consistent and to include more useful methods.
RigidBody:
- Added add_central_force
- Added add_force
- Added add_torque
- Added apply_central_impulse

RigidBody2D:
- Added add_central_force
- Added add_torque
- Added apply_central_impulse
- Added apply_torque_impulse

PhysicsDirectBodyState:
- Added apply_central_impulse

Physics2DDirectBodyState:
- Added add_central_force
- Added add_force
- Added add_torque
- Added apply_central_impulse
- Added apply_impulse
- Added apply_torque_impulse

PhysicsServer:
- Added body_add_force
- Added body_add_torque
- Added body_add_central_force
- Added body_apply_central_impulse

Physics2DServer:
- Added body_add_torque
- Added body_add_central_force
- Added body_apply_central_impulse
- Added body_apply_torque_impulse

Also fixed some small bugs along the way
2018-07-24 05:00:56 -04:00
..
2d Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respective 2D counterparts to be more consistent and to include more useful methods. 2018-07-24 05:00:56 -04:00
3d Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respective 2D counterparts to be more consistent and to include more useful methods. 2018-07-24 05:00:56 -04:00
animation Print an error when calling an invalid method on an Animation 2018-07-18 22:26:01 -03:00
audio Improved stream paused fade code 2018-07-09 21:58:33 -03:00
gui Add editor highlight for type-safe lines 2018-07-20 21:55:18 -03:00
main Merge pull request #19888 from AndreaCatania/pry 2018-07-23 07:21:38 -03:00
resources Implemented Soft body 2018-07-23 20:50:23 +02:00
register_scene_types.cpp Implemented Soft body 2018-07-23 20:50:23 +02:00
register_scene_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
scene_string_names.cpp -Added AnimationGraphPlayer (still missing features) 2018-06-18 22:12:08 -03:00
scene_string_names.h -Added AnimationGraphPlayer (still missing features) 2018-06-18 22:12:08 -03:00
SCsub disable caching for targets using helper functions 2017-11-28 23:24:12 -04:00