summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove multilevel callsGeorge Marques2020-07-241-5/+0
* Add warning checks in GDScript analyzerGeorge Marques2020-07-201-46/+0
* New GDScript tokenizer and parserGeorge Marques2020-07-201-1/+3
* Add override keywords.Marcel Admiraal2020-07-101-38/+38
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+13
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-8/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-5/+5
* fixed: saving gdscript with cyclic inheritance crash the editorThakee Nathees2020-05-101-1/+1
* Fix object leaks caused by unfulfilled yieldsPedro J. Estébanez2020-05-051-0/+6
* Add ability to bind typed arrays to script APIJuan Linietsky2020-04-211-0/+2
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-5/+5
* Merge pull request #36599 from AndreaCatania/gen_rpc_data_exportRémi Verschelde2020-03-131-0/+1
|\
| * Generates the rpc and rset info for exported GDScript.Andrea Catania2020-02-281-0/+1
* | Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-6/+8
* | Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+1
* | Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-1/+1
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-4/+4
* GDScript: Remove self static reference and create one on callsGeorge Marques2020-02-191-1/+0
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-0/+1
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-121-0/+23
* Keep a weak reference to orphan subclasses to reuse on class reloadChibiDenDen2020-01-151-0/+7
* Add fully_qualified_name for GDScript classDani Frank2020-01-141-0/+1
* Add GDScript warning for standalone expressionGeorge Marques2020-01-091-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Parse more informations for code completionGeequlim2019-07-041-1/+1
* Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde2019-06-181-2/+0
* Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde2019-06-031-2/+2
|\
| * Don't allow class_name in built-in scriptslupoDharkael2019-04-171-1/+1
| * Fix code completion not working with class_namelupoDharkael2019-04-161-1/+1
* | Merge pull request #27886 from LeonardMeagher2/obj_to_stringRémi Verschelde2019-05-201-0/+1
|\ \
| * | Allow overriding how scripted objects are converted to stringsLeonard Meagher2019-05-031-0/+1
* | | Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde2019-05-011-2/+3
|\ \ \ | |_|/ |/| |
| * | Small fixes to static analyzer bugsqarmin2019-04-041-2/+3
* | | GDScript: add variable shadowing warninglupoDharkael2019-04-151-0/+1
| |/ |/|
* | Add support for type hints in non-default script editor templatesHugo Locurcio2019-04-051-0/+1
|/
* Add a dependency search mode for GDScript parserGeorge Marques2019-03-031-0/+1
* Merge pull request #24877 from neikeq/issue-24280Rémi Verschelde2019-01-101-0/+5
|\
| * Fix properties being lost when reloading placeholder GDScript instanceIgnacio Etcheverry2019-01-101-0/+5
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2