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
/
modules
/
gdscript
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #60675 from voylin/Add-BBCode-support-for-printing-output
Rémi Verschelde
2022-06-28
2
-2
/
+2
|
\
|
*
Adding print_rich for printing with BBCode
Voylin
2022-06-29
2
-2
/
+2
*
|
Merge pull request #62485 from cdemirer/fix-set-chain-jump-if-shared
Rémi Verschelde
2022-06-28
3
-10
/
+36
|
\
\
|
|
/
|
/
|
|
*
Fix set chain bug with jump_if_shared
cdemirer
2022-06-28
3
-10
/
+36
*
|
Merge pull request #53135 from briansemrau/fix-ref-leak
Rémi Verschelde
2022-06-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
GDScript Don't double-reference Refs returned from native function
Brian Semrau
2021-09-28
1
-1
/
+1
*
|
Merge pull request #62470 from vnen/gdscript-export-nodes
Rémi Verschelde
2022-06-28
1
-1
/
+5
|
\
\
|
*
|
GDScript: Enable exporting nodes to the inspector
George Marques
2022-06-27
1
-1
/
+5
*
|
|
Merge pull request #62468 from V-Sekai/core-const-expressions
Rémi Verschelde
2022-06-28
2
-0
/
+5
|
\
\
\
|
*
|
|
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-27
2
-0
/
+5
|
|
/
/
*
|
|
Merge pull request #62462 from vnen/gdscript-setter-chaining
Rémi Verschelde
2022-06-27
7
-19
/
+88
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript: Fix setter being called in chains for shared types
George Marques
2022-06-27
7
-19
/
+88
*
|
|
Merge pull request #62372 from MarcusElg/nosliderrename
Rémi Verschelde
2022-06-25
1
-1
/
+1
|
\
\
\
|
*
|
|
Rename export_range's noslider option to no_slider
Marcus Elg
2022-06-24
1
-1
/
+1
|
|
/
/
*
|
|
GDScript: Use implicit method for @onready variables
George Marques
2022-06-24
3
-13
/
+31
*
|
|
GDScript: Don't add implicit constructor to the list of functions
George Marques
2022-06-24
2
-1
/
+9
|
/
/
*
|
Merge pull request #62342 from reduz/methodinfo-varargs
Rémi Verschelde
2022-06-23
1
-10
/
+10
|
\
\
|
*
|
Implement varargs in Methodinfo
reduz
2022-06-23
1
-10
/
+10
*
|
|
Do not reset return value in release build
Black Cat
2022-06-22
1
-1
/
+1
|
/
/
*
|
Clean up Hash Functions
reduz
2022-06-20
2
-4
/
+4
*
|
Allow autocompletion of "noslider" in export_range
Marcus Elg
2022-06-19
2
-2
/
+5
*
|
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
3
-3
/
+3
*
|
Merge pull request #61510 from Calinou/script-tweak-stack-overflow-message
Rémi Verschelde
2022-06-17
1
-1
/
+1
|
\
\
|
*
|
Improve stack overflow error message in GDScript and VisualScript
Hugo Locurcio
2022-06-15
1
-1
/
+1
*
|
|
Fix EditorScenePostImport templates for C#
Raul Santos
2022-06-16
1
-3
/
+1
*
|
|
Merge pull request #61486 from jtnicholl/import_script_templates
Rémi Verschelde
2022-06-15
2
-0
/
+18
|
\
\
\
|
*
|
|
Add script templates for EditorScenePostImport
Jonathan Nicholl
2022-06-15
2
-0
/
+18
*
|
|
|
Add a null checking to `GDScript::_super_implicit_constructor`
Yuri Rubinsky
2022-06-15
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #57513 from trollodel/gdscript_get_propertyinfo_classname
George Marques
2022-06-15
1
-0
/
+3
|
\
\
\
|
*
|
|
Allow setting the PropertyInfo class_name from GDScript
trollodel
2022-02-01
1
-0
/
+3
*
|
|
|
Merge pull request #59358 from strank/debug-inner-classes
George Marques
2022-06-15
1
-17
/
+29
|
\
\
\
\
|
*
|
|
|
Extend test_compiler to also disassemble inner classes
strank
2022-06-12
1
-17
/
+29
*
|
|
|
|
Merge pull request #59482 from kurtlachmann/lsp_better_parentheses
Rémi Verschelde
2022-06-15
2
-7
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
Use insertText from the internal autocompletion
Kurt Lachmann
2022-03-24
2
-7
/
+3
*
|
|
|
|
|
Merge pull request #61666 from nathanfranke/fix-match-bind
George Marques
2022-06-15
3
-2
/
+21
|
\
\
\
\
\
\
|
*
|
|
|
|
|
use correct error for unused bind match, suppress with underscore
Nathan Franke
2022-06-03
3
-2
/
+21
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #57151 from cdemirer/fix-match-array-dict-pattern-logic-error
George Marques
2022-06-14
5
-49
/
+137
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix logic errors in match-statement Array & Dictionary Patterns
cdemirer
2022-03-02
5
-49
/
+137
*
|
|
|
|
|
Merge pull request #61463 from vnen/gdscript-await-stack
Rémi Verschelde
2022-05-31
2
-9
/
+14
|
\
\
\
\
\
\
|
*
|
|
|
|
|
GDScript: Fix stack overflow when using multiple `await`
George Marques
2022-05-27
2
-9
/
+14
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #61440 from vnen/gdscript-scene-unique-nodes
Rémi Verschelde
2022-05-31
10
-70
/
+167
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
GDScript: Support `%` in shorthand for `get_node`
George Marques
2022-05-27
10
-70
/
+167
*
|
|
|
|
|
Merge pull request #59943 from jordigcs/gdscript_warning_enums
Rémi Verschelde
2022-05-26
4
-4
/
+40
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add enum values (Ignore, Warn, Error) to GDScript warnings
jordi
2022-04-06
4
-4
/
+40
*
|
|
|
|
|
|
Merge pull request #55099 from dalexeev/desc-by-blank-line
Rémi Verschelde
2022-05-25
1
-18
/
+17
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Use blank line instead of `@desc:` for doc comments
Danil Alexeev
2022-05-25
1
-18
/
+17
*
|
|
|
|
|
|
|
Merge pull request #61389 from snailrhymer/lookup-fix
Rémi Verschelde
2022-05-25
1
-2
/
+4
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Make Lookup Symbol recognize assert and preload in the script editor
SnailRhymer
2022-05-25
1
-2
/
+4
*
|
|
|
|
|
|
|
Merge pull request #61279 from Trioct/fix-typed-array-assignment
Rémi Verschelde
2022-05-25
3
-3
/
+17
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Fix const typed array assignment
Trioct
2022-05-25
3
-3
/
+17
[next]