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
*
GDScript: Access outer scope classes
Brian Semrau
2021-10-13
3
-0
/
+28
*
GDScript: Make setter parameter type same as variable type
George Marques
2021-10-12
3
-1
/
+13
*
Merge pull request #53647 from Chaosus/gds_fix_builtin_functions_autocompletion
Yuri Roubinsky
2021-10-11
1
-1
/
+14
|
\
|
*
Fix autocompletion of built-in functions in GDScript
Yuri Roubinsky
2021-10-11
1
-1
/
+14
*
|
Merge pull request #53430 from DavidSichma/typed_safe_setter
George Marques
2021-10-11
1
-2
/
+4
|
\
\
|
*
|
Only emit typed member setters if safe to do so
David Sichma
2021-10-08
1
-2
/
+4
*
|
|
Merge pull request #53103 from ZuBsPaCe/gdscript-analyze-properties-fix
George Marques
2021-10-11
17
-106
/
+291
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
GDScript: Report property type errors
ZuBsPaCe
2021-10-08
17
-106
/
+291
*
|
|
Remove redundant String operation from GDScript enum exports
Yuri Sizov
2021-10-11
1
-1
/
+1
*
|
|
Enhance and cleanup stringify for Vector
mashumafi
2021-10-09
2
-0
/
+76
|
/
/
*
|
Merge pull request #53536 from Faless/mp/4.x_rpc_config
Max Hilbrunner
2021-10-08
1
-2
/
+2
|
\
\
|
*
|
[Net] Rename RPCConfig.sync to call_local.
Fabio Alessandrelli
2021-10-08
1
-2
/
+2
*
|
|
Merge pull request #53336 from briansemrau/gdscript-i'm-not-my-own-local-class
George Marques
2021-10-08
1
-1
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript fix wrong base class assignment
Brian Semrau
2021-10-04
1
-1
/
+3
*
|
|
GDScript: Use getter return type for the property type
George Marques
2021-10-07
1
-3
/
+6
*
|
|
Merge pull request #53422 from KoBeWi/add_LUA_to_Godot
Rémi Verschelde
2021-10-07
2
-0
/
+6
|
\
\
\
|
*
|
|
Fix LUA-style assignment in Dictionary
kobewi
2021-10-05
2
-0
/
+6
|
|
/
/
*
|
|
GDScript: Fix method ptrcall on release
George Marques
2021-10-07
1
-0
/
+1
*
|
|
Merge pull request #53494 from mhilbrunner/stop-drop-and-dont-lie
Rémi Verschelde
2021-10-07
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix outdated no_call_local, use call_remote
Max Hilbrunner
2021-10-06
1
-1
/
+1
*
|
|
|
GDScript: Set status on parsing steps beforehand
George Marques
2021-10-06
1
-4
/
+4
|
/
/
/
*
|
|
Merge pull request #53479 from vnen/gdscript-subscript-object-self
Rémi Verschelde
2021-10-06
3
-1
/
+16
|
\
\
\
|
*
|
|
GDScript: Allow subscript on self and object types
George Marques
2021-10-06
3
-1
/
+16
*
|
|
|
Merge pull request #53478 from vnen/gdscript-avoid-hard-inference
Rémi Verschelde
2021-10-06
7
-18
/
+47
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
GDScript: Avoid hard errors on inferred types
George Marques
2021-10-06
5
-11
/
+37
|
*
|
|
GDScript: Make all warnings enabled in test generation
George Marques
2021-10-06
2
-7
/
+10
*
|
|
|
doc: Update links to latest documentation after content reorganization
Rémi Verschelde
2021-10-06
1
-1
/
+1
|
/
/
/
*
/
/
GDScript: Use path cache when checking preloaded scripts
George Marques
2021-10-04
1
-1
/
+7
|
/
/
*
|
GDScript: Fix member assignment with operation
George Marques
2021-10-04
3
-8
/
+33
*
|
Merge pull request #53303 from akien-mga/53295-gdscript-completion-quote-style
Rémi Verschelde
2021-10-04
1
-11
/
+17
|
\
\
|
*
|
GDScript completion: Handle quote style ad-hoc to remove editor dependency
Rémi Verschelde
2021-10-04
1
-11
/
+17
|
|
/
*
|
Merge pull request #53338 from briansemrau/gdscript-handle-for-with-null-list
Rémi Verschelde
2021-10-04
2
-2
/
+8
|
\
\
|
*
|
GDScript Check for null list in `for` loop
Brian Semrau
2021-10-02
2
-2
/
+8
|
|
/
*
/
Allow void as return type for constructors
kobewi
2021-10-03
1
-1
/
+4
|
/
*
Merge pull request #53290 from Faless/mp/4.x_opts_names
Fabio Alessandrelli
2021-10-01
1
-8
/
+8
|
\
|
*
[Net] Rename RPC constants and annotation arguments.
Fabio Alessandrelli
2021-10-01
1
-8
/
+8
*
|
Fix empty line hover; fix open non-res:// script
Francois Belair
2021-10-01
3
-3
/
+9
*
|
Merge pull request #38397 from Calinou/doc-range-backwards-example
Rémi Verschelde
2021-10-01
1
-1
/
+16
|
\
\
|
|
/
|
/
|
|
*
Add an example on iterating an array backwards
Hugo Locurcio
2021-09-30
1
-1
/
+16
*
|
Use range iterators for `Map`
Lightning_A
2021-09-30
15
-175
/
+175
|
/
*
Revert "GdScript: Use reduced constant expression result when doing binary op...
Rémi Verschelde
2021-09-30
1
-10
/
+2
*
Merge pull request #51818 from MarianoGnu/gdscript2-enum-fixes
Rémi Verschelde
2021-09-30
1
-3
/
+19
|
\
|
*
GdScript: Use reduced constant expression result when doing binary operations...
Mariano Suligoy
2021-08-18
1
-2
/
+10
|
*
Accept non unnamed enums as valid values for enums. Fixes #49357
Mariano Suligoy
2021-08-17
1
-0
/
+5
|
*
When analyzing GdScript sources, consider Enums as Dictionaries. Fixes #45558
Mariano Suligoy
2021-08-17
1
-1
/
+4
*
|
Merge pull request #53216 from vnen/gdscript-builtin-type-not-id
Rémi Verschelde
2021-09-29
9
-0
/
+30
|
\
\
|
*
|
GDScript: Don't allow builtin type names as identifiers
George Marques
2021-09-29
9
-0
/
+30
*
|
|
GDScript: Fix assignment with operation for properties
George Marques
2021-09-29
3
-15
/
+40
|
/
/
*
|
Merge pull request #53092 from Razoric480/lsp-report-_init
Rémi Verschelde
2021-09-29
2
-3
/
+6
|
\
\
|
*
|
Make LSP report _init instead of Object::new
Francois Belair
2021-09-29
2
-3
/
+6
[next]