godot/scene/resources
Marcin Zawiejski a1d2fbdeb2 == and != operators for Ref<T> / T*
This is to prevent crashes for code like:

...
void Material::set_next_pass(const Ref<Material> &p_pass) {

	ERR_FAIL_COND(p_pass == this);
...

that's been fixed in 031f763d4f
2018-08-21 13:25:50 +02:00
..
default_theme Merge pull request #20906 from Chaosus/rrect_fix 2018-08-14 23:31:48 +02:00
animation.cpp
animation.h
audio_stream_sample.cpp
audio_stream_sample.h
bit_mask.cpp Fix comments indentation 2018-08-14 14:30:15 +02:00
bit_mask.h
bounds.cpp
bounds.h
box_shape.cpp
box_shape.h
canvas.cpp
canvas.h
capsule_shape_2d.cpp
capsule_shape_2d.h
capsule_shape.cpp
capsule_shape.h
circle_shape_2d.cpp
circle_shape_2d.h
color_ramp.cpp
color_ramp.h
concave_polygon_shape_2d.cpp
concave_polygon_shape_2d.h
concave_polygon_shape.cpp
concave_polygon_shape.h
convex_polygon_shape_2d.cpp
convex_polygon_shape_2d.h
convex_polygon_shape.cpp
convex_polygon_shape.h
curve.cpp
curve.h
cylinder_shape.cpp
cylinder_shape.h
dynamic_font_stb.cpp
dynamic_font_stb.h
dynamic_font.cpp
dynamic_font.h
environment.cpp
environment.h
font.cpp
font.h
material.cpp == and != operators for Ref<T> / T* 2018-08-21 13:25:50 +02:00
material.h
mesh_data_tool.cpp
mesh_data_tool.h
mesh_library.cpp
mesh_library.h
mesh.cpp Fix arg name in docs, some copy-paste errors 2018-08-21 01:51:19 +07:00
mesh.h
multimesh.cpp
multimesh.h
packed_scene.cpp
packed_scene.h
physics_material.cpp
physics_material.h Change PhysicsMaterial extension to phymat 2018-08-16 19:19:23 +02:00
plane_shape.cpp
plane_shape.h
polygon_path_finder.cpp
polygon_path_finder.h
primitive_meshes.cpp
primitive_meshes.h
ray_shape.cpp
ray_shape.h
rectangle_shape_2d.cpp
rectangle_shape_2d.h
room.cpp
room.h
scene_format_text.cpp
scene_format_text.h
SCsub
segment_shape_2d.cpp
segment_shape_2d.h
shader_graph.cpp
shader_graph.h
shader.cpp
shader.h
shape_2d.cpp
shape_2d.h
shape_line_2d.cpp
shape_line_2d.h
shape.cpp
shape.h
sky_box.cpp
sky_box.h
space_2d.cpp
space_2d.h
sphere_shape.cpp
sphere_shape.h
style_box.cpp
style_box.h
surface_tool.cpp
surface_tool.h
text_file.cpp
text_file.h
texture.cpp Fix arg name in docs, some copy-paste errors 2018-08-21 01:51:19 +07:00
texture.h Merge pull request #18096 from aaronfranke/master 2018-08-14 18:58:32 -03:00
theme.cpp
theme.h
tile_set.cpp
tile_set.h
video_stream.cpp
video_stream.h
visual_shader_nodes.cpp
visual_shader_nodes.h
visual_shader.cpp
visual_shader.h
world_2d.cpp
world_2d.h
world.cpp
world.h