summaryrefslogtreecommitdiffstats
path: root/core/object/make_virtuals.py
Commit message (Expand)AuthorAgeFilesLines
* GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-111-9/+21
* SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-7/+1
* Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-1/+1
* Fix EncodeT assignment in make_virtuals.pyThaddeus Crews2023-12-051-1/+3
* Refactor make_virtuals.pyThaddeus Crews2023-12-051-120/+118
* Allow coexistance of GDScript and GDExtension virtual methods in the same objectanrp2023-10-191-2/+2
* Implement reloading of GDExtensionsDavid Snopek2023-09-251-0/+14
* Add functions for non-ptr style virtual calls in GDExtensionJeff Ward2023-09-191-7/+20
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-0/+2
* CI: Update static checks to black 23.3.0Rémi Verschelde2023-06-191-2/+0
* Add `GodotTypeInfo::Metadata` to `MethodInfo`Raul Santos2023-01-261-0/+4
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-7/+7
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-021-2/+2
* Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond2022-11-081-2/+4
* Rename `script_instance` to `_script_instance` in the `GDVIRTUAL*` wrappers t...bruvzg2022-09-281-6/+6
* Fix typos with codespellRémi Verschelde2022-03-311-1/+1
* Create GDExtension clases for PhysicsServer3Dreduz2022-03-151-1/+4
* Discern between virtual and abstract class bindingsreduz2022-03-101-0/+5
* Remove VARIANT_ARG* macrosreduz2022-03-091-1/+1
* [GDExtension] Fix registration of functions with enum or native pointer retur...bruvzg2022-02-031-2/+2
* Change gdnative interface so that Godot object initialization should be trigg...Gilles Roudière2021-11-301-1/+10
* Fix misspelled "overriden"Haoyu Qiu2021-08-261-1/+1
* Implement NativeExtension pointer argumentsreduz2021-08-231-3/+2
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-3/+13
* Properly set up virtual calls for extensionsGeorge Marques2021-08-171-1/+1
* Implement native extension systemreduz2021-06-251-0/+152