virtualx-engine/scene/resources
Ibrahn Sahir 7d82bed4f4 Moved dynamic font list from static to lifetime controlled by main.
Means the list is destroyed before the OS object, allowing it the
opportunity to print an error if there are still dynamic font objects
hanging around.
2018-10-20 10:13:06 +01:00
..
default_theme Fix warning about functions defined but not used [-Wunused-function] 2018-09-29 22:26:12 +02:00
animation.cpp fix enum cast warnings on clang 2018-10-04 09:17:59 +02:00
animation.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
audio_stream_sample.cpp Fix warnings for comparison between signed and unsigned integers [-Wsign-compare] 2018-09-27 16:25:23 +02:00
audio_stream_sample.h Audio Recording module 2018-07-26 14:14:29 +02:00
bit_mask.cpp Fix warnings about unused variables [-Wunused-variable] 2018-09-27 16:25:24 +02:00
bit_mask.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
bounds.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
bounds.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
box_shape.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
box_shape.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
canvas.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
canvas.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
capsule_shape.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
capsule_shape.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
capsule_shape_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
capsule_shape_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
circle_shape_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
circle_shape_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
color_ramp.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
color_ramp.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
concave_polygon_shape.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
concave_polygon_shape.h Bind many more properties to scripts 2018-01-12 00:58:14 +02:00
concave_polygon_shape_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
concave_polygon_shape_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
convex_polygon_shape.cpp Fixing warnings generated by MSVC 2018-10-19 11:45:24 +02:00
convex_polygon_shape.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
convex_polygon_shape_2d.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
convex_polygon_shape_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
curve.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
curve.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
cylinder_shape.cpp added cylinder shape support 2018-07-01 11:16:54 +02:00
cylinder_shape.h added cylinder shape support 2018-07-01 11:16:54 +02:00
dynamic_font.cpp Moved dynamic font list from static to lifetime controlled by main. 2018-10-20 10:13:06 +01:00
dynamic_font.h Moved dynamic font list from static to lifetime controlled by main. 2018-10-20 10:13:06 +01:00
dynamic_font_stb.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
dynamic_font_stb.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
environment.cpp Merge pull request #21436 from CptPotato/tonemap-fixes 2018-10-02 15:42:15 +02:00
environment.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
font.cpp Clear textures before setting new textures (#21718) 2018-09-17 20:52:45 +02:00
font.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
material.cpp Many more GLES2 fixes 2018-09-29 19:17:52 -03:00
material.h Fix some warnings raised by MSVC 2017 2018-10-03 17:34:56 +02:00
mesh.cpp Fix various Clang 7 warnings about unused stuff 2018-10-01 17:32:12 +02:00
mesh.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
mesh_data_tool.cpp MeshDataTool memory corruption fix 2018-09-30 00:23:08 +03:00
mesh_data_tool.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mesh_library.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
mesh_library.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
multimesh.cpp Fixes to multimesh, added custom data and checks to avoid reconfiguring if instance count > 0. Fixes #12595 2018-09-05 19:15:59 -03:00
multimesh.h Fixes to multimesh, added custom data and checks to avoid reconfiguring if instance count > 0. Fixes #12595 2018-09-05 19:15:59 -03:00
packed_scene.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
packed_scene.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
particles_material.cpp Fixes to CPU particles for performance and avoiding NaNs. 2018-10-08 00:55:43 -03:00
particles_material.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
physics_material.cpp Add missing copyright headers 2018-08-29 22:41:17 +02:00
physics_material.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
plane_shape.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
plane_shape.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
polygon_path_finder.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
polygon_path_finder.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
primitive_meshes.cpp Fix SoftBody gizmo slowness, add ConcaveShape wireframe 2018-09-09 19:39:34 +02:00
primitive_meshes.h Added a simpler way to flip faces, closes #17373 and closes #17369 2018-05-07 18:55:05 -03:00
ray_shape.cpp Improved ray shape (2D and 3D) by addiing the possibility to act as regular shape 2018-02-19 20:59:57 +01:00
ray_shape.h Improved ray shape (2D and 3D) by addiing the possibility to act as regular shape 2018-02-19 20:59:57 +01:00
rectangle_shape_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
rectangle_shape_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
room.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
room.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
scene_format_text.cpp Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
scene_format_text.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
segment_shape_2d.cpp Improved ray shape (2D and 3D) by addiing the possibility to act as regular shape 2018-02-19 20:59:57 +01:00
segment_shape_2d.h Improved ray shape (2D and 3D) by addiing the possibility to act as regular shape 2018-02-19 20:59:57 +01:00
shader.cpp Don't open VisualShaders in the text shader editor, and don't support saving them with the "shader" extension. 2018-09-14 22:30:48 -04:00
shader.h Don't open VisualShaders in the text shader editor, and don't support saving them with the "shader" extension. 2018-09-14 22:30:48 -04:00
shape.cpp Improved trimesh stability 2018-10-05 15:15:54 +02:00
shape.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
shape_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
shape_2d.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
shape_line_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
shape_line_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
sky_box.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
sky_box.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
space_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
space_2d.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
sphere_shape.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
sphere_shape.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
style_box.cpp Remove unnecessary "rings" variable from "draw_rings()" in StyleBox 2018-10-16 14:48:46 -03:00
style_box.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
surface_tool.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
surface_tool.h Added flip switch to generate_normals 2018-02-19 22:40:34 +03:00
text_file.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
text_file.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
texture.cpp Merge pull request #22531 from DualMatrix/path_missing_video_memory 2018-10-02 13:53:28 +02:00
texture.h Made Debugger's Video Memory tab show correct resource paths. 2018-09-29 13:40:29 +02:00
theme.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
theme.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
tile_set.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
tile_set.h Fix warnings about wrong member initialization order [-Wreorder] 2018-09-28 17:30:28 +02:00
video_stream.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
video_stream.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
visual_shader.cpp Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wreturn-local-addr] and more 2018-09-27 16:33:52 +02:00
visual_shader.h Don't open VisualShaders in the text shader editor, and don't support saving them with the "shader" extension. 2018-09-14 22:30:48 -04:00
visual_shader_nodes.cpp Add missing copyright headers 2018-08-29 22:41:17 +02:00
visual_shader_nodes.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
world.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
world.h Fix mismatched class/struct definition warnings [-Wmismatched-tags] 2018-10-01 17:02:47 +02:00
world_2d.cpp Fix mismatched class/struct definition warnings [-Wmismatched-tags] 2018-10-01 17:02:47 +02:00
world_2d.h Fix mismatched class/struct definition warnings [-Wmismatched-tags] 2018-10-01 17:02:47 +02:00