summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-31/+5
* GDScript: Show warning messages only on debuggerGeorge Marques2018-08-211-3/+5
* Fix error spam from loading script class iconsWill Nations2018-08-151-1/+1
* Add custom icons to script classes.Will Nations2018-08-141-1/+7
* Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde2018-08-141-23/+31
|\
| * Fix case where exported properties value is lostIgnacio Etcheverry2018-07-291-23/+31
* | Added system for GDScript warningsGeorge Marques2018-08-101-0/+172
|/
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-4/+4
* Use type information to enable GDScript introspectionGeorge Marques2018-07-201-12/+8
* Add typed instructions to GDScriptGeorge Marques2018-07-201-1/+5
* Move inheritance resolution to the parserGeorge Marques2018-07-201-2/+34
* Add typing syntaxGeorge Marques2018-07-201-0/+2
* Global class names (and GDScript support for it)Juan Linietsky2018-07-151-0/+45
* New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-291-0/+3
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-5/+5
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-8/+5
* New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-261-0/+3
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-5/+5
* Enable autoload in editorGeorge Marques2018-05-011-0/+9
* Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-3/+3
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-3/+3
* Abstract some method for script systemgeequlim2017-11-171-1/+18
* GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde2017-11-161-0/+1911