Thaddeus Crews
08f893f1ea
CI: Various version bumps; sync with main repo
...
(cherry picked from commit 64cdf089d9 )
2025-06-24 15:37:21 -05:00
Thaddeus Crews
f166d4ed8c
Style: Replace header guards with #pragma once
...
(cherry picked from commit 7056c996dd )
2025-06-24 15:31:15 -05:00
David Snopek
44d78ec881
Merge pull request #1409 from Repiteo/class-to-typename
...
Enforce template syntax `typename` over `class`
2024-04-02 14:30:01 -05:00
A Thousand Ships
fb79d5ff98
Add support for getting argument count from Callables
2024-03-14 10:27:39 +01:00
Thaddeus Crews
87f5fb0691
Enforce template syntax typename over class
2024-03-10 16:02:43 -05:00
David Snopek
f426b12b5b
Fix comparison of Callables from callable_mp() of the same method
2023-11-17 12:49:53 -06:00
David Snopek
d33bd47219
Add CallableCustom that devs can use in their GDExtensions
2023-11-06 00:09:06 -06:00
Martin Capitanio
a926b96103
clang: Add CallableCustomMethodPointerBase virtual destructor
...
Fixes #1272
+ clang++ (debian v16/v17) warning:
destructor called on
'godot::CallableCustomMethodPointerBase' that is abstract but has non-virtual destructor
[-Wdelete-abstract-non-virtual-dtor]
2023-10-19 09:37:11 +02:00
David Snopek
c18c1916c3
Implement callable_mp() and callable_mp_static()
2023-09-21 15:17:50 -05:00