summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gd_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* -Ability to reload (and soft reload) tool scripts. Please test!Juan Linietsky2016-06-081-0/+107
* Revert "Fix implicit GDScript Reference inheritance"punto-2016-06-061-2/+5
* Fix implicit GDScript Reference inheritanceeska2016-06-051-5/+2
* Ability to reload scripts on running gameJuan Linietsky2016-06-011-4/+121
* Some cleanup to GDScriptJuan Linietsky2016-05-311-1426/+0
* Fix #4748: proper call to base class functionIgnacio Armenteros2016-05-231-1/+1
* First version of ProfilerJuan Linietsky2016-05-211-102/+334
* remove trailing whitespaceHubert Jarosz2016-03-091-2/+2
* Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-271-0/+5
* Merge pull request #3587 from akien-mga/pr-reserved-keyordsRémi Verschelde2016-02-041-1/+1
|\
| * Fix missing commaRémi Verschelde2016-02-041-1/+1
* | Merge pull request #3582 from akien-mga/pr-reserved-keyordsGeorge Marques2016-02-041-28/+35
|\|
| * Add preload and PI to GDScript reserved keywordsRémi Verschelde2016-02-041-0/+2
| * Reorder reserved words by categoriesRémi Verschelde2016-02-041-28/+33
* | -Added method flags to global constants for scriptJuan Linietsky2016-01-311-0/+1
|/
* -remove unnecesary error report, fixes #3361Juan Linietsky2016-01-231-7/+15
* -Make Akien happy, fixes #3068Juan Linietsky2016-01-101-1/+1
* Fixed bug with default arguments in gdscript, closes #2024Juan Linietsky2016-01-031-0/+1
* -Ability to roll-back script-exported properties to their default value on th...Juan Linietsky2016-01-021-0/+22
* -properly handle newline in \ (line continuation) in gdscript, fixes #2112Juan Linietsky2016-01-021-17/+11
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* -add breakpoint statement to ease with debugging, closes #3165reduz2015-12-291-0/+9
* - added 'onready' keyword to gdscript. Defers initialization of member variab...reduz2015-12-281-0/+1
* Ability to set autoloads as singleton global variablesreduz2015-12-281-0/+6
* replaced :var by :Variant in documentation, fixes #2897Juan Linietsky2015-12-141-1/+1
* -Display on animation editor which keys are invalid and which tracks are unre...Juan Linietsky2015-12-051-0/+20
* Break into GDScript debugger when new() failsadmix2015-11-291-7/+7
* **WARNING BEFORE PULLING**Juan Linietsky2015-08-231-1/+6
* -some changes by okamJuan Linietsky2015-06-301-0/+8
* Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky2015-06-291-2/+2
* added ability to define signals in scriptJuan Linietsky2015-06-241-0/+48
* Fixed variables being set before calling the setter methodJaguar2015-06-131-1/+2
* -Rename unexisting by nonexistant, closes #1940Juan Linietsky2015-05-181-1/+1
* properly save external resources, fixes #1924Juan Linietsky2015-05-171-0/+4
* -bit slower execution in debug, but proper error reporting for get index and ...Juan Linietsky2015-05-161-3/+28
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* (Fix) script will not be able to extend itselfmostafahassan2015-03-311-1/+1
* Merge pull request #1396 from Spooner/fix_sprintf_errorsJuan Linietsky2015-03-221-1/+2
|\
| * Added info about operator after bespoke error message.Bil Bas (Spooner)2015-02-191-0/+1
| * Correctly halt on error in sprintf parsing (fixes #1393)Bil Bas (Spooner)2015-02-191-1/+1
* | support for 2D shadow castersJuan Linietsky2015-03-021-1/+4
|/
* -Resolved bug that made yield() not work in some situations, fixes #884Juan Linietsky2015-01-061-1/+1
* FixesJuan Linietsky2014-12-201-0/+1
* Fix crash when gd-script _init failsanikoyes2014-12-181-1/+1
* more bugfixesJuan Linietsky2014-12-071-0/+2
* Batch of BugfixesJuan Linietsky2014-12-071-35/+129
* missing navmesh demo and small fixesJuan Linietsky2014-11-191-0/+2
* Bug FixesJuan Linietsky2014-11-021-0/+1
* -Much improvement to baked light bakerJuan Linietsky2014-10-271-9/+24
* Little BitsJuan Linietsky2014-10-121-2/+25