godot/scene/main
Hugo Locurcio 8f7e1b53ff
Allow using ORMMaterial3D by using BaseMaterial3D as a resource hint
Previously, only StandardMaterial3D could be defined as an alternative
to ShaderMaterial.

This also reorders the CanvasItemMaterial property hints to follow
alphabetical order (which is enforced by the inspector).
2021-07-04 17:49:36 +02:00
..
canvas_item.cpp Allow using ORMMaterial3D by using BaseMaterial3D as a resource hint 2021-07-04 17:49:36 +02:00
canvas_item.h Implement animation slice drawing in CanvasItem 2021-06-17 12:42:27 -03:00
canvas_layer.cpp Fix editor suffixes and degrees conversion 2021-06-30 12:38:25 -03:00
canvas_layer.h Fix editor suffixes and degrees conversion 2021-06-30 12:38:25 -03:00
http_request.cpp [Net] Makes HTTPClient a custom instance class. 2021-06-23 14:10:45 +02:00
http_request.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
instance_placeholder.cpp Rename instance()->instantiate() when it's a verb 2021-06-19 20:49:18 -06:00
instance_placeholder.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
node.cpp Merge pull request #49834 from nekomatata/physics-disable-modes 2021-06-30 20:36:36 +02:00
node.h Merge pull request #49834 from nekomatata/physics-disable-modes 2021-06-30 20:36:36 +02:00
resource_preloader.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
resource_preloader.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_tree.cpp Merge pull request #49719 from LightningAA/rename-node-is-ancestor-of 2021-06-29 12:07:25 +02:00
scene_tree.h Complete rewrite of Tweens 2021-06-19 12:08:50 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
shader_globals_override.cpp Rename Variant TRANSFORM to TRANSFORM3D 2021-06-03 07:30:01 -04:00
shader_globals_override.h Use Array for node configuration warnings 2021-04-11 23:25:38 -05:00
timer.cpp Fix editor suffixes and degrees conversion 2021-06-30 12:38:25 -03:00
timer.h doc: Sync classref with current source 2021-02-19 14:39:14 +01:00
viewport.cpp Fix Render Info 2021-07-03 10:15:04 -03:00
viewport.h Fix Render Info 2021-07-03 10:15:04 -03:00
window.cpp Expose Window.get_contents_minimum_size() to scripts 2021-07-02 15:35:56 -03:00
window.h Add theme_custom_type property to Control and Window 2021-05-17 17:20:42 +03:00