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 #58670 from KoBeWi/internal_debugger
Rémi Verschelde
2022-03-04
1
-1
/
+1
|
\
|
*
Fix debugger not opening built-in scripts
kobewi
2022-03-02
1
-1
/
+1
*
|
Merge pull request #58262 from Sauermann/fix-range-doc
Max Hilbrunner
2022-03-03
2
-1
/
+13
|
\
\
|
|
/
|
/
|
|
*
Describe usage of float in range documentation
Markus Sauermann
2022-02-18
2
-1
/
+13
*
|
Merge pull request #58244 from V-Sekai/typed_fail_case_return
Rémi Verschelde
2022-02-23
2
-4
/
+37
|
\
\
|
*
|
Return a correctly typed variant in case of a function error to prevent hard ...
SaracenOne
2022-02-17
2
-4
/
+37
*
|
|
Merge pull request #58415 from V-Sekai/cyclic_assignment_gdscript_fixes
Rémi Verschelde
2022-02-23
2
-28
/
+67
|
\
\
\
|
*
|
|
Fixes cyclic detection from variables assigning themselves to themselves in a...
SaracenOne
2022-02-22
2
-28
/
+67
*
|
|
|
Rename motion_velocity to velocity
Chris Bradfield
2022-02-22
2
-10
/
+10
|
/
/
/
*
|
/
Make 'is_attribute' false during parse error to prevent crash
SaracenOne
2022-02-18
1
-1
/
+2
|
|
/
|
/
|
*
|
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
1
-4
/
+7
|
/
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
2
-2
/
+2
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+1
*
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
4
-29
/
+27
*
[Net] Add type check to GDScriptRPCCallable.
Fabio Alessandrelli
2022-02-07
2
-8
/
+15
*
[Net] Implement GDScript custom RPC callable.
Fabio Alessandrelli
2022-02-07
3
-1
/
+148
*
Merge pull request #57748 from fabriceci/rename-script-template-variable
Rémi Verschelde
2022-02-07
2
-4
/
+4
|
\
|
*
rename jump force to jump velocity
fabriceci
2022-02-07
2
-4
/
+4
*
|
Add some more fixes to visual shader
Yuri Roubinsky
2022-02-07
1
-3
/
+0
|
/
*
Highlight "namespace" as a GDScript keyword in the syntax highlighter
Hugo Locurcio
2022-02-04
1
-2
/
+5
*
Merge pull request #57591 from vnen/gdscript-enum-fixes
Rémi Verschelde
2022-02-04
33
-57
/
+350
|
\
|
*
GDScript: Treat enum values as int and enum types as dictionary
George Marques
2022-02-03
6
-31
/
+127
|
*
GDScript: Allow tests to run on release builds
George Marques
2022-02-03
3
-1
/
+44
|
*
GDScript: Consolidate behavior for assigning enum types
George Marques
2022-02-03
26
-29
/
+183
*
|
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
3
-51
/
+23
*
|
String: Add contains().
Anilforextra
2022-02-04
5
-12
/
+12
*
|
Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scrip...
bruvzg
2022-01-30
1
-3
/
+63
*
|
Merge pull request #57205 from TechnoPorg/variant-template-cast
Rémi Verschelde
2022-01-27
1
-1
/
+1
|
\
\
|
*
|
Allow method binds to take Object subclasses as arguments
TechnoPorg
2022-01-25
1
-1
/
+1
*
|
|
Merge pull request #57281 from Rubonnek/rename-subsequence
Rémi Verschelde
2022-01-27
1
-1
/
+1
|
\
\
\
|
*
|
|
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
1
-1
/
+1
*
|
|
|
Fix crash with non-constant keys in match statement Dictionary pattern
cdemirer
2022-01-26
1
-1
/
+1
|
/
/
/
*
|
|
GDScript cache crashfix.
K. S. Ernest (iFire) Lee
2022-01-22
1
-1
/
+4
*
|
|
Merge pull request #57052 from KoBeWi/nosort
Rémi Verschelde
2022-01-23
1
-1
/
+1
|
\
\
\
|
*
|
|
Don't sort printed Dictionary
kobewi
2022-01-22
1
-1
/
+1
*
|
|
|
Merge pull request #55433 from V-Sekai/prev_operand_nullptr_check
Rémi Verschelde
2022-01-22
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Check for nullptr expression in parse_precedence function
SaracenOne
2021-11-29
1
-1
/
+1
*
|
|
|
|
Merge pull request #55214 from Scony/fix-gdscript-crash-2
Rémi Verschelde
2022-01-22
3
-0
/
+7
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix GDScript parser crash on 'dollar mixed with assignment' expression
Pawel Lampe
2021-11-21
3
-0
/
+7
*
|
|
|
|
Rename Variant::is_ref() to is_ref_counted()
Pedro J. Estébanez
2022-01-20
2
-3
/
+3
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #56739 from strank/master
Rémi Verschelde
2022-01-17
5
-1
/
+53
|
\
\
\
\
|
*
|
|
|
GDScript: Fix parsing default parameter values from function calls
strank
2022-01-13
5
-1
/
+53
*
|
|
|
|
Merge pull request #55995 from Xwdit/enum_fix
Rémi Verschelde
2022-01-17
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Fix enum int comparison
Xwdit
2021-12-16
1
-1
/
+2
*
|
|
|
|
|
Merge pull request #55625 from cdemirer/fix-type-guessing-and-gdscript-parser...
Rémi Verschelde
2022-01-17
1
-1
/
+5
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix gdscript-parser crash
cdemirer
2022-01-03
1
-1
/
+5
*
|
|
|
|
|
|
Merge pull request #55616 from cdemirer/master
Rémi Verschelde
2022-01-17
1
-0
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix nested ternary-if codegen (#55582)
cdemirer
2021-12-04
1
-0
/
+1
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Improvments for SyntaxHighlighters
Paulb23
2022-01-15
2
-23
/
+74
*
|
|
|
|
|
|
Merge pull request #55541 from KoBeWi/outcognito_scripts
Rémi Verschelde
2022-01-14
1
-0
/
+1
|
\
\
\
\
\
\
\
[next]