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 #93384 from dalexeev/gds-fix-non-global-class-export
Rémi Verschelde
2024-06-21
7
-57
/
+72
|
\
|
*
GDScript: Fix non-global class export
Danil Alexeev
2024-06-20
7
-57
/
+72
*
|
Merge pull request #92688 from HolonProduction/autocompletion-batch-2
Rémi Verschelde
2024-06-21
28
-0
/
+301
|
\
\
|
|
/
|
/
|
|
*
Add more autocompletion tests
HolonProduction
2024-06-02
28
-0
/
+301
*
|
Merge pull request #93057 from HolonProduction/not-enough-code-paths
Rémi Verschelde
2024-06-19
12
-9
/
+99
|
\
\
|
*
|
Autocompletion: Add support for string name option in more places
HolonProduction
2024-06-12
12
-9
/
+99
*
|
|
Merge pull request #92588 from AThousandShips/font_sname
Rémi Verschelde
2024-06-18
1
-1
/
+1
|
\
\
\
|
*
|
|
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-1
/
+1
*
|
|
|
Merge pull request #92177 from KoBeWi/literally_wtf
Rémi Verschelde
2024-06-18
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix broken script reloading
kobewi
2024-05-20
1
-1
/
+1
*
|
|
|
Fix mismatched external parser with binary exports
Hilderin
2024-06-14
1
-2
/
+10
*
|
|
|
Merge pull request #92885 from Chaosus/fix_goto_definition_for_new
Rémi Verschelde
2024-06-12
1
-2
/
+6
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix goto definition for `new` method
Yuri Rubinsky
2024-06-08
1
-2
/
+6
*
|
|
|
Merge pull request #85488 from miv391/fix-expected-indented-block-error-messa...
Rémi Verschelde
2024-06-10
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Moving 'Expected indented block' error message lines numbers back
Mika Viskari
2023-11-28
1
-1
/
+1
*
|
|
|
Register the export info correctly when a global class script is used as the ...
PreslavPetrov
2024-06-03
4
-10
/
+38
*
|
|
|
Fix Steam input "crc" errors, and some other Coverity reports of uninitialize...
Rémi Verschelde
2024-05-31
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #92544 from dalexeev/gds-fix-const-non-metatype-subscript
Rémi Verschelde
2024-05-30
3
-7
/
+56
|
\
\
\
|
*
|
|
GDScript: Fix subscript resolution on constant non-metatype GDScript base
Danil Alexeev
2024-05-30
3
-7
/
+56
*
|
|
|
Merge pull request #92558 from dalexeev/gds-adjust-inferred-declaration
Rémi Verschelde
2024-05-30
1
-1
/
+6
|
\
\
\
\
|
*
|
|
|
GDScript: Do not produce `INFERRED_DECLARATION` on type import
Danil Alexeev
2024-05-30
1
-1
/
+6
|
|
/
/
/
*
|
|
|
Merge pull request #92386 from AThousandShips/goto_fix
Rémi Verschelde
2024-05-30
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
[GDScript LSP] Fix `show_native_symbol_in_editor`
A Thousand Ships
2024-05-26
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #92251 from Chaosus/gdscript_fix_new_argument_completion
Rémi Verschelde
2024-05-30
1
-4
/
+27
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix completion for `new` arguments
Yuri Rubinsky
2024-05-26
1
-4
/
+27
|
|
/
/
*
/
/
GDScript: Fix lambdas capturing non-local variables
Danil Alexeev
2024-05-22
3
-4
/
+48
|
/
/
*
|
Merge pull request #92035 from rune-scape/rune-gdscript-invalid
Rémi Verschelde
2024-05-19
2
-1
/
+53
|
\
\
|
*
|
GDScript: fix segfault on invalid script
rune-scape
2024-05-17
2
-1
/
+53
*
|
|
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
*
|
|
|
Merge pull request #90716 from dalexeev/gds-fix-export-annotation-issues
Rémi Verschelde
2024-05-19
12
-149
/
+248
|
\
\
\
\
|
*
|
|
|
GDScript: Fix some export annotation issues
Danil Alexeev
2024-05-13
12
-149
/
+248
*
|
|
|
|
GDScript: Fix `STANDALONE_EXPRESSION` warning for `preload()`
Danil Alexeev
2024-05-17
7
-5
/
+28
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
GDScript: Add support for `atr` and `atr_n` to POT generator
Danil Alexeev
2024-05-14
2
-4
/
+6
*
|
|
|
Merge pull request #91909 from KoBeWi/have_fun_reviewing_this
Rémi Verschelde
2024-05-14
5
-7
/
+6
|
\
\
\
\
|
*
|
|
|
Use Core/Scene stringnames consistently
kobewi
2024-05-13
5
-7
/
+6
*
|
|
|
|
Revert "GDScript: Implement get_dependencies()"
Rémi Verschelde
2024-05-13
4
-29
/
+7
|
/
/
/
/
*
/
/
/
Add shorthand for using singleton string names
kobewi
2024-05-11
4
-11
/
+11
|
/
/
/
*
|
|
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
2
-2
/
+2
*
|
|
Style: Trim trailing whitespace and ensure newline at EOF
Rémi Verschelde
2024-05-08
25
-31
/
+27
*
|
|
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
*
|
|
|
Merge pull request #84706 from HolonProduction/completion-get-child
Rémi Verschelde
2024-05-07
1
-1
/
+4
|
\
\
\
\
|
*
|
|
|
Fix autocompletion after DOLLAR token
HolonProduction
2024-03-02
1
-1
/
+4
*
|
|
|
|
Merge pull request #91650 from akien-mga/codespell
Rémi Verschelde
2024-05-07
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fix various typos with codespell
Rémi Verschelde
2024-05-07
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #84148 from KANAjetzt/fix_crash_take_over_path_named_class
Rémi Verschelde
2024-05-07
1
-0
/
+3
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix crash when extending taken-over named class
Kai
2024-05-07
1
-0
/
+3
*
|
|
|
|
|
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
9
-55
/
+56
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #85474 from fire/packedvector4array
Rémi Verschelde
2024-05-03
21
-5
/
+82
|
\
\
\
\
\
[next]