godot/scene/resources
zxcvdev 3580ad6005 Fix GPU Particles
The special case atan(y,0) of the built-in shader function atan(y,x)
returns different results on different devices. So this commit will add
checks when the atan(y,x) function is used in ParticlesMaterial to set
the direction of GPU Particles to make sure the desired values are
returned (act as atan2(y,x)).
2020-02-09 03:41:48 +01:00
..
default_theme Completes doc for ItemList and Tree 2020-02-07 12:52:53 +08:00
animation.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
animation.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio_stream_sample.cpp Remove duplicate WARN_PRINT macro. 2020-02-05 11:13:24 +01:00
audio_stream_sample.h doc: Complete documentation for VideoStreams 2020-01-26 11:29:07 +01:00
bit_map.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
bit_map.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
box_shape.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
box_shape.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
canvas.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
canvas.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
capsule_shape_2d.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
capsule_shape_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
capsule_shape.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
capsule_shape.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
circle_shape_2d.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
circle_shape_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
concave_polygon_shape_2d.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
concave_polygon_shape_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
concave_polygon_shape.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
concave_polygon_shape.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
convex_polygon_shape_2d.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
convex_polygon_shape_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
convex_polygon_shape.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
convex_polygon_shape.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
curve.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
curve.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
cylinder_shape.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
cylinder_shape.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
dynamic_font.cpp Use modules_enabled.gen.h to improve inter dependency checks 2020-02-07 11:50:40 +01:00
dynamic_font.h Use modules_enabled.gen.h to improve inter dependency checks 2020-02-07 11:50:40 +01:00
environment.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
environment.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
font.cpp Allow greater values for DynamicFont size property 2020-01-21 20:59:16 +01:00
font.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gradient.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gradient.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
height_map_shape.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
height_map_shape.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
line_shape_2d.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
line_shape_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
material.cpp Don't connect ShaderMaterial's changed signal when not in the editor 2020-01-02 17:20:54 +01:00
material.h Merge pull request #35670 from clayjohn/material-flag-cache 2020-01-28 20:59:49 +01:00
mesh_data_tool.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
mesh_data_tool.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
mesh_library.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
mesh_library.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
mesh.cpp Fixes crash when using Mesh::create_outline and Mesh::create_convex_shape 2020-01-07 16:15:14 +08:00
mesh.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
multimesh.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
multimesh.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
packed_scene.cpp Fixes import of models as PackedScene 2020-01-07 07:21:17 +08:00
packed_scene.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
particles_material.cpp Fix GPU Particles 2020-02-09 03:41:48 +01:00
particles_material.h Validate input in (CPU)Particles set_emission_shape() 2020-01-16 11:08:51 +01:00
physics_material.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
physics_material.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
plane_shape.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
plane_shape.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
polygon_path_finder.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
polygon_path_finder.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
primitive_meshes.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
primitive_meshes.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
ray_shape.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
ray_shape.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
rectangle_shape_2d.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
rectangle_shape_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_format_text.cpp Remove duplicate ERR_PRINT macro. 2020-02-05 11:13:24 +01:00
resource_format_text.h Update copyright statements to 2020 2020-01-01 11:16:22 +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 2020 2020-01-01 11:16:22 +01:00
segment_shape_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
shader.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
shader.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
shape_2d.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
shape_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
shape.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
shape.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
skin.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
skin.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
sky.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
sky.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
space_2d.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
space_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
sphere_shape.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
sphere_shape.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
style_box.cpp Fixed StyleBoxFlat antialiasing with aa size of 1 2020-01-05 10:54:24 +01:00
style_box.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
surface_tool.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
surface_tool.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
text_file.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
text_file.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
texture.cpp Add do..while(0) wrappers to macros without one. 2020-02-05 11:19:12 +01:00
texture.h doc: Complete documentation for VideoStreams 2020-01-26 11:29:07 +01:00
theme.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
theme.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
tile_set.cpp Hide TileSet's properties from the inspector 2020-02-04 16:09:59 -03:00
tile_set.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
video_stream.h doc: Complete documentation for VideoStreams 2020-01-26 11:29:07 +01:00
visual_shader_nodes.cpp Implemented hint_range for VisualShaderNodeScalarUniform 2020-02-07 17:04:24 +03:00
visual_shader_nodes.h Implemented hint_range for VisualShaderNodeScalarUniform 2020-02-07 17:04:24 +03:00
visual_shader.cpp Added missing '\n' in visual shader expression node code generation 2020-02-03 15:58:58 +03:00
visual_shader.h Better visual shader code generation 2020-02-01 15:53:02 +03:00
world_2d.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
world_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
world.cpp Merge pull request #33987 from nekomatata/own-world-environment 2020-01-06 15:26:52 +01:00
world.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00