virtualx-engine/scene/resources
Juan Linietsky 667785e474 Bugfixes and ability to better specify filter and repeat modes everywhere.
Removes antialiased flag for draw_* methods.
2019-12-12 11:33:08 +01:00
..
default_theme Texture refactor 2019-12-12 10:05:14 +01:00
animation.cpp Merge pull request #32477 from aaronfranke/equal-approx-separate 2019-11-07 14:54:15 +01:00
animation.h Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
audio_stream_sample.cpp Fix some overflows and unitialized variables 2019-11-20 16:22:16 +01:00
audio_stream_sample.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
bit_map.cpp Small fixes to redundand code, copy paste bugs 2019-10-14 11:40:55 +02:00
bit_map.h Sprite to polygon conversion improvements 2019-10-07 13:19:30 +02:00
box_shape.cpp Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
box_shape.h Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
canvas.cpp
canvas.h
capsule_shape.cpp Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
capsule_shape.h Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
capsule_shape_2d.cpp
capsule_shape_2d.h
circle_shape_2d.cpp
circle_shape_2d.h
concave_polygon_shape.cpp Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
concave_polygon_shape.h Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
concave_polygon_shape_2d.cpp Add default values to the editor help, docs, and generated RST 2019-06-27 18:29:35 +03:00
concave_polygon_shape_2d.h
convex_polygon_shape.cpp Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
convex_polygon_shape.h Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07: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
curve.cpp Remove ERR_EXPLAIN from scene/* code 2019-08-09 13:54:52 +02:00
curve.h Curve: Prevent forcing 1.0 min value to 0.99 2019-06-21 16:08:45 +02:00
cylinder_shape.cpp Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
cylinder_shape.h Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
dynamic_font.cpp A lot of progress with canvas rendering, still far from working. 2019-12-12 10:50:00 +01:00
dynamic_font.h Texture refactor 2019-12-12 10:05:14 +01:00
environment.cpp Texture refactor 2019-12-12 10:05:14 +01:00
environment.h Texture refactor 2019-12-12 10:05:14 +01:00
font.cpp A lot of progress with canvas rendering, still far from working. 2019-12-12 10:50:00 +01:00
font.h Texture refactor 2019-12-12 10:05:14 +01:00
gradient.cpp Fix some editor crashes 2019-06-21 11:34:32 +02: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 Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
height_map_shape.h Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07: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 Texture refactor 2019-12-12 10:05:14 +01:00
material.h Texture refactor 2019-12-12 10:05:14 +01:00
mesh.cpp A lot of progress with canvas rendering, still far from working. 2019-12-12 10:50:00 +01:00
mesh.h A lot of progress with canvas rendering, still far from working. 2019-12-12 10:50:00 +01:00
mesh_data_tool.cpp Fix the edges of the mesh vertex 2019-08-24 10:27:22 +08:00
mesh_data_tool.h
mesh_library.cpp Texture refactor 2019-12-12 10:05:14 +01:00
mesh_library.h Texture refactor 2019-12-12 10:05:14 +01:00
multimesh.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02: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 Don't store index of root nodes 2019-12-05 01:18:48 +01:00
packed_scene.h
particles_material.cpp Texture refactor 2019-12-12 10:05:14 +01:00
particles_material.h Texture refactor 2019-12-12 10:05:14 +01:00
physics_material.cpp
physics_material.h
plane_shape.cpp Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
plane_shape.h Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
polygon_path_finder.cpp Add overriden properties to the documentation 2019-09-04 15:21:40 +03:00
polygon_path_finder.h
primitive_meshes.cpp added pointMesh primitive 2019-07-24 12:14:31 -07:00
primitive_meshes.h added pointMesh primitive 2019-07-24 12:14:31 -07:00
ray_shape.cpp Fix some crashes, overflows and using variables without values 2019-11-01 16:16:31 +01:00
ray_shape.h Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
rectangle_shape_2d.cpp
rectangle_shape_2d.h
resource_format_text.cpp Merge pull request #32051 from qarmin/some_error_explanation 2019-09-25 11:51:54 +02:00
resource_format_text.h Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
room.cpp
room.h Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
SCsub
segment_shape_2d.cpp Removed unused variables, add some constants numbers 2019-12-10 05:13:02 +01:00
segment_shape_2d.h
shader.cpp Texture refactor 2019-12-12 10:05:14 +01:00
shader.h Texture refactor 2019-12-12 10:05:14 +01:00
shape.cpp Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
shape.h Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
shape_2d.cpp
shape_2d.h
skin.cpp Fix copyright headers and style issues 2019-09-24 11:52:06 +02:00
skin.h Fix copyright headers and style issues 2019-09-24 11:52:06 +02:00
sky.cpp Texture refactor 2019-12-12 10:05:14 +01:00
sky.h Texture refactor 2019-12-12 10:05:14 +01:00
space_2d.cpp
space_2d.h
sphere_shape.cpp Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
sphere_shape.h Fixes concaveshape not selecting in viewport 2019-10-11 03:42:36 -07:00
style_box.cpp Texture refactor 2019-12-12 10:05:14 +01:00
style_box.h Texture refactor 2019-12-12 10:05:14 +01:00
surface_tool.cpp Use reference to constant in functions 2019-07-10 11:54:12 +02:00
surface_tool.h Use reference to constant in functions 2019-07-10 11:54:12 +02:00
text_file.cpp Added some obvious errors explanations 2019-09-25 10:28:50 +02:00
text_file.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
texture.cpp Bugfixes and ability to better specify filter and repeat modes everywhere. 2019-12-12 11:33:08 +01:00
texture.h Bugfixes and ability to better specify filter and repeat modes everywhere. 2019-12-12 11:33:08 +01:00
theme.cpp Texture refactor 2019-12-12 10:05:14 +01:00
theme.h Texture refactor 2019-12-12 10:05:14 +01:00
tile_set.cpp Texture refactor 2019-12-12 10:05:14 +01:00
tile_set.h Texture refactor 2019-12-12 10:05:14 +01:00
video_stream.cpp
video_stream.h Texture refactor 2019-12-12 10:05:14 +01:00
visual_shader.cpp Fixes crash when shader inputs/outputs is invalid string 2019-12-10 17:04:18 +08:00
visual_shader.h Texture refactor 2019-12-12 10:05:14 +01:00
visual_shader_nodes.cpp Texture refactor 2019-12-12 10:05:14 +01:00
visual_shader_nodes.h Texture refactor 2019-12-12 10:05:14 +01:00
world.cpp 32294: Changed the default_angular_damp value to a float. 2019-10-07 18:15:20 -04:00
world.h
world_2d.cpp 32294: Changed the default_angular_damp value to a float. 2019-10-07 18:15:20 -04:00
world_2d.h