| .. |
|
skeleton
|
Merge pull request #104386 from Repiteo/core/cpp-math
|
2025-04-27 19:21:22 -05:00 |
|
capsule_shape_2d.cpp
|
Core: Use Math namespace for constants
|
2025-04-10 16:29:30 -05:00 |
|
capsule_shape_2d.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
circle_shape_2d.cpp
|
Core: Use Math namespace for constants
|
2025-04-10 16:29:30 -05:00 |
|
circle_shape_2d.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
concave_polygon_shape_2d.cpp
|
Directly use segment points in Geometry2D/3D function parameters
|
2025-03-30 16:25:59 -07:00 |
|
concave_polygon_shape_2d.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
convex_polygon_shape_2d.cpp
|
Move 2D-only resources to their own folder
|
2024-02-26 05:22:45 -06:00 |
|
convex_polygon_shape_2d.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
navigation_mesh_source_geometry_data_2d.cpp
|
Remove unused headers in scene.
|
2024-12-24 00:40:09 +08:00 |
|
navigation_mesh_source_geometry_data_2d.h
|
Remove empty constructors and destructors from scene/
|
2025-05-06 14:46:54 +02:00 |
|
navigation_polygon.cpp
|
Using iterator pattern instead of List::Element *.
|
2025-03-28 13:29:15 +08:00 |
|
navigation_polygon.h
|
Remove empty constructors and destructors from scene/
|
2025-05-06 14:46:54 +02:00 |
|
polygon_path_finder.cpp
|
Replace size() == 0 with is_empty().
|
2025-04-02 19:18:43 +08:00 |
|
polygon_path_finder.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
rectangle_shape_2d.cpp
|
Add property guards to shape 2D's
|
2025-01-18 13:37:46 +02:00 |
|
rectangle_shape_2d.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
SCsub
|
Allow to compile templates without navigation features
|
2025-04-01 11:53:35 -03:00 |
|
segment_shape_2d.cpp
|
Directly use segment points in Geometry2D/3D function parameters
|
2025-03-30 16:25:59 -07:00 |
|
segment_shape_2d.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
separation_ray_shape_2d.cpp
|
Core: Use Math namespace for constants
|
2025-04-10 16:29:30 -05:00 |
|
separation_ray_shape_2d.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
shape_2d.cpp
|
Add GLOBAL_GET cached macros.
|
2025-04-30 15:08:50 +01:00 |
|
shape_2d.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
tile_set.compat.inc
|
Allow to compile templates without navigation features
|
2025-04-01 11:53:35 -03:00 |
|
tile_set.cpp
|
Do not iterate Dictionary with get_key_at_index.
|
2025-04-07 21:54:13 +08:00 |
|
tile_set.h
|
Allow to compile templates without navigation features
|
2025-04-01 11:53:35 -03:00 |
|
world_boundary_shape_2d.cpp
|
Directly use segment points in Geometry2D/3D function parameters
|
2025-03-30 16:25:59 -07:00 |
|
world_boundary_shape_2d.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |