Daylily-Zeleen
|
614a51f293
Optimize callable's stringify text.
|
8 months ago |
Danil Alexeev
|
e379cc76e5
Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect data
|
9 months ago |
rune-scape
|
cee0e6667a
Refactor ref-counting code and fix ref counted releasing before aquiring
|
1 year ago |
A Thousand Ships
|
203d3be200
[Core] Add way to check if a signal has any connections
|
1 year ago |
Danil Alexeev
|
49bcdf78a7
Core: Сheck `r_error` after calling `callp()`
|
11 months ago |
rune-scape
|
4463e7dee9
fix callable not clearing freed pointer
|
1 year ago |
Rémi Verschelde
|
a1c476f9d7
Merge pull request #87680 from AThousandShips/the_angry_count
|
1 year ago |
A Thousand Ships
|
400f438e72
Fix `rpc` call from name based `Callable`s
|
1 year ago |
A Thousand Ships
|
59bcc2888c
Add methods to get argument count of methods
|
1 year ago |
Danil Alexeev
|
d90c9db27f
Core: Add `Callable.create` static method for `Variant` callables
|
1 year ago |
kobewi
|
0e8f90f4c8
Update deferred calls to use Callables
|
1 year ago |
Mai Lavelle
|
5e15586ec2
Fixes to allow object-less callables throughout Godot
|
1 year ago |
A Thousand Ships
|
893f889d74
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 year ago |
Pedro J. Estébanez
|
33f674d0f7
Complete support of callables of static methods
|
2 years ago |
Juan Linietsky
|
33d3b7eea7
Fix Callable call error reporting.
|
2 years ago |
Rémi Verschelde
|
31f94574d4
Merge pull request #70996 from reduz/properly-report-callable-bound-arguments
|
2 years ago |
Juan Linietsky
|
0e0ca01bce
Properly report Callable bound arguments
|
2 years ago |
Juan Linietsky
|
d762a0395a
Allow binding Callable arguments from an array
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |
Ricardo Buring
|
0c2055d15d
Callable: add callv method
|
2 years ago |
Juan Linietsky
|
d4433ae6d3
Remove Signal connect binds
|
3 years ago |
Fabio Alessandrelli
|
ca7d572908
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
|
3 years ago |
cdemirer
|
dae5edf41c
Fix the argcount when generating error message for CallableComparator
|
3 years ago |
reduz
|
141c375581
Clean up Hash Functions
|
3 years ago |
mashumafi
|
9c2bfeb2fb
Const Ref Callable for custom sort/search
|
3 years ago |
reduz
|
21637dfc25
Remove VARIANT_ARG* macros
|
3 years ago |
kobewi
|
a08fc442a0
Fix script editor errors with CustomCallables
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
kobewi
|
7bf5fc709e
Remove binds from Signal.connect
|
3 years ago |