Rémi Verschelde 24b3733f3b Merge pull request #10770 from RandomShaper/fix-joints hace 6 años
..
SCsub d4c17700aa style: Fix PEP8 whitespace issues in Python files hace 7 años
animated_sprite.cpp 130ad806f8 Fix AnimatedSprite frame property slider in editor hace 6 años
animated_sprite.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
area_2d.cpp 5e50fde3d9 Changed get_audio_bus and set functions to get_audio_bus_name and set hace 6 años
area_2d.h 5e50fde3d9 Changed get_audio_bus and set functions to get_audio_bus_name and set hace 6 años
audio_stream_player_2d.cpp 4537977d6d Renamed fixed_process to physics_process hace 6 años
audio_stream_player_2d.h 46af050e93 Rename get_position => get_playback_position and seek_pos => seek on audio classes hace 6 años
back_buffer_copy.cpp bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
back_buffer_copy.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
camera_2d.cpp 9cadb9e5f3 Bind unbound enums, rearrange some by value hace 6 años
camera_2d.h 5ad9be4c24 Rename pos to position in user facing methods and variables hace 6 años
canvas_item.cpp 9cadb9e5f3 Bind unbound enums, rearrange some by value hace 6 años
canvas_item.h 5ad9be4c24 Rename pos to position in user facing methods and variables hace 6 años
canvas_modulate.cpp bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
canvas_modulate.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
collision_object_2d.cpp b786e7877b Fix: CollisionObject shape owner indexing is inconsistent hace 6 años
collision_object_2d.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
collision_polygon_2d.cpp 0fffa45158 Fix enums bindings hace 6 años
collision_polygon_2d.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
collision_shape_2d.cpp bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
collision_shape_2d.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
joints_2d.cpp d8584682f0 Fix joints collision exceptions hace 6 años
joints_2d.h d8584682f0 Fix joints collision exceptions hace 6 años
light_2d.cpp 0fffa45158 Fix enums bindings hace 6 años
light_2d.h 3a188015be add shadow_filter variant PCF7 hace 6 años
light_occluder_2d.cpp bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
light_occluder_2d.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
line_2d.cpp 5ad9be4c24 Rename pos to position in user facing methods and variables hace 6 años
line_2d.h 5ad9be4c24 Rename pos to position in user facing methods and variables hace 6 años
line_builder.cpp 0fffa45158 Fix enums bindings hace 6 años
line_builder.h 0fffa45158 Fix enums bindings hace 6 años
navigation2d.cpp 6611dfbd6c Merge pull request #10378 from RandomShaper/nav-keep-start-end hace 6 años
navigation2d.h 7ad14e7a3e Dead code tells no tales hace 6 años
navigation_polygon.cpp c42bbe1073 Fixes infinite loop in NavPolygonInstance warnings hace 6 años
navigation_polygon.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
node_2d.cpp 5ad9be4c24 Rename pos to position in user facing methods and variables hace 6 años
node_2d.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
parallax_background.cpp aaf6e77198 Tweaks ParallaxBackground to work better with zoom. Ensures a Parallax Layer with a (1,1) motion scale synchs perfectly with a regular stationary sprite that is outside the ParallaxBackground, regardless of the zoom level and movement of the camera. hace 6 años
parallax_background.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
parallax_layer.cpp bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
parallax_layer.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
particles_2d.cpp bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
particles_2d.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
path_2d.cpp 5ad9be4c24 Rename pos to position in user facing methods and variables hace 6 años
path_2d.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
path_texture.cpp bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
path_texture.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
physics_body_2d.cpp 9cadb9e5f3 Bind unbound enums, rearrange some by value hace 6 años
physics_body_2d.h 6e0892f223 Added to kinematicbody2d the copy and paste of the API friendler of KinematicBody hace 6 años
polygon_2d.cpp bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
polygon_2d.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
position_2d.cpp bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
position_2d.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
ray_cast_2d.cpp 8f054d519f missing set/get_collision_mask_bit() for RayCast hace 6 años
ray_cast_2d.h 8f054d519f missing set/get_collision_mask_bit() for RayCast hace 6 años
remote_transform_2d.cpp bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
remote_transform_2d.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
screen_button.cpp 0fffa45158 Fix enums bindings hace 6 años
screen_button.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
sprite.cpp bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
sprite.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
tile_map.cpp 5ad9be4c24 Rename pos to position in user facing methods and variables hace 6 años
tile_map.h 348eb4e4c5 Merge pull request #10361 from RandomShaper/tilemap-global-mtl hace 6 años
visibility_notifier_2d.cpp 9cadb9e5f3 Bind unbound enums, rearrange some by value hace 6 años
visibility_notifier_2d.h 4537977d6d Renamed fixed_process to physics_process hace 6 años
y_sort.cpp bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años
y_sort.h bd282ff43f Use HTTPS URL for Godot's website in the headers hace 6 años