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 #74101 from RandomShaper/fix_gds_obj_temps
Rémi Verschelde
2023-04-25
4
-52
/
+73
|
\
|
*
Fix edge cases of object lifetime when signals involved
Pedro J. Estébanez
2023-04-11
4
-1
/
+26
|
*
GDScript: Don't use pool for reference types
George Marques
2023-04-11
1
-51
/
+47
*
|
Merge pull request #76095 from adamscott/fix-rename-lsp-variables
Rémi Verschelde
2023-04-24
3
-19
/
+45
|
\
\
|
*
|
Fix GDScript LSP variable rename
Adam Scott
2023-04-22
3
-19
/
+45
*
|
|
Merge pull request #75605 from anvilfolk/type-base
Rémi Verschelde
2023-04-24
3
-3
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make type not found errors more informative.
ocean (they/them)
2023-04-02
3
-3
/
+8
*
|
|
Merge pull request #76286 from MystMagus/gdscript-mixed-tabs-and-spaces-fix
Rémi Verschelde
2023-04-20
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix for mixed tabs and spaces in gdscript
MistMage
2023-04-20
1
-1
/
+1
*
|
|
|
GDScript: Add some checks for `@tool` and `@icon`
Danil Alexeev
2023-04-20
5
-0
/
+30
|
/
/
/
*
|
|
Merge pull request #76170 from HolonProduction/string-highlight
Yuri Sizov
2023-04-18
1
-0
/
+1
|
\
\
\
|
*
|
|
Fix multi-line string highlighting with single quotes.
HolonProduction
2023-04-17
1
-0
/
+1
*
|
|
|
Merge pull request #76197 from dalexeev/fix-error-macro-misuses
Yuri Sizov
2023-04-18
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix misuses of error macros
Danil Alexeev
2023-04-18
1
-1
/
+1
*
|
|
|
|
Merge pull request #76090 from adamscott/fix-typo-lsp-parse-func-parameters
Yuri Sizov
2023-04-18
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fix typo when parsing LSP function parameters
Adam Scott
2023-04-15
1
-1
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Add GDScript template to RichTextEffect
RedMser
2023-04-18
2
-0
/
+19
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #72979 from dalexeev/gds-annotation-parsing
Yuri Sizov
2023-04-17
5
-17
/
+89
|
\
\
\
\
|
*
|
|
|
GDScript: Fix and improve annotation parsing
Danil Alexeev
2023-04-14
5
-17
/
+89
*
|
|
|
|
Merge pull request #62830 from ajreckof/access-identifier-keywords
Yuri Sizov
2023-04-17
3
-0
/
+40
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
fix access to identifiers that are reserved keywords
ajreckof
2023-04-14
3
-0
/
+40
*
|
|
|
|
Merge pull request #75691 from dalexeev/gds-fix-signature-generation
Yuri Sizov
2023-04-14
2
-35
/
+29
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
GDScript: Misc fixes and improvements for signature generation
Danil Alexeev
2023-04-07
2
-35
/
+29
|
|
/
/
/
*
|
|
|
Merge pull request #75879 from dalexeev/gds-fix-extends-crash
Yuri Sizov
2023-04-14
7
-1
/
+57
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
GDScript: Add missing member type check when resolving `extends`
Danil Alexeev
2023-04-10
7
-1
/
+57
*
|
|
|
Merge pull request #75850 from rsubtil/bugfix-lsp_dap_connection_poll
Fabio Alessandrelli
2023-04-11
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Poll LSP/DAP clients for connection status updates
Ricardo Subtil
2023-04-09
1
-0
/
+1
|
|
/
/
*
/
/
Fix mistakes in documentation and GDScript errors
VolTer
2023-04-10
3
-8
/
+7
|
/
/
*
/
Fix typo and slightly reword in @GDScript.xml
Araraura
2023-03-31
1
-1
/
+1
|
/
*
Merge pull request #72056 from resistor/master
Yuri Sizov
2023-03-20
1
-1
/
+11
|
\
|
*
[GDScript] Perform update-and-assign operations in place when possible.
Owen Anderson
2023-01-25
1
-1
/
+11
*
|
Merge pull request #74949 from dalexeev/gds-fix-await-warning
Yuri Sizov
2023-03-20
5
-3
/
+93
|
\
\
|
*
|
GDScript: Fix false positive `REDUNDANT_AWAIT` warning
Danil Alexeev
2023-03-16
5
-3
/
+93
*
|
|
Merge pull request #74844 from vonagam/change-class-extends-parsing
Yuri Sizov
2023-03-20
10
-26
/
+43
|
\
\
\
|
*
|
|
GDScript: Change parser representation of class extends
Dmitrii Maganov
2023-03-13
10
-26
/
+43
|
|
/
/
*
|
|
Merge pull request #74842 from vonagam/fix-builtin-shadow
Yuri Sizov
2023-03-20
4
-14
/
+54
|
\
\
\
|
*
|
|
GDScript: Fix missing warning for shadowing of built-in types
Dmitrii Maganov
2023-03-13
4
-14
/
+54
|
|
/
/
*
/
/
Improve Color8 documentation
Hugo Locurcio
2023-03-19
1
-1
/
+2
|
/
/
*
|
GDScript: Fix autocomplete inside a block with a type test condition
Dmitrii Maganov
2023-03-09
1
-1
/
+1
*
|
Prevent cache corruption when saving resources in the editor
Yuri Sizov
2023-03-08
1
-2
/
+4
*
|
Merge pull request #73410 from MewPurPur/Fixin-error-spam-2-Electric-Boogaloo
Rémi Verschelde
2023-03-08
1
-1
/
+1
|
\
\
|
*
|
Fix error spam when naming a func at the end of the script
VolTer
2023-03-07
1
-1
/
+1
*
|
|
Merge pull request #74306 from dalexeev/gds-var-colon-style
Rémi Verschelde
2023-03-06
21
-48
/
+50
|
\
\
\
|
*
|
|
Fix GDScript code style regarding colon
Danil Alexeev
2023-03-05
21
-48
/
+50
*
|
|
|
Merge pull request #74147 from vonagam/fix-call-await-check-in-compiler
Rémi Verschelde
2023-03-05
2
-6
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
GDScript: Fix checking if a call is awaited in compiler
Dmitrii Maganov
2023-03-01
2
-6
/
+8
*
|
|
|
Merge pull request #74184 from MewPurPur/fix-number-highlighting-in-wrong-places
Rémi Verschelde
2023-03-03
1
-5
/
+15
|
\
\
\
\
|
*
|
|
|
Make GDScript number highlighting stricter
VolTer
2023-03-01
1
-5
/
+15
*
|
|
|
|
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
2
-2
/
+2
*
|
|
|
|
Minor typo and docs URL fixes
Rémi Verschelde
2023-02-28
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
[next]