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
/
script_language_extension.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make profiling_get_frame_data call the correct GDVIRTUAL method.
Jovan Gerodetti
2024-06-18
1
-1
/
+1
*
Add default implementation of `ScriptLanguageExtension::preferred_file_name_c...
Chris Cranford
2024-05-04
1
-1
/
+10
*
[Core] Add iteration support to `Array`
A Thousand Ships
2024-04-10
1
-18
/
+18
*
Add extension support for argument count to `ScriptInstance`
A Thousand Ships
2024-03-13
1
-1
/
+8
*
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
1
-0
/
+18
*
Allow configuring the script filename casing rule
RedMser
2024-03-05
1
-0
/
+1
*
GDExtension: Pass count when freeing method and property lists for script ins...
David Snopek
2024-03-02
1
-8
/
+27
*
Merge pull request #87952 from paulloz/dotnet/byebye-signal-callback-generation
Rémi Verschelde
2024-02-15
1
-0
/
+1
|
\
|
*
Disable signal callback generation in C#
Paul Joannon
2024-02-14
1
-0
/
+1
*
|
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-1
/
+1
|
/
*
Merge pull request #86676 from rune-scape/sparse-script-reload
Yuri Sizov
2024-01-17
1
-0
/
+1
|
\
|
*
Hot-reload only changed scripts
rune-scape
2024-01-02
1
-0
/
+1
*
|
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-1
/
+1
|
/
*
Fix missing time for some script functions in profiler
msreis
2023-12-19
1
-0
/
+1
*
Add `path` option to `ScriptLanguageExtension::_validate`
voidedWarranties
2023-10-22
1
-0
/
+3
*
Highlight doc comments in a different color
Danil Alexeev
2023-10-08
1
-0
/
+10
*
Core: Fix `Object::has_method()` for script static methods
Danil Alexeev
2023-10-04
1
-0
/
+1
*
GDExtension: Don't deprecate old method of getting script category
David Snopek
2023-10-02
1
-2
/
+0
*
add GDExtensionScriptInstanceGetClassCategory
David Cambré
2023-09-27
1
-3
/
+14
*
Fix type of notification_func
Markus Sauermann
2023-09-25
1
-1
/
+1
*
Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-support
Rémi Verschelde
2023-09-25
1
-0
/
+6
|
\
|
*
C#: Abstract script class support
398utubzyt
2023-09-15
1
-0
/
+6
*
|
Editor: Remove unused Class Name field from Create Script dialog
Danil Alexeev
2023-09-12
1
-0
/
+2
|
/
*
Allow implementing `Object::_validate_property()` from GDExtension
David Snopek
2023-09-10
1
-1
/
+3
*
Allow implementing `ScriptInstance::validate_property()` from GDExtension
David Snopek
2023-09-04
1
-1
/
+18
*
GDExtension: Allocate `GDExtensionScriptInstanceInfo2` for compatibility on t...
David Snopek
2023-08-31
1
-0
/
+4
*
Fix Object::notification order
Markus Sauermann
2023-08-30
1
-3
/
+12
*
Merge pull request #75778 from KoBeWi/_vp
Rémi Verschelde
2023-08-29
1
-0
/
+3
|
\
|
*
Expose _validate_property() for scripting
kobewi
2023-08-28
1
-0
/
+3
*
|
Add a script method to get its class icon
Yuri Sizov
2023-08-24
1
-0
/
+7
|
/
*
Fix Ref<>.is_valid() for ScriptInstanceExtension
David Cambré
2023-06-20
1
-1
/
+1
*
Remove unused `ScriptLanguage` methods
voidedWarranties
2023-02-26
1
-18
/
+0
*
Support script global resource name in EditorFileSystem
Juan Linietsky
2023-01-21
1
-0
/
+1
*
Fix `ScriptInstanceExtension::get_property_default_value` return value
voidedWarranties
2023-01-06
1
-1
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
1
-32
/
+32
*
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-02
1
-9
/
+9
*
Revert removal of GDNativeExtensionScriptInstanceInfo::get_property_type_func...
Emmanuel Leblond
2022-11-12
1
-13
/
+7
*
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
1
-22
/
+16
*
Implement ScriptExtension::get_documentation
Emmanuel Leblond
2022-10-11
1
-1
/
+4
*
SCons: Re-enable treating `#warning` as error with `werror`
Rémi Verschelde
2022-10-10
1
-3
/
+1
*
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-08-18
1
-0
/
+13
*
Removed faulty function update after get_property_list.
Hristo Stamenov
2022-08-03
1
-0
/
+8
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-21
/
+5
*
Add support for documenting built-in annotations
Yuri Sizov
2022-07-04
1
-0
/
+9
*
GDExtension: reuse code with constructor PropertyInfo(const GDNativePropertyI...
Jan Haller
2022-06-29
1
-3
/
+3
*
Add a new HashSet template
reduz
2022-05-20
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-3
/
+3
*
Improve sorting of Code Completion options.
Eric M
2022-04-01
1
-0
/
+3
*
Add GDExtension support to Script
reduz
2022-03-27
1
-0
/
+832