aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* fixed a bug where saving a GDScript file crashed the editorKarroffel2017-05-261-1/+4
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-191-547/+438
* Style: Fix statements ending with ';;'Rémi Verschelde2017-03-181-1/+1
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-121-1/+1
* Fixed reloading of tool scripts within editor, they should work much better n...Juan Linietsky2016-07-201-2/+16
* Fix bug in inner class reference, closes #1411Juan Linietsky2016-06-281-4/+9
* Fix extends issue, closes #4026Juan Linietsky2016-06-281-0/+4
* Add "bool" to GDScript reserverd keywordsAndreas Haas2016-06-241-0/+1
* Changed reload logic to auto-hard-reload scripts on save. It's simpler to use...Juan Linietsky2016-06-131-0/+5
* -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