godot/servers
Juan Linietsky 6ba1e4677b -Trigger shapes removed in 2D, they became obsolete long ago when areas could detect their own overlap
-Added ability to disable individual collisionshape/polygon
-Moved One Way Collision to shape, allowing more flexibility
-Changed internals of CollisionObject, shapes are generated from child nodes on the fly, not stored inside any longer.
-Modifying a CollisionPolygon2D on the fly now works, it can even be animated.

Will port this to 3D once well tested. Have fun!
2017-06-23 23:39:52 -03:00
..
audio Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
physics Refactor layer_mask to collision_layer 2017-06-14 10:58:34 +07:00
physics_2d -Trigger shapes removed in 2D, they became obsolete long ago when areas could detect their own overlap 2017-06-23 23:39:52 -03:00
visual Small fixes required to get platformer to work. 2017-06-23 14:31:59 -03:00
audio_server.cpp AudioServer: Set singleton to NULL when destructed 2017-04-27 21:36:35 +02:00
audio_server.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
physics_2d_server.cpp -Trigger shapes removed in 2D, they became obsolete long ago when areas could detect their own overlap 2017-06-23 23:39:52 -03:00
physics_2d_server.h -Trigger shapes removed in 2D, they became obsolete long ago when areas could detect their own overlap 2017-06-23 23:39:52 -03:00
physics_server.cpp Refactor layer_mask to collision_layer 2017-06-14 10:58:34 +07:00
physics_server.h Refactor layer_mask to collision_layer 2017-06-14 10:58:34 +07:00
register_server_types.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
register_server_types.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
SCsub style: Various other PEP8 fixes in Python files 2016-11-01 00:35:16 +01:00
server_wrap_mt_common.h Add normalmap support for drawing in all low level primitives. Only added support in Sprite so far. 2017-06-17 23:27:42 -03:00
visual_server.cpp Merge pull request #8629 from hikari-no-yume/Sprite3D_double_sided_flag_master 2017-06-19 23:46:54 +02:00
visual_server.h 2D GPU Particles working.. 2017-06-21 16:26:26 -03:00