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