aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2713-13/+13
* Re-apply clang-format to all filesRémi Verschelde2017-08-272-5/+5
* Correct hash behavior for floating point numbersHein-Pieter van Braam2017-08-202-5/+5
* Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez2017-08-181-1/+1
* push variable later when created, to avoid self-referencing as a valid case, ...Juan Linietsky2017-08-131-2/+5
* Enhanced debugger. ake 2.1 more productive!geequlim2017-07-112-6/+46
* GdScript: Add signal autocompletion to emit_signal functionMariano Suligoy2017-06-251-1/+1
* fixed a bug where saving a GDScript file crashed the editorKarroffel2017-05-261-1/+4
* Fix typo in Parser Error messagecurtisxk382017-05-261-1/+1
* Add extended check option to GDFunctionState::is_valid()Pedro J. Estébanez2017-05-172-4/+16
* Revert "Make inline blocks in GDScript more pythonic"Rémi Verschelde2017-04-081-9/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0813-0/+13
* Add enum naming, by assinging a given enum's values to a DictBojidar Marinov2017-04-061-0/+20
* Adds enums to GDScriptBojidar Marinov2017-04-063-0/+87
* Make inline blocks in GDScript more pythonicBojidar Marinov2017-03-241-1/+9
* Fix random crashes when using yield()Pedro J. Estébanez2017-03-211-1/+1
* Fixed typo in gdscript autocompletion.mbalint122017-03-191-1/+1
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-1914-5234/+4703
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-181-3/+3
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-03-181-1/+1
* Style: Fix statements ending with ';;'Rémi Verschelde2017-03-183-3/+3
* Allow preload to accept a const string.Hein-Pieter van Braam2017-03-181-4/+25
* Remove bounds check when resuming from yield.Hein-Pieter van Braam2017-03-181-1/+1
* Skip asserts on non-debug builds at compiler levelPedro J. Estébanez2017-03-131-0/+2
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-1213-13/+13
* Disallow assignment to expressionsBojidar Marinov2017-01-121-0/+9
* Add named colors to GDScript/core.Bojidar Marinov2017-01-122-0/+38
* Ternary operator in GDScript (a if x else b)Bojidar Marinov2017-01-103-14/+125
* Allow for linebreaks in function calls and definitions and yeild/signal.Bojidar Marinov2017-01-101-2/+30
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-021-3/+0
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-021-2/+2
* Fixes #6487, GDscript compiler ignores OPCODE_LINE and OPCODE_BREAKPOINT in R...yg2f2016-10-311-2/+4
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-301-0/+2
* modules: Clone env in each moduleRémi Verschelde2016-10-301-1/+1
* Adapt overlooked instances of zero-based column numbersPedro J. Estébanez2016-10-171-5/+5
* Revert "Add warning when (pre)loading paths with leading / (#4280 - #3106)"Fabio Alessandrelli2016-10-172-12/+0
* Make text column numbers one-basedPedro J. Estébanez2016-10-171-1/+1
* i18n: Fix string that broke msgmergeRémi Verschelde2016-10-091-1/+1
* Throw an error when exporting a resource classFabio Alessandrelli2016-10-091-0/+10
* Add warning when (pre)loading paths with leading / (#4280 - #3106)Fabio Alessandrelli2016-10-092-1/+14
* Added constants from types in code completion, somehow this was never added.Juan Linietsky2016-09-181-1/+12
* Clean up GDScript templateRăzvan Cosmin Rădulescu2016-09-181-7/+5
* Fix #5891 by not expecting the script instance to be a GDInstanceBojidar Marinov2016-08-081-2/+1
* Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2Deska2016-07-301-1/+1
* Changed the way the step decimals are computed to a safer way, fixes many iss...Juan Linietsky2016-07-261-1/+1
* Set proper line into operators when parsing GDScript, fixes #5822Juan Linietsky2016-07-221-0/+11
* Fixed reloading of tool scripts within editor, they should work much better n...Juan Linietsky2016-07-202-2/+22
* Forgot to clear signals on recompile, closes #5729Juan Linietsky2016-07-171-0/+1
* Allow semicolon after 'pass' keywordGeorge Marques2016-07-101-0/+4
* Revert removing of function call in gd_parserGeorge Marques2016-07-081-0/+1