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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #99295 from HolonProduction/yet-another-lsp-violation
Thaddeus Crews
2024-11-27
2
-0
/
+33
|
\
|
*
LSP: Fix spec violations that break the VSCode outline
HolonProduction
2024-11-15
2
-0
/
+33
*
|
Fix stringification of Projection
Rémi Verschelde
2024-11-25
2
-0
/
+2
*
|
Merge pull request #99545 from KoBeWi/Vector4.0
Thaddeus Crews
2024-11-25
2
-7
/
+12
|
\
\
|
*
|
Fix stringification of Vector4
kobewi
2024-11-22
2
-7
/
+12
*
|
|
Merge pull request #99424 from dalexeev/core-fix-builtin-enum-const-binds
Thaddeus Crews
2024-11-22
8
-0
/
+65
|
\
\
\
|
*
|
|
Core: Fix built-in enum constant bindings
Danil Alexeev
2024-11-22
8
-0
/
+65
|
|
/
/
*
/
/
Improve GDScript autocompletion for methods
Lazy-Rabbit-2001
2024-11-22
51
-109
/
+109
|
/
/
*
|
Fix crash when division by zero/modulo by zero happen on vectors
Chaosus
2024-11-21
4
-0
/
+18
*
|
Add back `AnimationPlayer.get_argument_options`
HolonProduction
2024-11-15
7
-0
/
+46
|
/
*
Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subcla...
girdenis-p
2024-11-06
11
-19
/
+43
*
Merge pull request #47502 from KoBeWi/add_0
Thaddeus Crews
2024-10-31
17
-97
/
+96
|
\
|
*
Always add decimal when printing float
kobewi
2024-10-23
17
-97
/
+96
*
|
GDScript: Rework `GDScriptUtilityFunctions` macros
Danil Alexeev
2024-10-25
2
-0
/
+17
*
|
Merge pull request #97374 from rune-scape/get-native-static-callable
Thaddeus Crews
2024-10-24
2
-0
/
+11
|
\
\
|
|
/
|
/
|
|
*
GDScriptNativeClass: Allow getting static function as callable
rune-scape
2024-09-23
2
-0
/
+11
*
|
GDScript: Fix annotation parsing adding new annotation entries
HolonProduction
2024-10-13
4
-0
/
+10
*
|
Create `.editorconfig` file only on project creation
Haoyu Qiu
2024-10-05
1
-2
/
+0
*
|
Merge pull request #97281 from reptofrog/deadzone-new-default
Rémi Verschelde
2024-10-02
1
-1
/
+1
|
\
\
|
*
|
Changed the default deadzone value for new actions from 0.5 to 0.2
Roman Morozov
2024-10-01
1
-1
/
+1
|
|
/
*
/
Add `@export_tool_button` annotation for easily creating inspector buttons
Danil Alexeev
2024-09-27
5
-0
/
+15
|
/
*
Merge pull request #96965 from Repiteo/style/gdscript-editorconfig
Rémi Verschelde
2024-09-16
2
-2
/
+12
|
\
|
*
Style: Consolidate & migrate GDScript `.editorconfig`
Thaddeus Crews
2024-09-13
2
-2
/
+12
*
|
Merge pull request #96856 from RandomShaper/selfdestruct_correctness
Rémi Verschelde
2024-09-16
2
-0
/
+55
|
\
\
|
*
|
Object: Add tests about the safety of tail destruction
Pedro J. Estébanez
2024-09-16
2
-0
/
+55
*
|
|
Core: Fix `operator[]` for typed dictionaries
Thaddeus Crews
2024-09-12
4
-0
/
+26
|
|
/
|
/
|
*
|
Merge pull request #96666 from aXu-AP/unique-node-no-quotes
Rémi Verschelde
2024-09-11
2
-0
/
+14
|
\
\
|
|
/
|
/
|
|
*
Remove unneeded quotes from autocomplete % nodes
aXu-AP
2024-09-07
2
-0
/
+14
*
|
Merge pull request #78656 from Repiteo/typed-dictionary
Rémi Verschelde
2024-09-06
39
-16
/
+430
|
\
\
|
|
/
|
/
|
|
*
Implement typed dictionaries
Thaddeus Crews
2024-09-04
39
-16
/
+430
*
|
Merge pull request #89675 from dalexeev/gds-correct-unused-signal-warning
Rémi Verschelde
2024-09-05
2
-8
/
+29
|
\
\
|
*
|
GDScript: Do not produce `UNUSED_SIGNAL` warning for common implicit uses
Danil Alexeev
2024-03-19
2
-8
/
+29
*
|
|
Merge pull request #96326 from HolonProduction/completion-hacks-and-fixes
Rémi Verschelde
2024-09-04
8
-0
/
+90
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Autocompletion: reintroduce enum options on assignment
HolonProduction
2024-08-30
8
-0
/
+90
*
|
|
Merge pull request #70096 from rune-scape/stringname-dict
Rémi Verschelde
2024-09-03
5
-7
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
StringName Dictionary keys
rune-scape
2024-08-29
5
-7
/
+7
*
|
|
GDScript: Replace `assert()` with `Utils.check()` in tests
Danil Alexeev
2024-08-28
32
-347
/
+275
|
/
/
*
|
Merge pull request #78178 from dalexeev/gds-add-non-tool-extends-tool-error
Rémi Verschelde
2024-08-28
5
-0
/
+27
|
\
\
|
*
|
GDScript: Add warning if non-`@tool` class extends `@tool` class
Danil Alexeev
2024-07-04
5
-0
/
+27
*
|
|
Autocompletion: enable string literal completion in subscripts
HolonProduction
2024-08-27
18
-0
/
+175
*
|
|
Merge pull request #94082 from HolonProduction/completion-force
Rémi Verschelde
2024-08-20
28
-3
/
+159
|
\
\
\
|
*
|
|
Autocompletion: rework argument options string literal completion
HolonProduction
2024-07-08
28
-3
/
+159
*
|
|
|
GDScript: Fix common mismatched external parser errors
rune-scape
2024-07-31
13
-1
/
+51
*
|
|
|
Merge pull request #94730 from dalexeev/gds-fix-while-locals-clearing
Rémi Verschelde
2024-07-26
2
-2
/
+19
|
\
\
\
\
|
*
|
|
|
GDScript: Fix locals clearing after exiting `while` block
Danil Alexeev
2024-07-25
2
-2
/
+19
*
|
|
|
|
[Core] Fix `Variant::construct` of `Object`
A Thousand Ships
2024-07-25
4
-0
/
+27
|
/
/
/
/
*
|
|
|
Merge pull request #94674 from dalexeev/gds-fix-incorrect-setter-call-for-ref...
Rémi Verschelde
2024-07-24
2
-0
/
+88
|
\
\
\
\
|
*
|
|
|
GDScript: Fix incorrect setter call for reference types
Danil Alexeev
2024-07-24
2
-0
/
+88
*
|
|
|
|
GDScriptTestRunner: Fix compiler error output
rune-scape
2024-07-23
1
-1
/
+1
*
|
|
|
|
GDScript: Fix false positive cases of `ENUM_VARIABLE_WITHOUT_DEFAULT`
Danil Alexeev
2024-07-22
1
-0
/
+14
|
/
/
/
/
[next]