godot/scene/resources
2019-05-21 18:37:31 +03:00
..
default_theme Merge pull request #28218 from KoBeWi/b00km4rk5 2019-05-20 22:39:19 +02:00
animation.cpp Use approximate equallity methods in many places 2019-04-25 13:20:29 -04:00
animation.h Small fixes to static analyzer bugs 2019-04-04 22:00:16 +02:00
audio_stream_sample.cpp AudioStreamSample: Don't crash when writing to file fails 2019-03-12 15:51:07 +01:00
audio_stream_sample.h AudioStreamSample: Don't crash when writing to file fails 2019-03-12 15:51:07 +01:00
bit_map.cpp Style: Fix issues with clang-format 8.0 2019-05-20 13:51:51 +02:00
bit_map.h Style: Fix issues with clang-format 8.0 2019-05-20 13:51:51 +02:00
box_shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
box_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
canvas.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
canvas.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
capsule_shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
capsule_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
capsule_shape_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
capsule_shape_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
circle_shape_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
circle_shape_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
concave_polygon_shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
concave_polygon_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
concave_polygon_shape_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
concave_polygon_shape_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
convex_polygon_shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
convex_polygon_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
convex_polygon_shape_2d.cpp Make 'ConvexPolygonShape2D' start empty, so it's consistent with other shapes. 2019-04-05 21:33:03 -03:00
convex_polygon_shape_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
curve.cpp Small fixes, mostly dupicated code 2019-04-08 11:03:37 +02:00
curve.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
cylinder_shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
cylinder_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dynamic_font.cpp Add a property hint for DynamicFont size 2019-05-02 00:46:53 +02:00
dynamic_font.h Fixed undefined setting values when loading dynamic fonts 2019-02-12 23:21:48 +01:00
dynamic_font_stb.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dynamic_font_stb.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
environment.cpp Merge pull request #25481 from hpvb/fix-ubsan-asan-reports 2019-02-12 12:21:01 +01:00
environment.h Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
font.cpp Add and expose to Font a function to get the rect size needed to draw a word-wraped text 2019-04-30 12:03:17 +02:00
font.h Add and expose to Font a function to get the rect size needed to draw a word-wraped text 2019-04-30 12:03:17 +02:00
gradient.cpp Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
gradient.h Replace a few #if/#elif with #ifdef and "#elif defined" 2019-04-05 23:41:51 +02:00
height_map_shape.cpp Add transform support to deal with Bullets centering of shapes 2019-05-07 22:43:10 +10:00
height_map_shape.h Added height map shape that implement heightmap collision shape 2019-03-17 20:55:40 +11:00
line_shape_2d.cpp Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
line_shape_2d.h Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
material.cpp Merge pull request #24437 from mateusfccp/single_quotes_option 2019-04-30 14:58:33 +02:00
material.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mesh.cpp Bundled VHACD library for convex decomposition. 2019-04-10 17:47:28 -03:00
mesh.h Bundled VHACD library for convex decomposition. 2019-04-10 17:47:28 -03:00
mesh_data_tool.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mesh_data_tool.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mesh_library.cpp Consider StaticBody and NavMesh position when converting to a MeshLibrary 2019-02-26 15:38:23 +02:00
mesh_library.h Consider StaticBody and NavMesh position when converting to a MeshLibrary 2019-02-26 15:38:23 +02:00
multimesh.cpp Added set_as_bulk_array, fixed transform2D saving and documentation to MultiMesh 2019-04-26 20:30:16 +10:00
multimesh.h Added set_as_bulk_array, fixed transform2D saving and documentation to MultiMesh 2019-04-26 20:30:16 +10:00
packed_scene.cpp Use approximate equallity methods in many places 2019-04-25 13:20:29 -04:00
packed_scene.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
particles_material.cpp Explicitly use floating point numbers in the our shaders 2019-02-24 23:35:10 +00:00
particles_material.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
physics_material.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
physics_material.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
plane_shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
plane_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
polygon_path_finder.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
polygon_path_finder.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
primitive_meshes.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
primitive_meshes.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
ray_shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
ray_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rectangle_shape_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rectangle_shape_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_format_text.cpp Style: Fix issues with clang-format 8.0 2019-05-20 13:51:51 +02:00
resource_format_text.h Style: Fix issues with clang-format 8.0 2019-05-20 13:51:51 +02:00
room.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
room.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
segment_shape_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
segment_shape_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
shader.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
shader.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
shape.h Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
shape_2d.cpp Fix keying resource properties, closes #24690 2019-01-17 12:30:34 -03:00
shape_2d.h Fix functions to get direct contacts from shapes, closes #19618 2019-01-17 12:01:09 -03:00
sky.cpp Style: Apply new changes from clang-format 8.0 2019-04-09 17:09:48 +02:00
sky.h Style: Apply new changes from clang-format 8.0 2019-04-09 17:09:48 +02:00
space_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
space_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
sphere_shape.cpp Fix collider debug shape didn't changes with collider size changes 2019-04-11 23:31:55 +08:00
sphere_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
style_box.cpp Early exit when nothing to draw in style box flat (fixes #27764) 2019-04-07 22:23:44 +02:00
style_box.h Properly handle different border widths in rounded corner aa 2019-03-19 11:51:32 +01:00
surface_tool.cpp Fix typos with codespell 2019-05-19 13:10:35 +02:00
surface_tool.h Clean up ASSIMP import code. 2019-04-13 15:19:47 -03:00
text_file.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
text_file.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
texture.cpp Fix texture resource reload bug 2019-05-08 17:22:40 +02:00
texture.h Added ability for multiple images to be imported as an atlas 2019-04-19 15:56:34 -03:00
theme.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
theme.h Added copy_theme and fixed bugs in copy theme introduced by #2e0a94e 2019-01-25 13:14:06 +10:30
tile_set.cpp Changed autotile priority picking algorithm 2019-04-08 12:26:28 +03:00
tile_set.h + Added ignore flags to autotile bitmask 2019-04-08 00:41:05 +02:00
video_stream.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
video_stream.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
visual_shader.cpp Fix few bugs in expression node 2019-05-21 18:37:31 +03:00
visual_shader.h Expression node for visual shaders 2019-05-21 12:11:41 +03:00
visual_shader_nodes.cpp Added Fresnel and OneMinus to visual shaders 2019-05-19 13:44:30 +03:00
visual_shader_nodes.h Added Fresnel and OneMinus to visual shaders 2019-05-19 13:44:30 +03:00
world.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
world.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
world_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
world_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00