godot/scene/resources
Bojidar Marinov 794bfe8aaa Fix invalid write in AudioStreamSample::save_to_wav
Fixes #29955

(cherry picked from commit ea949ab873)
2019-11-12 13:09:35 +01:00
..
default_theme Remove unused imports 2019-04-20 20:15:44 +02:00
animation.cpp Replace a few #if/#elif with #ifdef and "#elif defined" 2019-04-20 20:13:07 +02:00
animation.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_stream_sample.cpp Fix invalid write in AudioStreamSample::save_to_wav 2019-11-12 13:09:35 +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 Fix BitMap calculating incorrect true bit count 2019-04-06 21:19:08 +02:00
bit_map.h Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
box_shape.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01: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 Update copyright statements to 2019 2019-01-01 12:58:10 +01: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 Update copyright statements to 2019 2019-01-01 12:58:10 +01: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 Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
convex_polygon_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
convex_polygon_shape_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
convex_polygon_shape_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
curve.cpp Fixing Curve2D/3D baked interpolated values 2019-09-26 14:46:25 +02:00
curve.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
cylinder_shape.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01: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-09-26 14:46:43 +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 Fix recursive assignment of Textures and BitMapFont 2019-01-28 15:10:34 +01:00
font.h Update copyright statements to 2019 2019-01-01 12:58:10 +01: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-20 20:13:07 +02:00
height_map_shape.cpp Added height map shape that implement heightmap collision shape 2019-04-20 23:33:50 +02:00
height_map_shape.h Added height map shape that implement heightmap collision shape 2019-04-20 23:33:50 +02: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 Several fixes to make GLES2 on HTML5 work much better. 2019-02-25 21:47:29 -03:00
material.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mesh.cpp Remove old method that makes no sense today, fixes #25566 2019-03-01 18:02:45 -03:00
mesh.h Remove old method that makes no sense today, fixes #25566 2019-03-01 18:02:45 -03:00
mesh_data_tool.cpp Fix the edges of the mesh vertex 2019-11-08 15:48:18 +01:00
mesh_data_tool.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mesh_library.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mesh_library.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
multimesh.cpp Expose visible instance count to multimesh 2019-04-24 07:01:04 +02:00
multimesh.h Expose visible instance count to multimesh 2019-04-24 07:01:04 +02:00
packed_scene.cpp Skeletons can now choose between using local or world coords for processing, fixes #26468 2019-03-03 12:24:00 -03:00
packed_scene.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
particles_material.cpp Bind missing FLAG_DISABLE_Z enum value in ParticlesMaterial 2019-11-12 11:51:52 +01: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 Update copyright statements to 2019 2019-01-01 12:58:10 +01: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 Update copyright statements to 2019 2019-01-01 12:58:10 +01: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 Escape node names when saving to .tscn 2019-11-12 13:09:35 +01:00
resource_format_text.h Implement a cleaner (and better) way to save imagedata from ImageTexture, fixes #18801 2019-02-21 20:49:42 -03: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 Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01: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 Fix and restore text, material and mesh previewers. 2019-03-04 15:53:18 -03:00
sky.h Fix and restore text, material and mesh previewers. 2019-03-04 15:53:18 -03: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 Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
sphere_shape.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
style_box.cpp Update controls when a stylebox or icon override changes; change to CONNECT_REFERENCE_COUNTED 2019-02-25 17:42:38 +02:00
style_box.h Ability to get the current canvas item being drawn from stylebox. 2019-01-24 10:22:41 -03:00
surface_tool.cpp Fix typos with codespell 2019-02-13 09:23:29 +01:00
surface_tool.h Fix typos with codespell 2019-02-13 09:23:29 +01: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-07-17 09:49:34 +02:00
texture.h Hide StreamTexture flags, fixes #26640 2019-03-06 12:50:24 -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 TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix for #24003 2019-03-04 21:03:10 -03:00
tile_set.h TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix for #24003 2019-03-04 21:03:10 -03: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 Disallow loopback connection in visual scripts and visual shaders 2019-09-24 09:00:46 +02:00
visual_shader.h Modified code generation to be more friendly to previews, fixes #25094 2019-01-21 16:10:23 -03:00
visual_shader_nodes.cpp Fix saturate ScalarFunc in Visual Shader 2019-02-25 23:30:03 -05:00
visual_shader_nodes.h Modified code generation to be more friendly to previews, fixes #25094 2019-01-21 16:10:23 -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