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
*
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
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-0
/
+460