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
/
gdscript_editor.cpp
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
*
Merge pull request #89274 from 0x0ACB/unchecked_cast
Rémi Verschelde
2024-07-26
1
-1
/
+3
|
\
|
*
Fix user after free in `GDScriptLanguage::debug_get_globals`
ACB
2024-03-08
1
-1
/
+3
*
|
Merge pull request #94664 from dalexeev/gds-fix-make-arguments-hint
Rémi Verschelde
2024-07-24
1
-14
/
+7
|
\
\
|
*
|
GDScript: Fix incorrect default values in `_make_arguments_hint()`
Danil Alexeev
2024-07-23
1
-14
/
+7
*
|
|
Merge pull request #85382 from HolonProduction/in-case-of-a-script
Rémi Verschelde
2024-07-24
1
-0
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Generate `arghint` for script types
HolonProduction
2024-07-13
1
-0
/
+14
*
|
|
Autocompletion: register depended parsers with the main parser
HolonProduction
2024-07-18
1
-18
/
+9
|
/
/
*
|
Autocompletion: Don't use `in` operator to decide over variant lookup
HolonProduction
2024-07-01
1
-5
/
+8
*
|
Fix symbol lookup for native enums
Yuri Rubinsky
2024-06-25
1
-4
/
+23
*
|
Merge pull request #93057 from HolonProduction/not-enough-code-paths
Rémi Verschelde
2024-06-19
1
-9
/
+26
|
\
\
|
*
|
Autocompletion: Add support for string name option in more places
HolonProduction
2024-06-12
1
-9
/
+26
*
|
|
Fix goto definition for `new` method
Yuri Rubinsky
2024-06-08
1
-2
/
+6
|
/
/
*
|
Fix completion for `new` arguments
Yuri Rubinsky
2024-05-26
1
-4
/
+27
*
|
Merge pull request #91653 from HolonProduction/autocompletion-analyze-recursi...
Rémi Verschelde
2024-05-19
1
-0
/
+6
|
\
\
|
*
|
Autocompletion: Analyze CLASS types as they are encountered
HolonProduction
2024-05-07
1
-0
/
+6
*
|
|
GDScript: Fix some export annotation issues
Danil Alexeev
2024-05-13
1
-0
/
+23
*
|
|
Merge pull request #84492 from HolonProduction/reduce-const-arrays
Rémi Verschelde
2024-05-07
1
-0
/
+1
|
\
\
\
|
*
|
|
Autocompletion: mark datatype as constant for constant arrays
HolonProduction
2024-02-05
1
-0
/
+1
*
|
|
|
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-16
/
+14
|
|
/
/
|
/
|
|
*
|
|
GDScript: invalidate GDScriptParserRef when reloading
rune-scape
2024-04-18
1
-1
/
+1
*
|
|
Merge pull request #89382 from dcaoc03/master
Rémi Verschelde
2024-04-09
1
-7
/
+37
|
\
\
\
|
*
|
|
Fixed enum autocompletion for core classes (Issue #88858)
Diogo Costa
2024-03-15
1
-7
/
+37
|
|
|
/
|
|
/
|
*
|
|
Add editor settings for autocompletion with NodePath and StringName
VolTer
2024-03-19
1
-1
/
+9
*
|
|
Optimize SceneTree's `change_scene_to_file` autocompletion
Micky
2024-03-01
1
-2
/
+16
|
/
/
*
|
Add fallback argument hints for default values
Aiden Storey
2024-02-11
1
-0
/
+6
*
|
GDScript: Reintroduce binary tokenization on export
George Marques
2024-02-08
1
-1
/
+1
*
|
Merge pull request #88071 from Calinou/gdscript-nodepath-autocomplete-fix-ide...
Rémi Verschelde
2024-02-08
1
-3
/
+11
|
\
\
|
*
|
Fix NodePath autocompletion to ensure paths are quoted when required
Hugo Locurcio
2024-02-07
1
-3
/
+11
|
|
/
*
/
Fix autocompletion for enum members in the core classes
Yuri Rubinsky
2024-02-07
1
-54
/
+115
|
/
*
Better hide internal properties from users
Yuri Sizov
2024-01-29
1
-3
/
+9
*
Merge pull request #85239 from HolonProduction/global-class-property-location
Yuri Sizov
2024-01-25
1
-4
/
+56
|
\
|
*
Handle global classes when resolving property location
HolonProduction
2024-01-24
1
-4
/
+56
*
|
Merge pull request #85224 from HolonProduction/identifier-type-prefer-annotated
Yuri Sizov
2024-01-24
1
-16
/
+24
|
\
\
|
|
/
|
/
|
|
*
Prefer identifiers annotated type if assigned type is incompatible to it
HolonProduction
2024-01-17
1
-16
/
+24
*
|
Merge pull request #85215 from HolonProduction/type-from-property-class-name
Rémi Verschelde
2024-01-18
1
-2
/
+13
|
\
\
|
*
|
Handle global classes when resolving type from `PropertyInfo`
HolonProduction
2024-01-17
1
-2
/
+13
*
|
|
Merge pull request #87278 from HolonProduction/give-those-autoloads-an-upgrade
Yuri Sizov
2024-01-17
1
-16
/
+30
|
\
\
\
|
*
|
|
Handle GDScript in `_type_from_variant` for autocompletion
HolonProduction
2024-01-16
1
-16
/
+30
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #86554 from HolonProduction/lookup-subscript
Yuri Sizov
2024-01-17
1
-1
/
+2
|
\
\
\
|
*
|
|
Fix symbol lookup in index subscript
HolonProduction
2023-12-27
1
-1
/
+2
*
|
|
|
Merge pull request #85384 from HolonProduction/unique-name-completion
Yuri Sizov
2024-01-17
1
-5
/
+20
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Suggest scene unique nodes in `get_node` autocompletion
HolonProduction
2023-11-26
1
-5
/
+20
*
|
|
|
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-6
/
+6
*
|
|
|
Merge pull request #86667 from HolonProduction/completion-enum-sorting
Rémi Verschelde
2024-01-04
1
-2
/
+8
|
\
\
\
\
|
*
|
|
|
Improve sorting of enum autocompletion
HolonProduction
2023-12-31
1
-2
/
+8
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-2
/
+2
|
|
/
/
/
*
/
/
/
Fix the autocomplete function for the 'self' keyword.
S.V.I. Vilcrow
2024-01-02
1
-5
/
+2
|
/
/
/
[next]