aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_parser.h
Commit message (Expand)AuthorAgeFilesLines
* Only check for constants when parsing constants, should close #5497Juan Linietsky2016-06-301-1/+1
* -remove unnecesary error report, fixes #3361Juan Linietsky2016-01-231-0/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* -add breakpoint statement to ease with debugging, closes #3165reduz2015-12-291-0/+5
* - added 'onready' keyword to gdscript. Defers initialization of member variab...reduz2015-12-281-0/+1
* remove child variable that is duplicated from parent classfirefly24422015-10-181-1/+0
* detect node and variable assignments in _ready, _init, etc for further code c...Juan Linietsky2015-08-301-0/+2
* improved get_node(), connect(), etc code completion.Juan Linietsky2015-06-261-1/+2
* added ability to define signals in scriptJuan Linietsky2015-06-241-0/+7
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* -added new code completion guess locations, closes #1032Juan Linietsky2015-01-031-0/+1
* oops, C++11 makes me screw upJuan Linietsky2014-12-171-2/+2
* New Code CompletionJuan Linietsky2014-12-161-3/+52
* Batch of BugfixesJuan Linietsky2014-12-071-2/+3
* Bug FixesJuan Linietsky2014-11-021-0/+1
* -Much improvement to baked light bakerJuan Linietsky2014-10-271-0/+2
* 3D Physics Rework, Other StuffJuan Linietsky2014-09-151-1/+3
* Misc FixesJuan Linietsky2014-06-271-1/+2
* Making Godot Easier to Use..Juan Linietsky2014-05-241-0/+2
* -HttpClient: ’Content-Length’ is added to httprequest if not provided in ...Juan Linietsky2014-04-051-0/+1
* -scripts are converted to bytecode on exportJuan Linietsky2014-02-251-1/+6
* -moved script to modulesJuan Linietsky2014-02-241-0/+397