godot/servers/physics_2d
Rémi Verschelde 3725114a16 Merge pull request #5383 from Ovnuniarchos/OptimizeOneWay
Optimized one-way collision loops.
2016-07-18 16:37:50 +02:00
..
area_2d_sw.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
area_2d_sw.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
area_pair_2d_sw.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
area_pair_2d_sw.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
body_2d_sw.cpp RigidBody2D (add_force, set_inertia): new methods. 2016-04-26 08:15:15 -04:00
body_2d_sw.h RigidBody2D (add_force, set_inertia): new methods. 2016-04-26 08:15:15 -04:00
body_pair_2d_sw.cpp Optimized one way collision loops. 2016-06-24 08:43:23 +02:00
body_pair_2d_sw.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
broad_phase_2d_basic.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
broad_phase_2d_basic.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
broad_phase_2d_hash_grid.cpp Change hash grid in 2D physics to contemplate large objects as separate cases, to avoid huge memory and performance penalty. Fixes #4662 2016-06-18 17:21:53 -03:00
broad_phase_2d_hash_grid.h Change hash grid in 2D physics to contemplate large objects as separate cases, to avoid huge memory and performance penalty. Fixes #4662 2016-06-18 17:21:53 -03:00
broad_phase_2d_sw.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
broad_phase_2d_sw.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
collision_object_2d_sw.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
collision_object_2d_sw.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
collision_solver_2d_sat.cpp Fixed a stupid bug with segment-segment collision in SAT physics, closes #4801 , closes #4984 2016-06-18 18:32:10 -03:00
collision_solver_2d_sat.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
collision_solver_2d_sw.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
collision_solver_2d_sw.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
constraint_2d_sw.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
joints_2d_sw.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
joints_2d_sw.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
physics_2d_server_sw.cpp First version of Profiler 2016-05-21 21:18:16 -03:00
physics_2d_server_sw.h First version of Profiler 2016-05-21 21:18:16 -03:00
physics_2d_server_wrap_mt.cpp Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
physics_2d_server_wrap_mt.h Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
SCsub Cosmetic fixes to SCons buildsystem 2015-11-01 20:53:26 +01:00
shape_2d_sw.cpp Remove unused variables (fourth pass) + dead code 2016-07-08 16:47:55 +02:00
shape_2d_sw.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
space_2d_sw.cpp Remove unused variables (fourth pass) + dead code 2016-07-08 16:47:55 +02:00
space_2d_sw.h First version of Profiler 2016-05-21 21:18:16 -03:00
step_2d_sw.cpp First version of Profiler 2016-05-21 21:18:16 -03:00
step_2d_sw.h properly removing unprocessed objects from physics islands fixes one way platforms for rigidbodies, closes #2345 2016-01-01 12:13:17 -03:00