summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gd_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* fixed a bug where saving a GDScript file crashed the editorKarroffel2017-04-241-2/+5
* re-added MultiScriptKarroffel2017-04-241-2/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix typos in source code using codespellRémi Verschelde2017-03-241-2/+2
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-595/+474
* Inf and NaN support added to GDScript.Saracen2017-02-281-0/+4
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-2/+2
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
* Merge pull request #6845 from karroffel/masterJuan Linietsky2017-01-141-0/+1
|\
| * pattern matcher: Implemented backendKarroffel2017-01-111-0/+1
* | Style: Fix whole-line commented codeRémi Verschelde2017-01-141-4/+6
* | rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-141-1/+1
* | Implicit inheritance now defaults to Resource, will error for node scripts if...Juan Linietsky2017-01-121-0/+2
* | uses the global thread to protect the instacnes map in GDScript, closes #4615Juan Linietsky2017-01-101-3/+43
* | 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