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
*
Enchance descriptions of @GlobalScope/@GDScript
Yuri Roubinsky
2021-11-25
1
-2
/
+2
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
3
-5
/
+5
*
Merge pull request #54949 from Chaosus/fix_warning
Rémi Verschelde
2021-11-23
5
-27
/
+41
|
\
|
*
Allow using built-in names for variables, push warnings instead
Yuri Roubinsky
2021-11-13
5
-27
/
+41
*
|
Improve various texts
kobewi
2021-11-23
1
-1
/
+1
*
|
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
2021-11-15
2
-2
/
+2
|
/
*
Modules: Make sure to include modules_enabled.gen.h where needed
Rémi Verschelde
2021-11-12
1
-1
/
+1
*
Show built-in script names in the debugger
kobewi
2021-11-11
2
-4
/
+13
*
[GDScript] Check string literals for Unicode direction control characters.
bruvzg
2021-11-11
1
-0
/
+9
*
Merge pull request #54676 from Chaosus/gds_restrict_names
Rémi Verschelde
2021-11-10
1
-8
/
+76
|
\
|
*
Prevent identifiers from naming as built-in funcs and global classes
Yuri Roubinsky
2021-11-08
1
-8
/
+76
*
|
Merge pull request #54358 from Shawak/feature-allow-root-node-paths-without-q...
Rémi Verschelde
2021-11-10
1
-0
/
+17
|
\
\
|
*
|
Allow using $/root node paths
Maximilian
2021-11-09
1
-0
/
+17
*
|
|
Remove hash symbol in front of opcode error messages in GDScript
Hugo Locurcio
2021-11-09
1
-1
/
+1
*
|
|
Merge pull request #54473 from briansemrau/no-debug-functions-on-thread
Rémi Verschelde
2021-11-08
2
-5
/
+26
|
\
\
\
|
*
|
|
GDScript gracefully handle debug functions from separate thread
Brian Semrau
2021-11-01
2
-5
/
+26
*
|
|
|
Merge pull request #54118 from Pineapple/dont-ignore-type-mismatch-in-setter-...
Rémi Verschelde
2021-11-08
1
-0
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Don't ignore the type mismatch in setter function
Bartłomiej T. Listwon
2021-10-22
1
-0
/
+2
*
|
|
|
Fix LSP crash when parsing signal symbols.
Francois Belair
2021-11-07
1
-1
/
+1
*
|
|
|
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-1
/
+1
*
|
|
|
Merge pull request #54346 from mhilbrunner/used-what-instead-of-what
Rémi Verschelde
2021-11-02
3
-2
/
+10
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Improve GDScript indentation error message
Max Hilbrunner
2021-10-28
3
-2
/
+10
*
|
|
|
Move the docs for constructors and operators out of methods section
Aaron Franke
2021-10-29
1
-0
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #54350 from akien-mga/clang-format-dont-align-operands
Rémi Verschelde
2021-10-28
4
-61
/
+61
|
\
\
\
|
*
|
|
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
2
-46
/
+46
|
*
|
|
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
2
-15
/
+15
|
|
/
/
*
|
|
Merge pull request #53526 from KoBeWi/super_print
Rémi Verschelde
2021-10-28
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Change print_line() to use any number of Variants
kobewi
2021-10-07
1
-1
/
+1
*
|
|
Refactored Node3D rotation modes
reduz
2021-10-25
1
-1
/
+1
*
|
|
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-2
/
+0
|
|
/
|
/
|
*
|
Merge pull request #52940 from groud/toast_notification
Rémi Verschelde
2021-10-19
4
-7
/
+7
|
\
\
|
*
|
Implement toast notifications in the editor
Gilles Roudière
2021-10-14
4
-7
/
+7
*
|
|
Fix incorrect debug check for setters
Benjamin Navarro
2021-10-18
1
-1
/
+1
*
|
|
Fix name used instead of doc for GDScript signals
opl-
2021-10-17
1
-1
/
+1
*
|
|
Merge pull request #53856 from vnen/gdscript-setter-crash
Rémi Verschelde
2021-10-15
1
-6
/
+8
|
\
\
\
|
*
|
|
GDScript: Avoid crash if missing setter signature
George Marques
2021-10-15
1
-6
/
+8
*
|
|
|
Merge pull request #53843 from vnen/gdscript-typed-array-subscript-constant
Rémi Verschelde
2021-10-15
3
-0
/
+11
|
\
\
\
\
|
*
|
|
|
GDScript: Fix inferred typed array marked as constant
George Marques
2021-10-15
3
-0
/
+11
|
|
/
/
/
*
|
|
|
GDScript: Fix typing for await expression
George Marques
2021-10-14
1
-3
/
+12
*
|
|
|
GDScript: Remove error when coroutine is called without await
George Marques
2021-10-14
2
-7
/
+7
*
|
|
|
GDScript: Properly return value with await on non-coroutine
George Marques
2021-10-14
3
-1
/
+17
*
|
|
|
GDScript: Make sure calls don't use return when not needed
George Marques
2021-10-14
1
-4
/
+7
|
/
/
/
*
|
|
Merge pull request #53807 from vnen/dont-share-arrays-and-dicts
Rémi Verschelde
2021-10-14
4
-0
/
+60
|
\
\
\
|
*
|
|
Zero Dictionary and Array variants when changing type with reset
George Marques
2021-10-14
4
-0
/
+60
|
|
/
/
*
|
|
Merge pull request #53726 from briansemrau/gd-outer-class
George Marques
2021-10-14
3
-0
/
+28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript: Access outer scope classes
Brian Semrau
2021-10-13
3
-0
/
+28
*
|
|
Merge pull request #53720 from vnen/gdscript-typed-array-custom-class
Rémi Verschelde
2021-10-12
3
-0
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript: Fix typed array with custom classes
George Marques
2021-10-12
3
-0
/
+13
*
|
|
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
|
\
\
[next]