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 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
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-1
/
+1
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-16
/
+16
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-2
/
+2
*
Improve sorting of Code Completion options.
Eric M
2022-04-01
1
-1
/
+10
*
Add GDExtension support to Script
reduz
2022-03-27
1
-46
/
+51
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-4
/
+16
*
Merge pull request #55851 from Chaosus/better-completion-options-list_rebased
Rémi Verschelde
2022-01-06
1
-0
/
+1
|
\
|
*
Fix highlight for completion options match (rebased)
Yuri Roubinsky
2021-12-12
1
-0
/
+1
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
|
Improve editor template workflow
fabriceci
2022-01-02
1
-2
/
+21
|
/
*
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
1
-4
/
+4
*
Implement didSave notification and rename request
Francois Belair
2021-07-17
1
-0
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-19
1
-1
/
+7
*
Merge pull request #49221 from Faless/mp/4.x_rpc_refactor
Rémi Verschelde
2021-06-07
1
-48
/
+3
|
\
|
*
[Net] Refactor RPCs, remove RSETs
Fabio Alessandrelli
2021-06-01
1
-48
/
+3
*
|
Move and expose AutoComplete in CodeEdit
Paulb23
2021-06-01
1
-0
/
+2
|
/
*
Highlight control flow keywords with a different color
Hugo Locurcio
2021-05-05
1
-0
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Cleanup unused engine code
Tomasz Chabora
2020-12-09
1
-2
/
+0
*
Constify ScriptLanguage.can_inherit_from_file
Emmanuel Leblond
2020-12-08
1
-1
/
+1
*
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-2
/
+2
*
Documentation generation for GDScript
Thakee Nathees
2020-11-29
1
-0
/
+6
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-1
/
+0
[next]