summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.cpp
AgeCommit message (Expand)Author
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-27Completed the support for plugins! It is not possible to add plugins.Juan Linietsky
2016-02-04Merge pull request #3587 from akien-mga/pr-reserved-keyordsRémi Verschelde
2016-02-04Fix missing commaRémi Verschelde
2016-02-04Merge pull request #3582 from akien-mga/pr-reserved-keyordsGeorge Marques
2016-02-04Add preload and PI to GDScript reserved keywordsRémi Verschelde
2016-02-04Reorder reserved words by categoriesRémi Verschelde
2016-01-31-Added method flags to global constants for scriptJuan Linietsky
2016-01-23-remove unnecesary error report, fixes #3361Juan Linietsky
2016-01-10-Make Akien happy, fixes #3068Juan Linietsky
2016-01-03Fixed bug with default arguments in gdscript, closes #2024Juan Linietsky
2016-01-02-Ability to roll-back script-exported properties to their default value on th...Juan Linietsky
2016-01-02-properly handle newline in \ (line continuation) in gdscript, fixes #2112Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-29-add breakpoint statement to ease with debugging, closes #3165reduz
2015-12-28- added 'onready' keyword to gdscript. Defers initialization of member variab...reduz
2015-12-28Ability to set autoloads as singleton global variablesreduz
2015-12-14replaced :var by :Variant in documentation, fixes #2897Juan Linietsky
2015-12-05-Display on animation editor which keys are invalid and which tracks are unre...Juan Linietsky
2015-11-29Break into GDScript debugger when new() failsadmix
2015-08-23**WARNING BEFORE PULLING**Juan Linietsky
2015-06-30-some changes by okamJuan Linietsky
2015-06-29Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky
2015-06-24added ability to define signals in scriptJuan Linietsky
2015-06-13Fixed variables being set before calling the setter methodJaguar
2015-05-18-Rename unexisting by nonexistant, closes #1940Juan Linietsky
2015-05-17properly save external resources, fixes #1924Juan Linietsky
2015-05-16-bit slower execution in debug, but proper error reporting for get index and ...Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-03-31(Fix) script will not be able to extend itselfmostafahassan
2015-03-22Merge pull request #1396 from Spooner/fix_sprintf_errorsJuan Linietsky
2015-03-02support for 2D shadow castersJuan Linietsky
2015-02-19Added info about operator after bespoke error message.Bil Bas (Spooner)
2015-02-19Correctly halt on error in sprintf parsing (fixes #1393)Bil Bas (Spooner)
2015-01-06-Resolved bug that made yield() not work in some situations, fixes #884Juan Linietsky
2014-12-20FixesJuan Linietsky
2014-12-18Fix crash when gd-script _init failsanikoyes
2014-12-07more bugfixesJuan Linietsky
2014-12-07Batch of BugfixesJuan Linietsky
2014-11-19missing navmesh demo and small fixesJuan Linietsky
2014-11-02Bug FixesJuan Linietsky
2014-10-27-Much improvement to baked light bakerJuan Linietsky
2014-10-12Little BitsJuan Linietsky
2014-10-07Build System ChangesJuan Linietsky
2014-09-22-variables with export in script are now IMMEDIATELY AND ALWAYS visible in pr...Juan Linietsky
2014-09-19- more fixes on #672 on windowsJuan Linietsky
2014-09-153D Physics Rework, Other StuffJuan Linietsky
2014-06-16More 3D WorkJuan Linietsky
2014-06-11Light Baker!Juan Linietsky
2014-05-24-Fixed bug in "extends"Juan Linietsky