virtualx-engine/scene
reduz 6f51eca1e3 Discern between virtual and abstract class bindings
* Previous "virtual" classes (which can't be instantiated) are not corretly named "abstract".
* Added a new "virtual" category for classes, they can't be instantiated from the editor, but can be inherited from script and extensions.
* Converted a large amount of classes from "abstract" to "virtual" where it makes sense.

Most classes that make sense have been converted. Missing:

* Physics servers
* VideoStream
* Script* classes.

which will go in a separate PR due to the complexity involved.
2022-03-10 12:28:11 +01:00
..
2d Changed TileMap::set_cell alternative_tile default value to 0 2022-03-02 12:13:45 +01:00
3d Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
animation Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
audio Use switch consistently in _notification (scene folder) 2022-02-15 18:44:55 +01:00
debugger Remove VARIANT_ARG* macros 2022-03-09 18:39:13 +01:00
gui Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
main Revert "Update mouse cursor shape after changes" 2022-03-10 09:43:06 +01:00
multiplayer Remove VARIANT_ARG* macros 2022-03-09 18:39:13 +01:00
resources Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
property_utils.cpp Cleanup and move char functions to the char_utils.h header. 2022-02-04 11:35:01 +02:00
property_utils.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_scene_types.cpp Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
register_scene_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scene_string_names.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scene_string_names.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub [Net] New replication interface, spawner and synchronizer nodes. 2022-02-04 14:56:30 +01:00