godot/scene/resources
Rémi Verschelde 192688e7eb classref: Fix arg name for is_action_pressed/released
Also position TEXTURE_SPHERE constant properly.

(cherry picked from commit a15de80942)
2016-07-08 23:41:58 +02:00
..
default_theme Fixed caret color not changing though properties 2016-06-04 22:20:02 +02:00
animation.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
animation.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
audio_stream.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
audio_stream.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
audio_stream_resampled.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
audio_stream_resampled.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
baked_light.cpp Several performance improvements, mainly in loading and instancing scenes and resources. 2015-06-29 00:29:49 -03:00
baked_light.h -Much improvement to baked light baker 2014-10-27 22:54:32 -03:00
bit_mask.cpp -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs and speeds up. Closes #2040 2016-01-03 17:14:28 -03:00
bit_mask.h -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs and speeds up. Closes #2040 2016-01-03 17:14:28 -03:00
bounds.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
bounds.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
box_shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
box_shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
canvas.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
canvas.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
capsule_shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
capsule_shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
capsule_shape_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
capsule_shape_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
circle_shape_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
circle_shape_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
color_ramp.cpp added proper functions to ColorRamp, fixes #3034 2015-12-12 09:45:17 -03:00
color_ramp.h added proper functions to ColorRamp, fixes #3034 2015-12-12 09:45:17 -03:00
concave_polygon_shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
concave_polygon_shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
concave_polygon_shape_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
concave_polygon_shape_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
convex_polygon_shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
convex_polygon_shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
convex_polygon_shape_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
convex_polygon_shape_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
curve.cpp Fixed curve baking, now always start at origin point 2016-04-27 08:49:23 +02:00
curve.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
environment.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
environment.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
event_stream.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
event_stream.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
font.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
font.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
gibberish_stream.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
gibberish_stream.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
height_map_shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
height_map_shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
material.cpp classref: Fix arg name for is_action_pressed/released 2016-07-08 23:41:58 +02:00
material.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
mesh.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
mesh.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
mesh_data_tool.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
mesh_data_tool.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
mesh_library.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
mesh_library.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
mikktspace.c Icons for many new types of nodes 2014-10-03 10:33:23 -03:00
mikktspace.h Icons for many new types of nodes 2014-10-03 10:33:23 -03:00
multimesh.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
multimesh.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
packed_scene.cpp Make both signals be ordered and samplelibrary items too, fixes scenes changing for git, closes #5289 2016-07-08 18:52:17 +02:00
packed_scene.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
plane_shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
plane_shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
polygon_path_finder.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
polygon_path_finder.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
ray_shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
ray_shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
rectangle_shape_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
rectangle_shape_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
rich_text.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
rich_text.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
room.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
room.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
sample.cpp Property handle rotated controls in 2D editor, fixes #3613 2016-02-08 11:29:32 -03:00
sample.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
sample_library.cpp Make both signals be ordered and samplelibrary items too, fixes scenes changing for git, closes #5289 2016-07-08 18:52:17 +02:00
sample_library.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
scene_format_text.cpp Remove error when getting dependencies from tscn files in some cases, closes #3897 2016-07-08 18:43:29 +02:00
scene_format_text.h Remove error when getting dependencies from tscn files in some cases, closes #3897 2016-07-08 18:43:29 +02:00
scene_preloader.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
scene_preloader.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
SCsub Cosmetic fixes to SCons buildsystem 2015-11-01 20:53:26 +01:00
segment_shape_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
segment_shape_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shader.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shader.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shader_graph.cpp Automatically create input node when creating a ShaderGraph 2016-04-02 22:09:26 +02:00
shader_graph.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shape_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shape_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shape_line_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
shape_line_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
space_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
space_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
sphere_shape.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
sphere_shape.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
style_box.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
style_box.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
surface_tool.cpp Fix wrong return and argument types in documentation 2016-05-06 11:13:35 +02:00
surface_tool.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
texture.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
texture.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
theme.cpp Fixed ancient bug that prevented proper theme editing, closes #4924 2016-06-25 01:22:41 +02:00
theme.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
tile_set.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
tile_set.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
video_stream.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
video_stream.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
volume.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
volume.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
world.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
world.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
world_2d.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
world_2d.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00