.. |
area.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
area.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
arvr_nodes.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
arvr_nodes.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
audio_stream_player_3d.cpp
|
[3.x] Backport panning strength parameters from 4.0
|
2022-08-23 23:27:51 +02:00 |
audio_stream_player_3d.h
|
[3.x] Backport panning strength parameters from 4.0
|
2022-08-23 23:27:51 +02:00 |
baked_lightmap.cpp
|
Apply baked ambient light settings when baking lights with scene environment
|
2022-06-21 12:12:47 -07:00 |
baked_lightmap.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
bone_attachment.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
bone_attachment.h
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
camera.cpp
|
Merge pull request #60147 from lawnjelly/interpolation_out_of_scenario
|
2022-04-13 17:08:08 +02:00 |
camera.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
collision_object.cpp
|
Store ObjectID instead of raw pointer for Shape Owners
|
2022-01-25 17:16:02 +08:00 |
collision_object.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
collision_polygon.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
collision_polygon.h
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
collision_shape.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
collision_shape.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
cpu_particles.cpp
|
Merge pull request #53852 from Calinou/particles-allow-negative-scale
|
2022-08-05 22:34:43 +02:00 |
cpu_particles.h
|
Fix CPUParticles emission updating using physics interpolation
|
2022-04-18 15:30:37 +01:00 |
cull_instance.cpp
|
Portals - Improve mesh merging
|
2022-02-04 08:40:46 +00:00 |
cull_instance.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
gi_probe.cpp
|
Fix free(RID) abuse by various classes
|
2022-08-11 02:31:00 +08:00 |
gi_probe.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
immediate_geometry.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
immediate_geometry.h
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
interpolated_camera.cpp
|
Add process_mode property to InterpolatedCamera
|
2022-07-03 01:47:10 +02:00 |
interpolated_camera.h
|
Add process_mode property to InterpolatedCamera
|
2022-07-03 01:47:10 +02:00 |
label_3d.cpp
|
Use custom key struct, instead of raw hashes for the Label3D cache to avoid potential hash collisions.
|
2022-07-04 09:46:38 +03:00 |
label_3d.h
|
Use custom key struct, instead of raw hashes for the Label3D cache to avoid potential hash collisions.
|
2022-07-04 09:46:38 +03:00 |
light.cpp
|
Fix editor-only visibility for lights
|
2022-07-03 03:21:51 +02:00 |
light.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
lightmapper.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
lightmapper.h
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
listener.cpp
|
Add dedicated macros for property name extraction
|
2022-05-19 11:31:35 +08:00 |
listener.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
mesh_instance.cpp
|
Optimized Mesh Merging
|
2022-06-07 20:16:51 +01:00 |
mesh_instance.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
multimesh_instance.cpp
|
Fixed Timestep Interpolation (3D)
|
2022-02-16 09:41:23 +00:00 |
multimesh_instance.h
|
Fixed Timestep Interpolation (3D)
|
2022-02-16 09:41:23 +00:00 |
navigation.cpp
|
Merge pull request #62187 from smix8/nav_nodes_depr_3.5
|
2022-06-20 18:36:17 +02:00 |
navigation.h
|
[3.5] Mark Navigation/Navigation2D nodes as deprecated
|
2022-06-20 17:37:55 +02:00 |
navigation_agent.cpp
|
Group NavigationAgent properties
|
2022-06-30 19:23:01 +02:00 |
navigation_agent.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
navigation_mesh_instance.cpp
|
Fix typo when setting NavigationRegion travel_cost
|
2022-08-08 09:51:45 +02:00 |
navigation_mesh_instance.h
|
[3.5] Update NavigationServer backport
|
2022-06-14 05:55:14 +02:00 |
navigation_obstacle.cpp
|
Fix NavigationObstacle nodes not registering to default navigation map
|
2022-08-13 19:46:12 +02:00 |
navigation_obstacle.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
occluder.cpp
|
Fix Occluder to properly share resources
|
2022-02-16 09:55:11 +00:00 |
occluder.h
|
Fix Occluder to properly share resources
|
2022-02-16 09:55:11 +00:00 |
particles.cpp
|
Fix free(RID) abuse by various classes
|
2022-08-11 02:31:00 +08:00 |
particles.h
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
path.cpp
|
Fix crash on NaN offset in path_follower 2d and 3d
|
2022-07-14 14:30:24 +12:00 |
path.h
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
physics_body.cpp
|
Hack as a hot fix for Bullet's collision margin issue
|
2022-08-25 16:32:48 +02:00 |
physics_body.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
physics_joint.cpp
|
Joint2D and Joint: make set_exclude_nodes_from_collision respect signals
|
2022-02-28 22:51:40 +01:00 |
physics_joint.h
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
portal.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
portal.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
position_3d.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
position_3d.h
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
proximity_group.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
proximity_group.h
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
ray_cast.cpp
|
Fix RayCast{,2D}.clear_exceptions clears parent
|
2022-02-08 16:22:10 +08:00 |
ray_cast.h
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
reflection_probe.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
reflection_probe.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
remote_transform.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
remote_transform.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
room.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
room.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
room_group.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
room_group.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
room_manager.cpp
|
Portals - Allow more logging to be disabled
|
2022-07-24 13:44:59 +01:00 |
room_manager.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
SCsub
|
SCons: Format buildsystem files with psf/black
|
2020-06-10 15:30:52 +02:00 |
shape_cast.cpp
|
[3.x] Add ShapeCast and ShapeCast2D nodes
|
2022-07-30 10:23:58 -05:00 |
shape_cast.h
|
[3.x] Add ShapeCast and ShapeCast2D nodes
|
2022-07-30 10:23:58 -05:00 |
skeleton.cpp
|
Add dedicated macros for property name extraction
|
2022-05-19 11:31:35 +08:00 |
skeleton.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
soft_body.cpp
|
SoftBody: Fix attachments property names after #61180
|
2022-06-10 14:42:05 +02:00 |
soft_body.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
spatial.cpp
|
Add global_translation and global_rotation to Spatial
|
2022-07-15 21:39:35 -06:00 |
spatial.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
spatial_velocity_tracker.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
spatial_velocity_tracker.h
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
spring_arm.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
spring_arm.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
sprite_3d.cpp
|
Backport Label3D node implementation and Sprite*3D material render priority.
|
2022-05-23 09:14:41 +03:00 |
sprite_3d.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |
vehicle_body.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
vehicle_body.h
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
visibility_notifier.cpp
|
VisibilityNotifier - add max_distance feature
|
2022-06-09 11:37:42 +01:00 |
visibility_notifier.h
|
VisibilityNotifier - add max_distance feature
|
2022-06-09 11:37:42 +01:00 |
visual_instance.cpp
|
added options for sorting transparent objects
|
2022-08-30 13:39:32 +02:00 |
visual_instance.h
|
added options for sorting transparent objects
|
2022-08-30 13:39:32 +02:00 |
voxel_light_baker.cpp
|
Fix warnings found by Emscripten 3.1.10
|
2022-05-16 16:38:26 +02:00 |
voxel_light_baker.h
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
world_environment.cpp
|
Update copyright statements to 2022
|
2022-01-13 15:54:13 +01:00 |
world_environment.h
|
Code quality: Fix header guards consistency
|
2022-07-25 14:53:37 +02:00 |