summaryrefslogtreecommitdiffstats
path: root/core/script_language.h
Commit message (Expand)AuthorAgeFilesLines
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-460/+0
* Shows ColorRect in Color constants autocompletionYuri Roubinsky2020-10-231-0/+1
* Remove multilevel callsGeorge Marques2020-07-241-5/+0
* Add warning checks in GDScript analyzerGeorge Marques2020-07-201-1/+2
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-0/+1
* Add core types to ScriptLanguagePaulb232020-07-111-0/+1
* Add override keywords.Marcel Admiraal2020-07-101-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-4/+2
* Add ability to bind typed arrays to script APIJuan Linietsky2020-04-211-0/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-10/+10
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-1/+2
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-58/+5
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-4/+4
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-121-0/+45
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Implement game camera overrideErik2019-10-231-27/+0
* Merge pull request #31870 from JFonS/add_network_profilerFabio Alessandrelli2019-09-051-0/+1
|\
| * Add network profilerjfons2019-09-051-0/+1
* | Adds skip-breakpoints featureiwek72019-09-031-1/+1
* | Merge pull request #31021 from willnationsdev/script-reflectionRémi Verschelde2019-09-031-0/+6
|\ \ | |/ |/|
| * Expose Script reflection methods to scripting API.willnationsdev2019-08-011-0/+6
* | Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-4/+0
|/
* Show icons for code completion optionsGeequlim2019-07-051-0/+1
* Parse more informations for code completionGeequlim2019-07-041-1/+29
* 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
* | Allow overriding how scripted objects are converted to stringsLeonard Meagher2019-05-031-0/+5
|/
* Fix -Wnon-virtual-dtor warnings.marxin2019-04-021-0/+2
* Revert accidental commitsPedro J. Estébanez2019-03-201-3/+0
* Create live view dock [wip]Pedro J. Estébanez2019-03-201-0/+3
* Allow class_name scripts to have nested inheritanceGeorge Marques2019-03-091-0/+1
* Fix enums coming from other classes without preloadBojidar Marinov2019-03-051-0/+1
* Use script instance binding for objects constructed from C#Ignacio Etcheverry2019-02-091-0/+3
* Merge pull request #24877 from neikeq/issue-24280Rémi Verschelde2019-01-101-7/+4
|\
| * Fix properties being lost when reloading placeholder GDScript instanceIgnacio Etcheverry2019-01-101-7/+4
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
|/
* Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky2018-11-271-0/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+5
* Merge pull request #16927 from neikeq/rework-refcount-notifyJuan Linietsky2018-08-251-0/+2
|\
| * Notify instance binding data api of refcount increment/decrementIgnacio Etcheverry2018-08-231-0/+2
* | Add custom icons to script classes.Will Nations2018-08-141-1/+1
* | Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde2018-08-141-0/+12
|\ \
| * | Fix case where exported properties value is lostIgnacio Etcheverry2018-07-291-0/+12
* | | Added system for GDScript warningsGeorge Marques2018-08-101-1/+8
|/ /
* | Add editor highlight for type-safe linesGeorge Marques2018-07-201-1/+1