godot/modules/mono/glue
reduz 4469144891 Redo how instance bindings work
* The harcoded 8 slots are no more and impose limits in the new extension system.
* New system is limitless, although it will impose small performance hit with a mutex.
* Use a token to request the instance binding.

**Warning**: Mono will most likely break as a result of this, will need to be modified to use the new system.
2021-07-08 17:08:12 -03:00
..
GodotSharp Fixing mono build after instance() -> instanciate() name change 2021-06-23 16:07:23 +02:00
arguments_vector.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
base_object_glue.cpp Redo how instance bindings work 2021-07-08 17:08:12 -03:00
collections_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
glue_header.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
nodepath_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
rid_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_tree_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
string_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
string_name_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00