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
/
method_bind.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-1
/
+1
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-4
/
+5
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-21
/
+21
*
GDExtension: Fix calling ancestor methods on runtime classes
David Snopek
2024-02-26
1
-14
/
+14
*
Allow registering "runtime classes" in modules (not just GDExtension)
David Snopek
2024-02-22
1
-0
/
+42
*
Implement reloading of GDExtensions
David Snopek
2023-09-25
1
-0
/
+4
*
Add ValidatedCall to MethodBind
Juan Linietsky
2023-04-30
1
-1
/
+48
*
Avoid losing references to objects in the native-scripting boundary
Pedro J. Estébanez
2023-02-03
1
-0
/
+4
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-02
1
-17
/
+17
*
SCons: Cleanup GCC warnings configuration
Rémi Verschelde
2022-10-10
1
-48
/
+0
*
MethodBind: Silence GCC `-Wmaybe-uninitialized` caused by UBSAN
Rémi Verschelde
2022-09-26
1
-0
/
+8
*
Implement varargs in Methodinfo
reduz
2022-06-23
1
-14
/
+0
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-45
/
+45
*
Fix some issues found by clang sanitizers.
bruvzg
2022-03-31
1
-3
/
+3
*
Make vararg method bind no return and return
Pierre-Thomas Meisels
2022-03-30
1
-35
/
+86
*
Add static method support to ClassDB
reduz
2022-03-22
1
-2
/
+140
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Enable method type information on release builds
George Marques
2021-10-07
1
-29
/
+9
*
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-0
/
+1
*
Implement native extension system
reduz
2021-06-25
1
-0
/
+2
*
Add static method support to core Variant types
reduz
2021-03-16
1
-0
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Core: Always enable ptrcall, remove PTRCALL_ENABLED define
Rémi Verschelde
2020-11-25
1
-15
/
+2
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-1
/
+0
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-0
/
+591