summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gd_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde2017-11-161-2950/+0
* doc: Rename "@Global Scope" to "@GlobalScope"Rémi Verschelde2017-11-151-1/+1
* Fixed signal connection dialog ignoring indentation settings when creating a ...Michael Alexsander Silva Dias2017-11-131-1/+1
* Merge pull request #12627 from Goutte/feat-support-tauRémi Verschelde2017-11-121-0/+5
|\
| * Add support for the TAU constant. Fixes #12094.Goutte2017-11-121-0/+5
* | Fixed help lookup not finding classes, issue 11867Paulb232017-11-111-21/+21
|/
* Fix crash when guessing type of variable declared to itselfBojidar Marinov2017-11-081-1/+3
* Fix get_node() and $ autocompletion when using single quotesUnknown2017-10-301-2/+2
* Merge pull request #12365 from neikeq/pRémi Verschelde2017-10-241-0/+5
|\
| * Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-241-0/+5
* | Add _process(delta) to new script templates. Closes #11994.mhilbrunner2017-10-221-1/+5
|/
* Properly allow completion on variable initializer arguments, closes #9359Juan Linietsky2017-09-291-2/+1
* Move Variant::evaluate() switch to computed gotoHein-Pieter van Braam2017-09-171-1/+1
* Fix various assorted warningsHein-Pieter van Braam2017-09-081-3/+3
* Merge pull request #10745 from neikeq/fix-docdata-and-stuffJuan Linietsky2017-08-291-4/+6
|\
| * Makes built-in vararg methods actual vararg methodsIgnacio Etcheverry2017-08-291-2/+2
| * DocData and type hints fixesIgnacio Etcheverry2017-08-291-2/+4
* | -Some fixes to code completion.Juan Linietsky2017-08-281-3/+28
* | -Moved script run to editor, removed from projectJuan Linietsky2017-08-271-19/+34
|/
* Dead code tells no talesRémi Verschelde2017-08-271-121/+3
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add two missing Null checksHein-Pieter van Braam2017-08-261-2/+6
* Merge pull request #10581 from hpvb/fix-gcc6+Rémi Verschelde2017-08-251-61/+54
|\
| * Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-61/+54
* | Implemented, The Amazing Zylann Hack (tm), fixes #10603Juan Linietsky2017-08-251-0/+14
|/
* Fix mismatched signatures for GDScriptLanguage::complete_codeRémi Verschelde2017-08-241-1/+1
* -Code completion for enumerationsJuan Linietsky2017-08-241-10/+131
* Changed MethodBind API to request information from methods. It's much claner ...Juan Linietsky2017-08-231-6/+6
* Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-1/+2
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-2/+2
* Update GDScript completion names for Pool*ArraysAndrii Doroshenko (Xrayez)2017-07-251-2/+2
* Clang-formatting *.cpp and *.h (some files excluded)Poommetee Ketson2017-07-221-1/+1
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-10/+10
* Remove methods from code completion which are already exposed by properties, ...Juan Linietsky2017-06-231-2/+2
* GdScript: Add signal autocompletion to emit_signal functionMariano Suligoy2017-06-231-1/+1
* Add ability to use custom script templates.Andreas Haas2017-06-131-0/+13
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-65/+4
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-1/+1
* Fix #8674, and rename a few things for clarityBojidar Marinov2017-05-081-1/+1
* Changed indent type settingsPaulb232017-04-261-1/+1
* Honoring the Indent setting for gdscriptRamesh Ravone2017-04-251-10/+13
* Merge pull request #8444 from magyar123/pr-complete-pathsRémi Verschelde2017-04-241-0/+24
|\
| * Added autocomplete for file paths in the script editormbalint122017-04-181-0/+24
* | Added support for space indentationPaulb232017-04-181-2/+23
|/
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1
* Fixed typo in gdscript autocompletion.mbalint122017-03-171-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-1101/+915
* Inf and NaN support added to GDScript.Saracen2017-02-281-0/+10
* Merge pull request #7851 from shlomif/fix-some-compilation-warningsRémi Verschelde2017-02-261-0/+1
|\