summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_parser.cpp
AgeCommit message (Expand)Author
2016-10-03Allow for linebreaks in function calls and definitions and yeild/signal.Bojidar Marinov
2016-09-12Do ctrl-click on any code identifier to go to definiton or help page.Juan Linietsky
2016-09-11Merge pull request #6281 from bojidar-bg/gdscript-ternary-operatorJuan Linietsky
2016-08-27Add enum naming, by assinging a given enum's values to a DictBojidar Marinov
2016-08-27Adds enums to GDScriptBojidar Marinov
2016-08-25Ternary operator in GDScript (a if x else b)Bojidar Marinov
2016-08-19Brand new networked multiplayerJuan Linietsky
2016-08-06Added yield() signal smart autocompletion.Juan Linietsky
2016-07-22Set proper line into operators when parsing GDScript, fixes #5822Juan Linietsky
2016-07-10Allow semicolon after 'pass' keywordGeorge Marques
2016-07-08Revert removing of function call in gd_parserGeorge Marques
2016-07-07Removed unused variables (first pass)Rémi Verschelde
2016-06-30Only check for constants when parsing constants, should close #5497Juan Linietsky
2016-06-29Ability to put constants in constant expressions, closes #5264Juan Linietsky
2016-06-28Fixed bug related to resolving constants in a class, closes #1110Juan Linietsky
2016-06-24Properly report a valid error instead of reporting as a bug, closes #3841Juan Linietsky
2016-06-11remove unnecesary found bug? print, closes #5028Juan Linietsky
2016-06-11-All variables from script are visible through get_property_list(), not just ...Juan Linietsky
2016-05-30[GDScript] Redefine var results in an errorYakov Borevich
2016-05-29Finalized DynamicFont implementationJuan Linietsky
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-01Revert "Merge pull request #3814 from est31/iterators_for_for"Rémi Verschelde
2016-02-28Use xrange for common "for i in range(...)" use caseest31
2016-02-24Fix typo in errorest31
2016-01-24can preload constantshondres
2016-01-23-remove unnecesary error report, fixes #3361Juan Linietsky
2016-01-02PI is now a built-in constant, fixes #2134Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-30added missing onready allocation for subclassesZher Huei Lee
2015-12-29-add breakpoint statement to ease with debugging, closes #3165reduz
2015-12-29-fixed bug with some indent blocks not properly checked, fixes #2570reduz
2015-12-28-renamed function get_relative_transform() to get_relative_transform_to_paren...reduz
2015-12-28- added 'onready' keyword to gdscript. Defers initialization of member variab...reduz
2015-12-14Add GDScript export hint for named bit flagseska
2015-12-11Add GDScript export hints for global filesystem and exponential rangeseska
2015-11-29GDScript: fixed highlighting of the next line when colon is missingkoalefant
2015-11-12Allow extending from Object in GDScripteska
2015-10-16Add GDScript export hint for real numbers with easing `export(float, EASE)`eska
2015-10-16Add multiline string GDScript export hint `export(String, MULTILINE)`eska
2015-10-16Revert "add flag and multiline hits in GDScript"eska
2015-09-02Fixes editor freezecrr0004
2015-08-30detect node and variable assignments in _ready, _init, etc for further code c...Juan Linietsky
2015-08-25Ability to edit all kinds of arrays from the property editor.Juan Linietsky
2015-08-08Merge pull request #2282 from Ovnuniarchos/masterJuan Linietsky
2015-08-01add flag and multiline hits in GDScriptGen
2015-07-20Added FLAGS to int hint to make an int a bitmask on the editor.Ovnuniarchos
2015-06-26improved get_node(), connect(), etc code completion.Juan Linietsky
2015-06-24added ability to define signals in scriptJuan Linietsky
2015-04-26made parser accept EOF after "pass", fixes #1488Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky