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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Fix global class cache file not present when no class name
Hilderin
2024-07-31
1
-1
/
+0
*
Defer call to set_break_language
Chris Cranford
2024-04-16
1
-0
/
+2
*
Merge pull request #89261 from paulloz/core/fix-script-reloading-outside-scri...
Rémi Verschelde
2024-03-24
1
-0
/
+2
|
\
|
*
Fix how scripts reload outside of ScriptEditor
Paul Joannon
2024-03-18
1
-0
/
+2
*
|
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
1
-0
/
+9
|
/
*
Allow configuring the script filename casing rule
RedMser
2024-03-05
1
-0
/
+14
*
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
*
|
Generate script resource preview without parsing
Yuri Sizov
2024-01-26
1
-0
/
+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
/
+2
*
Make languages bookkeeping thread-safe
Pedro J. Estébanez
2023-11-09
1
-3
/
+4
*
Highlight doc comments in a different color
Danil Alexeev
2023-10-08
1
-0
/
+1
*
Core: Fix `Object::has_method()` for script static methods
Danil Alexeev
2023-10-04
1
-0
/
+3
*
Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-support
Rémi Verschelde
2023-09-25
1
-0
/
+1
|
\
|
*
C#: Abstract script class support
398utubzyt
2023-09-15
1
-0
/
+1
*
|
Editor: Remove unused Class Name field from Create Script dialog
Danil Alexeev
2023-09-12
1
-0
/
+2
|
/
*
Extract ScriptInstance to simplify includes
Yuri Sizov
2023-09-06
1
-60
/
+1
*
Add coloring for completion of vector components
Yuri Rubinsky
2023-08-30
1
-1
/
+3
*
Fix Object::notification order
Markus Sauermann
2023-08-30
1
-2
/
+2
*
Merge pull request #75778 from KoBeWi/_vp
Rémi Verschelde
2023-08-29
1
-0
/
+2
|
\
|
*
Expose _validate_property() for scripting
kobewi
2023-08-28
1
-0
/
+2
*
|
Add a script method to get its class icon
Yuri Sizov
2023-08-24
1
-0
/
+1
|
/
*
Script editor: Show depended script errors
rune-scape
2023-07-24
1
-0
/
+1
*
Fix race in ScriptServer.
Ryan Roden-Corrent
2023-06-21
1
-2
/
+3
*
Fix wrong alphabetical order in autocompletion sorting.
ajreckof
2023-06-16
1
-1
/
+1
*
sort code completions with rules
ajreckof
2023-05-23
1
-2
/
+12
*
Remove unused `ScriptLanguage` methods
voidedWarranties
2023-02-26
1
-6
/
+0
*
Add Engine::unregister_script_language and make Engine::register_script_langu...
Emmanuel Leblond
2023-02-10
1
-2
/
+2
*
Remove unused has_global_classes()
kobewi
2023-02-03
1
-1
/
+0
*
Restore script class cache if removed
Juan Linietsky
2023-01-31
1
-0
/
+2
*
Merge pull request #71687 from reduz/support-script-class-name-in-efs
Rémi Verschelde
2023-01-21
1
-1
/
+1
|
\
|
*
Support script global resource name in EditorFileSystem
Juan Linietsky
2023-01-21
1
-1
/
+1
*
|
Implement a quick script inheritance check
Juan Linietsky
2023-01-19
1
-1
/
+4
|
/
*
Clean up EditorFileSystem script parsing
Juan Linietsky
2023-01-18
1
-0
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Replace Array return types with TypedArray 2
kobewi
2022-08-23
1
-3
/
+5
*
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-08-18
1
-0
/
+6
*
Removed faulty function update after get_property_list.
Hristo Stamenov
2022-08-03
1
-0
/
+1
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-4
/
+3
*
Add support for documenting built-in annotations
Yuri Sizov
2022-07-04
1
-0
/
+2
*
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-27
1
-0
/
+1
*
Add a new HashSet template
reduz
2022-05-20
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-7
/
+7
*
Fix signal completion in GDScript editor
Yuri Rubinsky
2022-05-12
1
-0
/
+1
[next]