pandemonium_engine/scene/resources
lawnjelly 22d90711da Make acos and asin safe
A common bug with using acos and asin is that input outside -1 to 1 range will result in Nan output. This can occur due to floating point error in the input.

The standard solution is to provide safe_acos function with clamped input. For Godot it may make more sense to make the standard functions safe.
2023-06-11 08:41:42 +02:00
..
default_theme Ported: [3.x] Don't apply scale to autohide theme property 2023-04-20 23:47:14 +02:00
animation.cpp
animation.h
audio_stream_sample.cpp
audio_stream_sample.h
bit_map.cpp Fix size error in BitMap.opaque_to_polygons 2023-06-10 23:35:51 +02:00
bit_map.h
box_shape.cpp
box_shape.h
capsule_shape_2d.cpp Added CapsuleShape2D support for StaticBody2DNavigationGeometryParser2D. 2023-06-07 00:36:53 +02:00
capsule_shape_2d.h Added CapsuleShape2D support for StaticBody2DNavigationGeometryParser2D. 2023-06-07 00:36:53 +02:00
capsule_shape.cpp
capsule_shape.h
circle_shape_2d.cpp
circle_shape_2d.h
concave_polygon_shape_2d.cpp
concave_polygon_shape_2d.h
concave_polygon_shape.cpp Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
concave_polygon_shape.h
convex_polygon_shape_2d.cpp
convex_polygon_shape_2d.h
convex_polygon_shape.cpp
convex_polygon_shape.h
curve.cpp Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
curve.h Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
cylinder_shape.cpp
cylinder_shape.h
dynamic_font.cpp Ported: Batching - Add MultiRect command 2023-04-20 23:09:37 +02:00
dynamic_font.h Ported: Batching - Add MultiRect command 2023-04-20 23:09:37 +02:00
environment_3d.cpp
environment_3d.h
font.cpp Ported: Batching - Add MultiRect command 2023-04-20 23:09:37 +02:00
font.h Ported: Batching - Add MultiRect command 2023-04-20 23:09:37 +02:00
gradient.cpp
gradient.h
height_map_shape.cpp
height_map_shape.h
immediate_mesh.cpp
immediate_mesh.h
importer_mesh.cpp
importer_mesh.h
line_shape_2d.cpp
line_shape_2d.h
material.cpp Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
material.h Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
mesh_data_tool.cpp Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
mesh_data_tool.h
mesh.cpp Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
mesh.h
multimesh.cpp
multimesh.h
navigation_mesh_source_geometry_data_2d.cpp Started porting pull request from godot 4: Rework NavigationMeshGenerator 2023-06-03 18:22:12 +02:00
navigation_mesh_source_geometry_data_2d.h Started porting pull request from godot 4: Rework NavigationMeshGenerator 2023-06-03 18:22:12 +02:00
navigation_mesh_source_geometry_data_3d.cpp Started porting pull request from godot 4: Rework NavigationMeshGenerator 2023-06-03 18:22:12 +02:00
navigation_mesh_source_geometry_data_3d.h Started porting pull request from godot 4: Rework NavigationMeshGenerator 2023-06-03 18:22:12 +02:00
navigation_mesh.cpp Backported from godot4: Rework const on NavigationServer methods 2023-06-09 22:03:42 +02:00
navigation_mesh.h Fix and finally enable PandemoniumNavigationMeshGenerator. 2023-06-05 20:42:35 +02:00
navigation_polygon.cpp Don't unref() the NavigationMesh in NavigationPolygon. 2023-06-06 23:44:33 +02:00
navigation_polygon.h Ported the improvements to the NavigationPolygon from the aforementioned pull request. 2023-06-05 14:13:02 +02:00
occluder_shape_polygon.cpp Ported: Improve error messages and classref for occluders and portals 2023-02-07 02:28:29 +01:00
occluder_shape_polygon.h
occluder_shape.cpp Ported: Improve error messages and classref for occluders and portals 2023-02-07 02:28:29 +01:00
occluder_shape.h
packed_scene.cpp Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
packed_scene.h Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
particles_material.cpp Tweak particles animation offset property hint to allow more precise values 2023-01-16 13:47:55 +01:00
particles_material.h Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
physics_material.cpp
physics_material.h
plane_shape.cpp
plane_shape.h
polygon_path_finder.cpp Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
polygon_path_finder.h Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
primitive_meshes.cpp Fix typos with codespell. 2022-12-22 19:51:25 +01:00
primitive_meshes.h
ray_shape.cpp
ray_shape.h
rectangle_shape_2d.cpp
rectangle_shape_2d.h
resource_format_text.cpp Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
resource_format_text.h Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
SCsub
segment_shape_2d.cpp
segment_shape_2d.h
shader.cpp Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
shader.h Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
shape_2d.cpp
shape_2d.h
shape.cpp
shape.h
sky.cpp Make acos and asin safe 2023-06-11 08:41:42 +02:00
sky.h
sphere_shape.cpp
sphere_shape.h
style_box.cpp Ported: Add a theme usability setting which updates the touch area of UI elements (e.g: scrollbar) for the editor on touchscreen devices 2023-02-07 02:50:11 +01:00
style_box.h
surface_tool.cpp Ported: SurfaceTool - efficiency improvements 2023-04-20 23:44:12 +02:00
surface_tool.h Ported: SurfaceTool - efficiency improvements 2023-04-20 23:44:12 +02:00
syntax_highlighter.cpp Ported: Switch from recursion to iterative for backfilling colour regions. 2023-02-21 13:11:37 +01:00
syntax_highlighter.h Ported: Changed line_edited_from(from) to lines_edit_from(from, to) 2023-02-21 12:37:52 +01:00
text_file.cpp
text_file.h
texture.cpp Ported: Multirect - Fix refining regions for all derived Textures 2023-06-11 00:47:10 +02:00
texture.h Ported: Multirect - Fix refining regions for all derived Textures 2023-06-11 00:47:10 +02:00
theme.cpp Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
theme.h
video_stream.h
world_2d.cpp Backported from godot4: Rework const on NavigationServer methods 2023-06-09 22:03:42 +02:00
world_2d.h
world_3d.cpp Backported from godot4: Rework const on NavigationServer methods 2023-06-09 22:03:42 +02:00
world_3d.h