godot/scene/resources
2020-05-10 12:12:51 +02:00
..
default_theme Merge pull request #37517 from nekomatata/slider-grab-area-highlight 2020-04-10 12:08:02 +02:00
animation.cpp [Core] Rename linear_interpolate to lerp 2020-04-29 04:02:49 -04:00
animation.h Fix out of bound array access caused by unassigned variable 2020-04-01 19:29:35 +02:00
audio_stream_sample.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
audio_stream_sample.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
bit_map.cpp Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
bit_map.h Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
box_shape_3d.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
box_shape_3d.h Renamed 2D and 3D nodes to make their types explicit 2020-03-27 14:54:04 +01:00
capsule_shape_2d.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
capsule_shape_2d.h - Integrated NavigationServer and Navigation2DServer. 2020-02-10 14:38:52 +01:00
capsule_shape_3d.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
capsule_shape_3d.h Renamed 2D and 3D nodes to make their types explicit 2020-03-27 14:54:04 +01:00
circle_shape_2d.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
circle_shape_2d.h - Integrated NavigationServer and Navigation2DServer. 2020-02-10 14:38:52 +01:00
concave_polygon_shape_2d.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
concave_polygon_shape_2d.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
concave_polygon_shape_3d.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
concave_polygon_shape_3d.h Renamed 2D and 3D nodes to make their types explicit 2020-03-27 14:54:04 +01:00
convex_polygon_shape_2d.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
convex_polygon_shape_2d.h - Integrated NavigationServer and Navigation2DServer. 2020-02-10 14:38:52 +01:00
convex_polygon_shape_3d.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
convex_polygon_shape_3d.h Renamed 2D and 3D nodes to make their types explicit 2020-03-27 14:54:04 +01:00
curve.cpp Renamed plane's d to distance 2020-05-10 12:12:51 +02:00
curve.h Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
cylinder_shape_3d.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
cylinder_shape_3d.h Renamed 2D and 3D nodes to make their types explicit 2020-03-27 14:54:04 +01:00
dynamic_font.cpp Use underline position and thickness value in font file 2020-04-29 21:56:15 +09:00
dynamic_font.h Use underline position and thickness value in font file 2020-04-29 21:56:15 +09:00
environment.cpp Tweak SSAO property hints to allow setting more precise values 2020-04-23 21:46:20 +02:00
environment.h Re-Added screen space reflection. 2020-04-02 11:25:21 -03:00
font.cpp Use underline position and thickness value in font file 2020-04-29 21:56:15 +09:00
font.h Use underline position and thickness value in font file 2020-04-29 21:56:15 +09:00
gradient.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
gradient.h [Core] Rename linear_interpolate to lerp 2020-04-29 04:02:49 -04:00
height_map_shape_3d.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
height_map_shape_3d.h Rename more 2D and 3D nodes to follow convention 2020-03-27 16:26:34 +01:00
line_shape_2d.cpp Rename Lineshapes d to distance 2020-05-09 15:10:00 +02:00
line_shape_2d.h Rename Lineshapes d to distance 2020-05-09 15:10:00 +02:00
material.cpp Refactored shadowmapping. 2020-04-08 11:19:43 -03:00
material.h Refactored shadowmapping. 2020-04-08 11:19:43 -03:00
mesh.cpp Renamed plane's d to distance 2020-05-10 12:12:51 +02:00
mesh.h Add caching the lightmap unwrapping on import 2020-04-22 15:34:00 +02:00
mesh_data_tool.cpp Renamed plane's d to distance 2020-05-10 12:12:51 +02:00
mesh_data_tool.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
mesh_library.cpp Allow using MeshLibrary.get_item_preview() in non-editor builds again 2020-02-17 00:07:44 +01:00
mesh_library.h Renamed 2D and 3D nodes to make their types explicit 2020-03-27 14:54:04 +01:00
multimesh.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
multimesh.h Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
navigation_mesh.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
navigation_mesh.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
packed_scene.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
packed_scene.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
particles_material.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
particles_material.h Reimplement Mutex with C++'s <mutex> 2020-02-26 20:40:10 +01:00
physics_material.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
physics_material.h Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
polygon_path_finder.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
polygon_path_finder.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
primitive_meshes.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
primitive_meshes.h Base 3D engine done, still untested, though. 2020-02-11 11:59:25 +01:00
ray_shape_3d.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
ray_shape_3d.h Rename more 2D and 3D nodes to follow convention 2020-03-27 16:26:34 +01:00
rectangle_shape_2d.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
rectangle_shape_2d.h - Integrated NavigationServer and Navigation2DServer. 2020-02-10 14:38:52 +01:00
resource_format_text.cpp Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
resource_format_text.h Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
segment_shape_2d.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
segment_shape_2d.h - Integrated NavigationServer and Navigation2DServer. 2020-02-10 14:38:52 +01:00
shader.cpp Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
shader.h Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
shape_2d.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
shape_2d.h - Integrated NavigationServer and Navigation2DServer. 2020-02-10 14:38:52 +01:00
shape_3d.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
shape_3d.h Renamed 2D and 3D nodes to make their types explicit 2020-03-27 14:54:04 +01:00
skin.cpp Added StringName as a variant type. 2020-02-21 14:25:29 +01:00
skin.h Add support for named binds in Skin. 2020-02-21 09:40:29 -03:00
sky.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
sky.h Working sky shader implementation 2020-03-21 20:43:44 -07:00
sky_material.cpp Add light size to Sky Shaders 2020-04-17 09:32:24 -07:00
sky_material.h Add light size to Sky Shaders 2020-04-17 09:32:24 -07:00
sphere_shape_3d.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
sphere_shape_3d.h Renamed 2D and 3D nodes to make their types explicit 2020-03-27 14:54:04 +01:00
style_box.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
style_box.h Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
surface_tool.cpp Renamed plane's d to distance 2020-05-10 12:12:51 +02:00
surface_tool.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
text_file.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
text_file.h Revert "Remove TextFile from public API" 2020-02-18 10:35:30 +01:00
texture.cpp Add set_frame, pause, and oneshot to AnimatedTexture 2020-04-29 00:26:37 +08:00
texture.h Add set_frame, pause, and oneshot to AnimatedTexture 2020-04-29 00:26:37 +08:00
theme.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
theme.h Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
tile_set.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
tile_set.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
video_stream.h Texture refactor 2020-02-11 11:53:26 +01:00
visual_shader.cpp Merge pull request #38475 from Chaosus/vs_quals 2020-05-06 07:27:35 +02:00
visual_shader.h Added uniform qualifiers to visual shaders 2020-05-05 11:25:48 +03:00
visual_shader_nodes.cpp Added uniform qualifiers to visual shaders 2020-05-05 11:25:48 +03:00
visual_shader_nodes.h Added uniform qualifiers to visual shaders 2020-05-05 11:25:48 +03:00
world_2d.cpp Expose the cell_size affecting VisibilityNotifier2D precision 2020-04-28 10:33:45 +03:00
world_2d.h Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
world_3d.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
world_3d.h Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
world_margin_shape_3d.cpp Renamed plane's d to distance 2020-05-10 12:12:51 +02:00
world_margin_shape_3d.h Renamed 2D and 3D nodes to make their types explicit 2020-03-27 14:54:04 +01:00