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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Assign temporary path to preloaded resources
kobewi
2023-11-10
1
-0
/
+1
*
GDScript: Lambda hot reloading
rune-scape
2023-10-17
1
-0
/
+26
*
Merge pull request #83123 from astillich/82998-propagate-base-class-exports
Rémi Verschelde
2023-10-16
1
-1
/
+2
|
\
|
*
Fix editing exports in a base script not propagating the change to the opened...
Alexander Stillich
2023-10-16
1
-1
/
+2
*
|
Highlight doc comments in a different color
Danil Alexeev
2023-10-08
1
-0
/
+1
*
|
Core: Fix `Object::has_method()` for script static methods
Danil Alexeev
2023-10-04
1
-0
/
+1
|
/
*
Merge pull request #82186 from dalexeev/gds-fix-property-duplication
Yuri Sizov
2023-09-28
1
-4
/
+8
|
\
|
*
GDScript: Fix duplication of inherited script properties
Danil Alexeev
2023-09-23
1
-4
/
+8
*
|
Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-support
Rémi Verschelde
2023-09-25
1
-0
/
+1
|
\
\
|
*
|
C#: Abstract script class support
398utubzyt
2023-09-15
1
-0
/
+1
|
|
/
*
/
Editor: Remove unused Class Name field from Create Script dialog
Danil Alexeev
2023-09-12
1
-1
/
+3
|
/
*
Merge pull request #81201 from anvilfolk/rpc
Rémi Verschelde
2023-09-12
1
-1
/
+0
|
\
|
*
GDScript: fix subclass methods not inheriting RPC info
ocean (they/them)
2023-09-11
1
-1
/
+0
*
|
GDScript: Fix `get_*_list()` methods return incorrect info
Danil Alexeev
2023-09-04
1
-8
/
+6
|
/
*
Fix Object::notification order
Markus Sauermann
2023-08-30
1
-1
/
+1
*
Merge pull request #75778 from KoBeWi/_vp
Rémi Verschelde
2023-08-29
1
-0
/
+2
|
\
|
*
Expose _validate_property() for scripting
kobewi
2023-08-28
1
-0
/
+2
*
|
Add a script method to get its class icon
Yuri Sizov
2023-08-24
1
-0
/
+2
|
/
*
Support threads in the script debugger
Juan Linietsky
2023-07-26
1
-31
/
+37
*
GDScript: Fix `_get_script_name()` function collision for SCU build
Danil Alexeev
2023-06-20
1
-4
/
+5
*
GDScript: Fix some bugs with static variables and functions
Danil Alexeev
2023-06-16
1
-0
/
+1
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-1
/
+2
*
Add support for static variables in GDScript
George Marques
2023-04-27
1
-0
/
+14
*
Improve and fix GDScript documentation generation & behavior
ocean (they/them)
2023-04-21
1
-9
/
+1
*
Remove unused `ScriptLanguage` methods
voidedWarranties
2023-02-26
1
-1
/
+0
*
Merge pull request #71687 from reduz/support-script-class-name-in-efs
Rémi Verschelde
2023-01-21
1
-0
/
+1
|
\
|
*
Support script global resource name in EditorFileSystem
Juan Linietsky
2023-01-21
1
-0
/
+1
*
|
Remove references to compiled GDScript in export
George Marques
2023-01-20
1
-3
/
+0
|
/
*
Resolve `GDScript::clear()` `heap-use-after-free` ASAN errors
Adam Scott
2023-01-07
1
-3
/
+11
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Unify GDScriptAnalyzer in-editor and runtime autoload checks
ocean (they/them)
2022-12-20
1
-0
/
+3
*
GDScript: Fix built-in script and other `find_class` bugs
rune-scape
2022-12-15
1
-1
/
+1
*
GDScript: Fix subclass script path issues
rune-scape
2022-12-01
1
-1
/
+2
*
Fix cyclic references in GDScript 2.0
Adam Scott
2022-11-18
1
-0
/
+16
*
GDScript compiler subclass bugfixes
Rune
2022-11-13
1
-2
/
+5
*
Fix built-in script path of GDScript
Wei Guo
2022-10-25
1
-0
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-1
/
+1
*
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-08-18
1
-0
/
+5
*
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
1
-1
/
+1
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-3
/
+3
*
Add support for documenting built-in annotations
Yuri Sizov
2022-07-04
1
-0
/
+1
*
GDScript: Use implicit method for @onready variables
George Marques
2022-06-24
1
-0
/
+1
*
Improve stack overflow error message in GDScript and VisualScript
Hugo Locurcio
2022-06-15
1
-1
/
+1
*
Add a new HashSet template
reduz
2022-05-20
1
-6
/
+7
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-35
/
+35
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-4
/
+4
*
GDScript: Allow using self in lambdas
George Marques
2022-04-24
1
-0
/
+1
*
GDScript: Add support for static method calls in native types
George Marques
2022-04-06
1
-0
/
+1
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-8
/
+8
*
Add GDExtension support to Script
reduz
2022-03-27
1
-2
/
+2
[next]