godot/servers/physics_2d
Rémi Verschelde e259bf8bbb style: Fix PEP8 whitespace issues in Python files
Done with `autopep8 --select=E2,W2`, fixes:

- E201 - Remove extraneous whitespace.
- E202 - Remove extraneous whitespace.
- E203 - Remove extraneous whitespace.
- E211 - Remove extraneous whitespace.
- E221 - Fix extraneous whitespace around keywords.
- E222 - Fix extraneous whitespace around keywords.
- E223 - Fix extraneous whitespace around keywords.
- E224 - Remove extraneous whitespace around operator.
- E225 - Fix missing whitespace around operator.
- E226 - Fix missing whitespace around operator.
- E227 - Fix missing whitespace around operator.
- E228 - Fix missing whitespace around operator.
- E231 - Add missing whitespace.
- E231 - Fix various deprecated code (via lib2to3).
- E241 - Fix extraneous whitespace around keywords.
- E242 - Remove extraneous whitespace around operator.
- E251 - Remove whitespace around parameter '=' sign.
- E261 - Fix spacing after comment hash.
- E262 - Fix spacing after comment hash.
- E265 - Format block comments.
- E271 - Fix extraneous whitespace around keywords.
- E272 - Fix extraneous whitespace around keywords.
- E273 - Fix extraneous whitespace around keywords.
- E274 - Fix extraneous whitespace around keywords.
- W291 - Remove trailing whitespace.
- W293 - Remove trailing whitespace.
2016-11-02 22:28:28 +01: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 style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
shape_2d_sw.cpp Fix for #6158. Converting Vector2 to Size2 for scaling functions. 2016-10-09 17:18:54 +02:00
shape_2d_sw.h Fix for #6158. Converting Vector2 to Size2 for scaling functions. 2016-10-09 17:18:54 +02:00
space_2d_sw.cpp Expose more 2D/3D physics options in project settings 2016-10-09 17:33:47 +02:00
space_2d_sw.h Expose more 2D/3D physics options in project settings 2016-10-09 17:33:47 +02: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