summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove VARIANT_ARG* macrosreduz2022-03-091-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Improve editor template workflowfabriceci2022-01-021-51/+50
* Show built-in script names in the debuggerkobewi2021-11-111-0/+1
* Merge pull request #51456 from SaracenOne/super_init_fixGeorge Marques2021-09-101-0/+1
|\
| * Automatically call the _init function on base class if one does not exist.SaracenOne2021-08-101-0/+1
* | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-3/+3
|/
* [Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli2021-07-201-1/+0
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-4/+4
* Added support for scripts reporting multiple errors to ScriptTextEditorEric M2021-06-191-1/+1
* Fix slow load/save of scenes with many instances of the same scriptPedro J. Estébanez2021-06-131-1/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-5/+5
* [Net] Refactor RPCs, remove RSETsFabio Alessandrelli2021-06-011-24/+3
* Highlight control flow keywords with a different colorHugo Locurcio2021-05-051-0/+1
* GDScript: Implement lambdas compilation and runtimeGeorge Marques2021-04-281-0/+1
* Improve resource load cachereduz2021-02-111-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-8/+8
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde2020-12-151-2/+2
|\
| * GDScript: Refactor builtin functionsGeorge Marques2020-11-261-2/+2
* | Constify ScriptLanguage.can_inherit_from_fileEmmanuel Leblond2020-12-081-1/+1
* | Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-1/+2
* | Documentation generation for GDScriptThakee Nathees2020-11-291-2/+28
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* GDScript: Properly resolve external inner classes from preloadGeorge Marques2020-08-231-0/+1