godot/scene
Juan Linietsky 5d4dc2d45c Add ability to bind typed arrays to script API
Note: Only replaced 2 instances to test, Node.get_children and TileMap.get_used_cells
Note: Will do a mass replace on later PRs of whathever I can find, but probably need
a tool to grep through doc.
Warning: Mono will break, needs to be fixed (and so do TypeScript and NativeScript, need to ask respective maintainers)
2020-04-21 10:15:40 +02:00
..
2d Add ability to bind typed arrays to script API 2020-04-21 10:15:40 +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 Add ability to bind typed arrays to script API 2020-04-21 10:15:40 +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