summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.h
Commit message (Expand)AuthorAgeFilesLines
* Assign temporary path to preloaded resourceskobewi2023-11-101-0/+1
* GDScript: Lambda hot reloadingrune-scape2023-10-171-0/+26
* Merge pull request #83123 from astillich/82998-propagate-base-class-exportsRémi Verschelde2023-10-161-1/+2
|\
| * Fix editing exports in a base script not propagating the change to the opened...Alexander Stillich2023-10-161-1/+2
* | Highlight doc comments in a different colorDanil Alexeev2023-10-081-0/+1
* | Core: Fix `Object::has_method()` for script static methodsDanil Alexeev2023-10-041-0/+1
|/
* Merge pull request #82186 from dalexeev/gds-fix-property-duplicationYuri Sizov2023-09-281-4/+8
|\
| * GDScript: Fix duplication of inherited script propertiesDanil Alexeev2023-09-231-4/+8
* | Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-supportRémi Verschelde2023-09-251-0/+1
|\ \
| * | C#: Abstract script class support398utubzyt2023-09-151-0/+1
| |/
* / Editor: Remove unused Class Name field from Create Script dialogDanil Alexeev2023-09-121-1/+3
|/
* Merge pull request #81201 from anvilfolk/rpcRémi Verschelde2023-09-121-1/+0
|\
| * GDScript: fix subclass methods not inheriting RPC infoocean (they/them)2023-09-111-1/+0
* | GDScript: Fix `get_*_list()` methods return incorrect infoDanil Alexeev2023-09-041-8/+6
|/
* Fix Object::notification orderMarkus Sauermann2023-08-301-1/+1
* Merge pull request #75778 from KoBeWi/_vpRémi Verschelde2023-08-291-0/+2
|\
| * Expose _validate_property() for scriptingkobewi2023-08-281-0/+2
* | Add a script method to get its class iconYuri Sizov2023-08-241-0/+2
|/
* Support threads in the script debuggerJuan Linietsky2023-07-261-31/+37
* GDScript: Fix `_get_script_name()` function collision for SCU buildDanil Alexeev2023-06-201-4/+5
* GDScript: Fix some bugs with static variables and functionsDanil Alexeev2023-06-161-0/+1
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-1/+2
* Add support for static variables in GDScriptGeorge Marques2023-04-271-0/+14
* Improve and fix GDScript documentation generation & behaviorocean (they/them)2023-04-211-9/+1
* Remove unused `ScriptLanguage` methodsvoidedWarranties2023-02-261-1/+0
* Merge pull request #71687 from reduz/support-script-class-name-in-efsRémi Verschelde2023-01-211-0/+1
|\
| * Support script global resource name in EditorFileSystemJuan Linietsky2023-01-211-0/+1
* | Remove references to compiled GDScript in exportGeorge Marques2023-01-201-3/+0
|/
* Resolve `GDScript::clear()` `heap-use-after-free` ASAN errorsAdam Scott2023-01-071-3/+11
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Unify GDScriptAnalyzer in-editor and runtime autoload checksocean (they/them)2022-12-201-0/+3
* GDScript: Fix built-in script and other `find_class` bugsrune-scape2022-12-151-1/+1
* GDScript: Fix subclass script path issuesrune-scape2022-12-011-1/+2
* Fix cyclic references in GDScript 2.0Adam Scott2022-11-181-0/+16
* GDScript compiler subclass bugfixesRune2022-11-131-2/+5
* Fix built-in script path of GDScriptWei Guo2022-10-251-0/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-1/+1
* Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-181-0/+5
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-3/+3
* Add support for documenting built-in annotationsYuri Sizov2022-07-041-0/+1
* GDScript: Use implicit method for @onready variablesGeorge Marques2022-06-241-0/+1
* Improve stack overflow error message in GDScript and VisualScriptHugo Locurcio2022-06-151-1/+1
* Add a new HashSet templatereduz2022-05-201-6/+7
* Replace most uses of Map by HashMapreduz2022-05-161-35/+35
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-4/+4
* GDScript: Allow using self in lambdasGeorge Marques2022-04-241-0/+1
* GDScript: Add support for static method calls in native typesGeorge Marques2022-04-061-0/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-8/+8
* Add GDExtension support to Scriptreduz2022-03-271-2/+2