aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-2/+2
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-4/+4
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-9/+9
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Renamed the bind_native functions to bind_vararg, should make it show the doc...Juan Linietsky2016-09-071-1/+1
* More visual script workJuan Linietsky2016-08-251-0/+9
* Proper function/property selection in visual script editing for property.Juan Linietsky2016-08-231-0/+35
* Brand new networked multiplayerJuan Linietsky2016-08-191-1/+45
* Merge pull request #6055 from eska014/native-bind-rettypeRémi Verschelde2016-08-081-1/+1
|\
| * Allow documenting unexposed return types in bind_native_methodeska2016-08-061-1/+1
* | Added a simpler way to do sub-functions in both visual and gdscript with the ...Juan Linietsky2016-08-081-1/+30
* | WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-021-0/+17
|/
* 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