godot/servers/physics_2d
Juan Linietsky b324ff7ea5 A bit of everything:
-IMA-ADPCM support for samples, this means that sound effects can be compressed and use 4 timess less RAM.
-New 3D import workflow based on Wavefront OBJ. Import single objects as mesh resources instead of full scenes. Many people prefers to work this way. Just like the rest of the imported resources, these are updated in realtime if modified externally.
-Mesh resources now support naming surfaces. This helps reimporting to identify which user-created materials must be kept.
-Several fixes and improvements to SurfaceTool.
-Anti Aliasing added to WorldEnvironment effects (using FXAA)
-2D Physics bodies (RigidBody, KinematicBody, etc), Raycasts, Tilemap, etc support collision layers. This makes easy to group which objects collide against which.
-2D Trigger shapes can now also trigger collision reporting in other 2D bodies (it used to be in Area2D before)
-Viewport render target textures can now be filtered.
-Few fixes in GDscript make it easier to work with static functions and class members.
-Several and many bugfixes.
2014-05-14 01:22:15 +07:00
..
SCsub
area_2d_sw.cpp
area_2d_sw.h
area_pair_2d_sw.cpp
area_pair_2d_sw.h
body_2d_sw.cpp
body_2d_sw.h -added kinematic body 2014-02-22 20:28:19 +07:00
body_pair_2d_sw.cpp A bit of everything: 2014-05-14 01:22:15 +07:00
body_pair_2d_sw.h -Support for changing fonts 2014-04-05 12:39:30 +07:00
broad_phase_2d_basic.cpp
broad_phase_2d_basic.h
broad_phase_2d_hash_grid.cpp -added kinematic body 2014-02-22 20:28:19 +07:00
broad_phase_2d_hash_grid.h
broad_phase_2d_sw.cpp
broad_phase_2d_sw.h
collision_object_2d_sw.cpp A bit of everything: 2014-05-14 01:22:15 +07:00
collision_object_2d_sw.h A bit of everything: 2014-05-14 01:22:15 +07:00
collision_solver_2d_sat.cpp -added kinematic body 2014-02-22 20:28:19 +07:00
collision_solver_2d_sat.h -added kinematic body 2014-02-22 20:28:19 +07:00
collision_solver_2d_sw.cpp -added kinematic body 2014-02-22 20:28:19 +07:00
collision_solver_2d_sw.h -added kinematic body 2014-02-22 20:28:19 +07:00
constraint_2d_sw.cpp
constraint_2d_sw.h
joints_2d_sw.cpp
joints_2d_sw.h
physics_2d_server_sw.cpp A bit of everything: 2014-05-14 01:22:15 +07:00
physics_2d_server_sw.h A bit of everything: 2014-05-14 01:22:15 +07:00
shape_2d_sw.cpp
shape_2d_sw.h -added kinematic body 2014-02-22 20:28:19 +07:00
space_2d_sw.cpp A bit of everything: 2014-05-14 01:22:15 +07:00
space_2d_sw.h A bit of everything: 2014-05-14 01:22:15 +07:00
step_2d_sw.cpp
step_2d_sw.h