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
...
*
|
Merge pull request #88365 from dalexeev/gds-fix-gdc-export
Rémi Verschelde
2024-02-15
1
-0
/
+12
|
\
\
|
*
|
GDScript: Fix extension comparison for exported scripts
Danil Alexeev
2024-02-15
1
-0
/
+12
|
|
/
*
/
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-1
/
+1
|
/
*
Merge pull request #81629 from rune-scape/more-gdscript-deps
Rémi Verschelde
2024-02-12
1
-26
/
+29
|
\
|
*
GDScript: Include lambda dependencies
rune-scape
2023-12-26
1
-26
/
+29
*
|
GDScript: Enable compression on export
George Marques
2024-02-08
1
-1
/
+1
*
|
GDScript: Reintroduce binary tokenization on export
George Marques
2024-02-08
1
-2
/
+22
*
|
Merge pull request #86999 from AThousandShips/init_note
Rémi Verschelde
2024-02-08
1
-2
/
+4
|
\
\
|
*
|
Improve error message when a GDScript instance fails to be constructed
A Thousand Ships
2024-01-09
1
-2
/
+4
*
|
|
Revert "Add UID support to GDScript files"
Rémi Verschelde
2024-01-29
1
-111
/
+11
*
|
|
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-10
/
+10
*
|
|
Merge pull request #67132 from KoBeWi/This_commit_message_is_auto-generated._...
Rémi Verschelde
2024-01-18
1
-11
/
+111
|
\
\
\
|
*
|
|
Add UID support to GDScript files
kobewi
2024-01-17
1
-11
/
+111
|
|
/
/
*
|
|
Merge pull request #86676 from rune-scape/sparse-script-reload
Yuri Sizov
2024-01-17
1
-15
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Hot-reload only changed scripts
rune-scape
2024-01-02
1
-15
/
+14
|
|
/
*
/
GDScript: Lambda hotswap fixes
rune-scape
2024-01-04
1
-91
/
+38
|
/
*
Fix missing time for some script functions in profiler
msreis
2023-12-19
1
-1
/
+70
*
Merge pull request #85603 from eldidou/speed-up-get-must-clear-dependencies
Yuri Sizov
2023-12-16
1
-25
/
+16
|
\
|
*
Speed up GDScript::get_must_clear_dependencies()
eldidou
2023-12-09
1
-25
/
+16
*
|
Remove unnecessary assignments
Wilson E. Alvarez
2023-12-13
1
-2
/
+1
|
/
*
Merge pull request #85373 from DmitriySalnikov/update_singletons
Rémi Verschelde
2023-12-04
1
-0
/
+13
|
\
|
*
Update cached singletons when reloading GDScripts
DmitriySalnikov
2023-11-30
1
-0
/
+13
*
|
Fix GDScript thread-exit routine assuming thread-enter was called
Pedro J. Estébanez
2023-11-27
1
-0
/
+6
|
/
*
Fixup thread-owned lambda bookkeeping on thread exit (take 2)
Pedro J. Estébanez
2023-11-23
1
-13
/
+74
*
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
[prev]
[next]