index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
object
/
make_virtuals.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GDExtension: Mark virtual function as `is_required` in `extension_api.json`
David Snopek
2024-09-11
1
-9
/
+21
*
SCons: Remove `run_in_subprocess` dependency
Thaddeus Crews
2024-03-11
1
-7
/
+1
*
Enforce `\n` eol for Python writes
Thaddeus Crews
2024-03-09
1
-1
/
+1
*
Fix EncodeT assignment in make_virtuals.py
Thaddeus Crews
2023-12-05
1
-1
/
+3
*
Refactor make_virtuals.py
Thaddeus Crews
2023-12-05
1
-120
/
+118
*
Allow coexistance of GDScript and GDExtension virtual methods in the same object
anrp
2023-10-19
1
-2
/
+2
*
Implement reloading of GDExtensions
David Snopek
2023-09-25
1
-0
/
+14
*
Add functions for non-ptr style virtual calls in GDExtension
Jeff Ward
2023-09-19
1
-7
/
+20
*
Extract ScriptInstance to simplify includes
Yuri Sizov
2023-09-06
1
-0
/
+2
*
CI: Update static checks to black 23.3.0
Rémi Verschelde
2023-06-19
1
-2
/
+0
*
Add `GodotTypeInfo::Metadata` to `MethodInfo`
Raul Santos
2023-01-26
1
-0
/
+4
*
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
1
-7
/
+7
*
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-02
1
-2
/
+2
*
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
1
-2
/
+4
*
Rename `script_instance` to `_script_instance` in the `GDVIRTUAL*` wrappers t...
bruvzg
2022-09-28
1
-6
/
+6
*
Fix typos with codespell
Rémi Verschelde
2022-03-31
1
-1
/
+1
*
Create GDExtension clases for PhysicsServer3D
reduz
2022-03-15
1
-1
/
+4
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-0
/
+5
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-1
/
+1
*
[GDExtension] Fix registration of functions with enum or native pointer retur...
bruvzg
2022-02-03
1
-2
/
+2
*
Change gdnative interface so that Godot object initialization should be trigg...
Gilles Roudière
2021-11-30
1
-1
/
+10
*
Fix misspelled "overriden"
Haoyu Qiu
2021-08-26
1
-1
/
+1
*
Implement NativeExtension pointer arguments
reduz
2021-08-23
1
-3
/
+2
*
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-3
/
+13
*
Properly set up virtual calls for extensions
George Marques
2021-08-17
1
-1
/
+1
*
Implement native extension system
reduz
2021-06-25
1
-0
/
+152