Mariano Suligoy 078b869d9a TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix for #24003 6 éve
..
SCsub 3a2ca68af3 SCons: Build thirdparty code in own env, disable warnings 7 éve
animated_sprite.cpp 8d51618949 Add -Wshadow=local to warnings and fix reported issues. 6 éve
animated_sprite.h b16c309f82 Update copyright statements to 2019 6 éve
area_2d.cpp b84b015225 Make query checks less agressive, fixes #24694 6 éve
area_2d.h b16c309f82 Update copyright statements to 2019 6 éve
audio_stream_player_2d.cpp b31e1b84fc Fix AudioStreams::stop possibly causing a small noise 6 éve
audio_stream_player_2d.h b31e1b84fc Fix AudioStreams::stop possibly causing a small noise 6 éve
back_buffer_copy.cpp b16c309f82 Update copyright statements to 2019 6 éve
back_buffer_copy.h b16c309f82 Update copyright statements to 2019 6 éve
camera_2d.cpp c06db1dd18 Add process_mode property to Camera2D 6 éve
camera_2d.h c06db1dd18 Add process_mode property to Camera2D 6 éve
canvas_item.cpp 4d933b1530 Fix canvas particle material for old GLSL versions 6 éve
canvas_item.h d0b736f7e5 Ability to get the current canvas item being drawn from stylebox. 6 éve
canvas_modulate.cpp b16c309f82 Update copyright statements to 2019 6 éve
canvas_modulate.h b16c309f82 Update copyright statements to 2019 6 éve
collision_object_2d.cpp d8b702b566 -Re-added margins in one way collision (made in a more user friendly way than in Godot 2.1), fixes #23860 6 éve
collision_object_2d.h d8b702b566 -Re-added margins in one way collision (made in a more user friendly way than in Godot 2.1), fixes #23860 6 éve
collision_polygon_2d.cpp 078b869d9a TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix for #24003 6 éve
collision_polygon_2d.h d8b702b566 -Re-added margins in one way collision (made in a more user friendly way than in Godot 2.1), fixes #23860 6 éve
collision_shape_2d.cpp c5dcbeb160 Scene: Ensure classes match their header filename 6 éve
collision_shape_2d.h d8b702b566 -Re-added margins in one way collision (made in a more user friendly way than in Godot 2.1), fixes #23860 6 éve
cpu_particles_2d.cpp 0fec83bc92 allowing setting particles lifetime greater than 600 6 éve
cpu_particles_2d.h b16c309f82 Update copyright statements to 2019 6 éve
joints_2d.cpp b16c309f82 Update copyright statements to 2019 6 éve
joints_2d.h b16c309f82 Update copyright statements to 2019 6 éve
light_2d.cpp 45a400d90e Do not restrict light texture type (wont work with atlas, though) 6 éve
light_2d.h b16c309f82 Update copyright statements to 2019 6 éve
light_occluder_2d.cpp b16c309f82 Update copyright statements to 2019 6 éve
light_occluder_2d.h b16c309f82 Update copyright statements to 2019 6 éve
line_2d.cpp b16c309f82 Update copyright statements to 2019 6 éve
line_2d.h b16c309f82 Update copyright statements to 2019 6 éve
line_builder.cpp 03b8168c2e Merge pull request #24691 from BlackCatter/line2d-fix 6 éve
line_builder.h c5dcbeb160 Scene: Ensure classes match their header filename 6 éve
mesh_instance_2d.cpp b16c309f82 Update copyright statements to 2019 6 éve
mesh_instance_2d.h b16c309f82 Update copyright statements to 2019 6 éve
navigation_2d.cpp c5dcbeb160 Scene: Ensure classes match their header filename 6 éve
navigation_2d.h c5dcbeb160 Scene: Ensure classes match their header filename 6 éve
navigation_polygon.cpp c5dcbeb160 Scene: Ensure classes match their header filename 6 éve
navigation_polygon.h b16c309f82 Update copyright statements to 2019 6 éve
node_2d.cpp 163cdb8954 Fix look_at with non uniform scaling 6 éve
node_2d.h b16c309f82 Update copyright statements to 2019 6 éve
parallax_background.cpp b16c309f82 Update copyright statements to 2019 6 éve
parallax_background.h b16c309f82 Update copyright statements to 2019 6 éve
parallax_layer.cpp b16c309f82 Update copyright statements to 2019 6 éve
parallax_layer.h b16c309f82 Update copyright statements to 2019 6 éve
particles_2d.cpp 034cd62a77 Warn when using GPU particles with GLES2 6 éve
particles_2d.h b16c309f82 Update copyright statements to 2019 6 éve
path_2d.cpp 6cd4006fb3 Do not crash on empty path, closes #23701 6 éve
path_2d.h b16c309f82 Update copyright statements to 2019 6 éve
path_texture.cpp b16c309f82 Update copyright statements to 2019 6 éve
path_texture.h b16c309f82 Update copyright statements to 2019 6 éve
physics_body_2d.cpp 4f041d3afa Specifically error when users try to use sync to physics and move and slide, closes #26545 6 éve
physics_body_2d.h b16c309f82 Update copyright statements to 2019 6 éve
polygon_2d.cpp 1b8f56c099 Clean up and fix some situations where triangulation may fail, closes #26366 6 éve
polygon_2d.h 623f7b64ae Updat polygons when skeleton setup changes, fixes #25949 6 éve
position_2d.cpp b16c309f82 Update copyright statements to 2019 6 éve
position_2d.h b16c309f82 Update copyright statements to 2019 6 éve
ray_cast_2d.cpp b16c309f82 Update copyright statements to 2019 6 éve
ray_cast_2d.h b16c309f82 Update copyright statements to 2019 6 éve
remote_transform_2d.cpp b16c309f82 Update copyright statements to 2019 6 éve
remote_transform_2d.h b16c309f82 Update copyright statements to 2019 6 éve
skeleton_2d.cpp 623f7b64ae Updat polygons when skeleton setup changes, fixes #25949 6 éve
skeleton_2d.h b16c309f82 Update copyright statements to 2019 6 éve
sprite.cpp b16c309f82 Update copyright statements to 2019 6 éve
sprite.h b16c309f82 Update copyright statements to 2019 6 éve
tile_map.cpp 078b869d9a TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix for #24003 6 éve
tile_map.h c5dcbeb160 Scene: Ensure classes match their header filename 6 éve
touch_screen_button.cpp c5dcbeb160 Scene: Ensure classes match their header filename 6 éve
touch_screen_button.h c5dcbeb160 Scene: Ensure classes match their header filename 6 éve
visibility_notifier_2d.cpp b16c309f82 Update copyright statements to 2019 6 éve
visibility_notifier_2d.h b16c309f82 Update copyright statements to 2019 6 éve
y_sort.cpp b16c309f82 Update copyright statements to 2019 6 éve
y_sort.h b16c309f82 Update copyright statements to 2019 6 éve