godot/core/object
reduz 3682978aee Replace BIND_VMETHOD by new GDVIRTUAL syntax
* New syntax is type safe.
* New syntax allows for type safe virtuals in native extensions.
* New syntax permits extremely fast calling.

Note: Everything was replaced where possible except for `_gui_input` `_input` and `_unhandled_input`.
These will require API rework on a separate PR as they work different than the rest of the functions.

Added a new method flag METHOD_FLAG_OBJECT_CORE, used internally. Allows to not dump the core virtuals like `_notification` to the json API, since each language will implement those as it is best fits.
2021-08-22 08:23:58 -03:00
..
callable_method_pointer.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
callable_method_pointer.h Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
class_db.cpp Replace BIND_VMETHOD by new GDVIRTUAL syntax 2021-08-22 08:23:58 -03:00
class_db.h Replace BIND_VMETHOD by new GDVIRTUAL syntax 2021-08-22 08:23:58 -03:00
make_virtuals.py Replace BIND_VMETHOD by new GDVIRTUAL syntax 2021-08-22 08:23:58 -03:00
message_queue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
message_queue.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
method_bind.cpp Implement native extension system 2021-06-25 17:32:45 -03:00
method_bind.h Replace BIND_VMETHOD by new GDVIRTUAL syntax 2021-08-22 08:23:58 -03:00
object.cpp Replace BIND_VMETHOD by new GDVIRTUAL syntax 2021-08-22 08:23:58 -03:00
object.h Replace BIND_VMETHOD by new GDVIRTUAL syntax 2021-08-22 08:23:58 -03:00
object_id.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
ref_counted.cpp Redo how instance bindings work 2021-07-08 17:08:12 -03:00
ref_counted.h Replace BIND_VMETHOD by new GDVIRTUAL syntax 2021-08-22 08:23:58 -03:00
script_language.cpp Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
script_language.h Implement didSave notification and rename request 2021-07-17 11:50:00 -04:00
SCsub Implement native extension system 2021-06-25 17:32:45 -03:00
undo_redo.cpp Improve Undo/Redo menu items 2021-08-17 21:11:10 +08:00
undo_redo.h Improve Undo/Redo menu items 2021-08-17 21:11:10 +08:00