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
/
gdscript.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert recently added approach to cross-thread lambda survival
Pedro J. Estébanez
2023-11-22
1
-91
/
+11
*
Fix leak in the bookkeeping of GDScript lambdas
Pedro J. Estébanez
2023-11-21
1
-8
/
+10
*
Merge pull request #84659 from RandomShaper/fix_lambda_cross_thread
Rémi Verschelde
2023-11-12
1
-13
/
+91
|
\
|
*
Fixup thread-owned lambda bookkeeping on thread exit
Pedro J. Estébanez
2023-11-10
1
-13
/
+91
*
|
Assign temporary path to preloaded resources
kobewi
2023-11-10
1
-0
/
+5
|
/
*
GDScript: Lambda hot reloading
rune-scape
2023-10-17
1
-0
/
+40
*
Merge pull request #83123 from astillich/82998-propagate-base-class-exports
Rémi Verschelde
2023-10-16
1
-6
/
+13
|
\
|
*
Fix editing exports in a base script not propagating the change to the opened...
Alexander Stillich
2023-10-16
1
-6
/
+13
*
|
Core: Fix `Object::has_method()` for script static methods
Danil Alexeev
2023-10-04
1
-0
/
+4
*
|
GDScript: Improve highlighting of types
Danil Alexeev
2023-10-03
1
-53
/
+45
|
/
*
Merge pull request #82186 from dalexeev/gds-fix-property-duplication
Yuri Sizov
2023-09-28
1
-8
/
+10
|
\
|
*
GDScript: Fix duplication of inherited script properties
Danil Alexeev
2023-09-23
1
-8
/
+10
*
|
GDScript: Implement pattern guards for match statement
George Marques
2023-09-27
1
-0
/
+2
*
|
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-2
/
+2
|
/
*
Merge pull request #81201 from anvilfolk/rpc
Rémi Verschelde
2023-09-12
1
-16
/
+0
|
\
|
*
GDScript: fix subclass methods not inheriting RPC info
ocean (they/them)
2023-09-11
1
-16
/
+0
*
|
GDScript: Fix `get_*_list()` methods return incorrect info
Danil Alexeev
2023-09-04
1
-92
/
+35
|
/
*
Fix Object::notification order
Markus Sauermann
2023-08-30
1
-3
/
+11
*
Merge pull request #75778 from KoBeWi/_vp
Rémi Verschelde
2023-08-29
1
-1
/
+22
|
\
|
*
Expose _validate_property() for scripting
kobewi
2023-08-28
1
-1
/
+22
*
|
Add a script method to get its class icon
Yuri Sizov
2023-08-24
1
-7
/
+7
|
/
*
Add error message when a GDScript resource fails to load.
ocean (they/them)
2023-07-31
1
-0
/
+5
*
Support threads in the script debugger
Juan Linietsky
2023-07-26
1
-23
/
+18
*
GDScript: solve `_populate_class_members()` cyclic dependency problem
ocean (they/them)
2023-07-08
1
-1
/
+1
*
GDScript: Remove unnecessary name check in `_get_property_list()`
Danil Alexeev
2023-06-22
1
-3
/
+5
*
Fix errors destroying script with static variables
jpcerrone
2023-06-21
1
-1
/
+1
*
GDScript: Fix `_get_script_name()` function collision for SCU build
Danil Alexeev
2023-06-20
1
-2
/
+26
*
Merge pull request #77129 from dalexeev/gds-fix-static-var-bugs-part-1
Rémi Verschelde
2023-06-19
1
-102
/
+177
|
\
|
*
GDScript: Fix some bugs with static variables and functions
Danil Alexeev
2023-06-16
1
-102
/
+177
*
|
Merge pull request #76954 from Rindbee/return-null-on-fail-load-script
Rémi Verschelde
2023-06-19
1
-10
/
+2
|
\
\
|
|
/
|
/
|
|
*
Returns null and does not cache when the source code of the script fails to load
Rindbee
2023-06-15
1
-10
/
+2
*
|
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-10
/
+14
|
/
*
Clear SelfList when destroying GDScriptLanguage
kobewi
2023-06-12
1
-0
/
+2
*
GDScript: Fix template_debug compilation with TOOLS/DEBUG macro mismatch
Rémi Verschelde
2023-04-28
1
-2
/
+2
*
Add support for static variables in GDScript
George Marques
2023-04-27
1
-6
/
+121
*
Improve and fix GDScript documentation generation & behavior
ocean (they/them)
2023-04-21
1
-166
/
+11
*
GDScript: Change parser representation of class extends
Dmitrii Maganov
2023-03-13
1
-3
/
+3
*
Prevent cache corruption when saving resources in the editor
Yuri Sizov
2023-03-08
1
-2
/
+4
*
Remove unused `ScriptLanguage` methods
voidedWarranties
2023-02-26
1
-5
/
+0
*
Merge pull request #72867 from vnen/gdscript-limit-call-depth
Yuri Sizov
2023-02-17
1
-1
/
+1
|
\
|
*
GDScript: Add limit to call depth
George Marques
2023-02-07
1
-1
/
+1
*
|
GDScript: Remove `treat_warnings_as_errors` project setting
Danil Alexeev
2023-02-10
1
-1
/
+0
|
/
*
Merge pull request #65910 from KoBeWi/gdsus
Rémi Verschelde
2023-02-03
1
-2
/
+12
|
\
|
*
Cleanup function state connections when destroying instance
kobewi
2022-12-02
1
-2
/
+12
*
|
Merge pull request #72444 from reduz/fix-global-class-parsing
Rémi Verschelde
2023-01-31
1
-13
/
+83
|
\
\
|
*
|
Fix global script class parsing.
Juan Linietsky
2023-01-31
1
-13
/
+83
*
|
|
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-31
1
-35
/
+14
|
/
/
*
|
GDScript: Avoid calling non-static methods on native classes
George Marques
2023-01-28
1
-1
/
+1
*
|
GDScript: Allow constant expressions in annotations
Danil Alexeev
2023-01-25
1
-79
/
+21
*
|
Merge pull request #71687 from reduz/support-script-class-name-in-efs
Rémi Verschelde
2023-01-21
1
-0
/
+4
|
\
\
[prev]
[next]