Pedro J. Estébanez
|
318af42020
Include more attributes in the global class names cache
|
7 months ago |
Danil Alexeev
|
80d11500b5
Code Editor: Add documentation tooltips
|
8 months ago |
Rémi Verschelde
|
8a9a26ef19
Merge pull request #93311 from dsnopek/gdextension-required-virtuals
|
10 months ago |
David Snopek
|
c2af6bcb59
GDExtension: Mark virtual function as `is_required` in `extension_api.json`
|
1 year ago |
Ryan
|
8835f326b1
Expose get_rpc_config and get_node_rpc_config
|
1 year ago |
Jovan Gerodetti
|
21586da50e
Make profiling_get_frame_data call the correct GDVIRTUAL method.
|
1 year ago |
Chris Cranford
|
fdc5b42646
Add default implementation of `ScriptLanguageExtension::preferred_file_name_casing`.
|
1 year ago |
A Thousand Ships
|
64146cb7f3
[Core] Add iteration support to `Array`
|
1 year ago |
A Thousand Ships
|
0c19d0f5a0
Add extension support for argument count to `ScriptInstance`
|
1 year ago |
A Thousand Ships
|
59bcc2888c
Add methods to get argument count of methods
|
1 year ago |
RedMser
|
2bd714e34e
Allow configuring the script filename casing rule
|
2 years ago |
David Snopek
|
0badf07657
GDExtension: Pass count when freeing method and property lists for script instances
|
1 year ago |
Rémi Verschelde
|
09df8f4a56
Merge pull request #87952 from paulloz/dotnet/byebye-signal-callback-generation
|
1 year ago |
Muller-Castro
|
a8bc9f3e78
Add const lvalue ref to core/* container parameters
|
1 year ago |
Paul Joannon
|
9fa2355cef
Disable signal callback generation in C#
|
1 year ago |
Yuri Sizov
|
c027aecc2e
Merge pull request #86676 from rune-scape/sparse-script-reload
|
1 year ago |
Muller-Castro
|
96a95cb974
Add const lvalue ref to container parameters
|
4 years ago |
rune-scape
|
cde478bda6
Hot-reload only changed scripts
|
1 year ago |
msreis
|
f1cc14d525
Fix missing time for some script functions in profiler
|
2 years ago |
voidedWarranties
|
e8309dd192
Add `path` option to `ScriptLanguageExtension::_validate`
|
1 year ago |
Danil Alexeev
|
de7cbe8789
Highlight doc comments in a different color
|
2 years ago |
Danil Alexeev
|
ed0b3c08e1
Core: Fix `Object::has_method()` for script static methods
|
1 year ago |
David Snopek
|
cbf939e121
GDExtension: Don't deprecate old method of getting script category
|
1 year ago |
David Cambré
|
531f56e830
add GDExtensionScriptInstanceGetClassCategory
|
2 years ago |
Markus Sauermann
|
d2bcde0407
Fix type of notification_func
|
1 year ago |
Rémi Verschelde
|
d759f91f8d
Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-support
|
1 year ago |
398utubzyt
|
2df37a237a
C#: Abstract script class support
|
2 years ago |
Danil Alexeev
|
26ce861910
Editor: Remove unused Class Name field from Create Script dialog
|
1 year ago |
David Snopek
|
abef8e3874
Allow implementing `Object::_validate_property()` from GDExtension
|
1 year ago |
David Snopek
|
3e7a6e058a
Allow implementing `ScriptInstance::validate_property()` from GDExtension
|
1 year ago |