godot/scene
Juan Linietsky ae09b55a19 Exposed RenderingDevice to script API
Also added an easier way to load native GLSL shaders.

Extras:

Had to fix no-cache for subresources in resource loader, it was not properly working, making shaders not properly reload.

Note:

The precommit hooks are broken because they don't seem to support enums from one class being used in another.
Feel free to fix this after merging this PR.
2020-04-20 21:21:58 -03:00
..
2d Handle huge offset values in Path2D and Path3D set_offset 2020-04-13 07:42:47 +02:00
3d Fix more GCC -Wmaybe-uninitialized warnings 2020-04-20 22:34:20 +02:00
animation Replace more occurrences of NULL with nullptr 2020-04-02 14:56:01 +02:00
audio Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
debugger Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
gui Merge pull request #37047 from YeldhamDev/tabcontainer_doc_control_fix 2020-04-16 12:36:42 +02:00
main doc: Sync classref with current source 2020-04-20 11:48:00 +02:00
resources Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
register_scene_types.cpp DocData: Skip unexposed classes 2020-04-20 12:51:10 +02:00
register_scene_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.cpp Implement global and per instance shader uniforms. 2020-04-17 12:35:41 -03:00
scene_string_names.h Implement global and per instance shader uniforms. 2020-04-17 12:35:41 -03:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00