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
*
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
|
\
\
|
*
|
Support script global resource name in EditorFileSystem
Juan Linietsky
2023-01-21
1
-0
/
+4
*
|
|
Remove references to compiled GDScript in export
George Marques
2023-01-20
1
-18
/
+1
|
/
/
*
|
Add default virtual `gdscript://` path to `GDScript` instances
Adam Scott
2023-01-12
1
-1
/
+3
*
|
Resolve `GDScript::clear()` `heap-use-after-free` ASAN errors
Adam Scott
2023-01-07
1
-32
/
+45
*
|
Merge pull request #68429 from KoBeWi/PropertySettings
Rémi Verschelde
2023-01-06
1
-6
/
+2
|
\
\
|
*
|
Add PropertyInfo overload for GLOBAL_DEF
kobewi
2022-12-11
1
-6
/
+2
*
|
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
|
Merge pull request #70503 from rune-scape/inner-class-docs
Rémi Verschelde
2023-01-03
1
-0
/
+4
|
\
\
\
|
*
|
|
Inner classes get their docs back
rune-scape
2022-12-23
1
-0
/
+4
*
|
|
|
Unify GDScriptAnalyzer in-editor and runtime autoload checks
ocean (they/them)
2022-12-20
1
-0
/
+10
|
/
/
/
*
|
|
Merge pull request #70000 from rune-scape/find-more-classes
Rémi Verschelde
2022-12-17
1
-10
/
+16
|
\
\
\
|
*
|
|
GDScript: Fix built-in script and other `find_class` bugs
rune-scape
2022-12-15
1
-10
/
+16
*
|
|
|
Fix `GDScript::_get_gdscript_from_variant()` crash
Adam Scott
2022-12-15
1
-6
/
+1
|
/
/
/
*
/
/
Add GDScript member initializer implicit type conversion
ocean (they/them)
2022-12-11
1
-0
/
+1
|
/
/
*
|
Remove debug macro for GDScriptLanguage script_list
Adam Scott
2022-12-10
1
-4
/
+0
*
|
Merge pull request #69467 from rune-scape/rune-subclass-script-path
Rémi Verschelde
2022-12-10
1
-6
/
+12
|
\
\
|
*
|
GDScript: Fix subclass script path issues
rune-scape
2022-12-01
1
-6
/
+12
|
|
/
*
/
Move GDScript uninitialization to `GDScriptLanguage::finalize()`
Adam Scott
2022-12-06
1
-30
/
+36
|
/
*
Fix cyclic references in GDScript 2.0
Adam Scott
2022-11-18
1
-31
/
+254
*
GDScript compiler subclass bugfixes
Rune
2022-11-13
1
-74
/
+66
*
Fix built-in script path of GDScript
Wei Guo
2022-10-25
1
-0
/
+5
[next]